pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Some entries for macros missing in generated docs

Open magy00 opened this issue 1 year ago • 1 comments

It looks like some macro entries like for __not_in_flash(group) or __not_in_flash_func(func_name) are missing in the online and PDF docs. Actually, their example entries are there but under __scratch_x(group) and __no_inline_not_in_flash_func(func_name) instead:

https://www.raspberrypi.com/documentation/pico-sdk/runtime.html#macros-3 https://www.raspberrypi.com/documentation/pico-sdk/runtime.html#group_pico_platform_1gad8b78e068558946081789ce1935528bf https://www.raspberrypi.com/documentation/pico-sdk/runtime.html#group_pico_platform_1gad9ab05c9a8f0ab455a5e11773d610787

magy00 avatar Dec 07 '24 04:12 magy00

It looks like the description of __uninitialized_ram(group) should have dash and/or closing parenthesis somehow changed and the description of parameter group extended that it would also specify the name of the variable itself.

magy00 avatar Dec 07 '24 08:12 magy00