Skip to content

Added deprecation notices across four component docs#33

Open
fdesbiens wants to merge 1 commit into
eclipse-threadx:mainfrom
fdesbiens:fdesbiens/flag-deprecations
Open

Added deprecation notices across four component docs#33
fdesbiens wants to merge 1 commit into
eclipse-threadx:mainfrom
fdesbiens:fdesbiens/flag-deprecations

Conversation

@fdesbiens

Copy link
Copy Markdown
Contributor

Companion docs update for eclipse-threadx/threadx#562, eclipse-threadx/filex#95, eclipse-threadx/usbx#269, and eclipse-threadx/guix#(pending).

Changes

threadx-modules/chapter4.adoc

  • txm_module_object_pointer_get: WARNING admonition, link to _extended, explanation of UINT_MAX overread risk.

filex/chapter4.adoc

  • Six deprecated APIs (fx_directory_long_name_get, fx_directory_short_name_get, fx_media_volume_get, fx_unicode_length_get, fx_unicode_name_get, fx_unicode_short_name_get): WARNING admonition on each, link to _extended variant, explanation of fixed-size buffer overrun risk.

usbx/usbx-device-stack-4.adoc

  • ux_device_stack_interface_get: upgraded existing NOTE to WARNING with explicit 'Do not use' directive.

guix/chapter-3.adoc

  • Deprecated string API section: added WARNING admonition, 'Do not use in new code' directive, explanation of why the pre-5.6 GX_CHAR* API is unsafe, note about compile-time warning.

threadx-modules/chapter4.adoc:
  - txm_module_object_pointer_get: WARNING admonition, link to _extended,
    explanation of UINT_MAX overread risk.

filex/chapter4.adoc:
  - fx_directory_long_name_get, fx_directory_short_name_get,
    fx_media_volume_get, fx_unicode_length_get, fx_unicode_name_get,
    fx_unicode_short_name_get: WARNING admonition on each, link to
    _extended variant, explanation of fixed-size buffer overrun risk.

usbx/usbx-device-stack-4.adoc:
  - ux_device_stack_interface_get: upgraded existing NOTE to a WARNING
    with explicit 'Do not use' directive.

guix/chapter-3.adoc:
  - Deprecated string API section: added WARNING admonition, explicit
    'Do not use in new code' directive, explanation of why the pre-5.6
    GX_CHAR* API is unsafe, note about new compile-time warning.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant