pico-sdk/src/rp2_common/pico_double
Graham Sanderson 0fa58ed219
Adding/propage macros/signature typedefs for ROM functions. Make rom_func_lookup non-flash safe for flash functions (#586)
* add typedef signatures and ROM code defines for bootrom functions. Propogate uses thru SDK code. Add _inline version of rom_func_lookup
2021-10-08 09:02:19 -05:00
..
include/pico Initial Release 2021-01-20 10:44:27 -06:00
CMakeLists.txt make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
double_aeabi.S Fixup divider save_restore for floating point too; improve tests (#405) 2021-05-13 07:38:42 -05:00
double_init_rom.c Adding/propage macros/signature typedefs for ROM functions. Make rom_func_lookup non-flash safe for flash functions (#586) 2021-10-08 09:02:19 -05:00
double_math.c Fixup another level of compiler warnings, add _U() definition 2021-03-04 21:22:48 -06:00
double_none.S Initial Release 2021-01-20 10:44:27 -06:00
double_v1_rom_shim.S Move ret_dzero to the same section as it get used (#513) 2021-08-11 09:24:23 -05:00