pico-sdk/src/rp2_common/pico_double
Graham Sanderson e850214938
Platform updates (#611)
* Platform updates
 - Add PICO_RP2040=1 to rp2040 builds
 - Add new PICO_RP2040_B0/1/2_SUPPORTED macros and retailer chip specific code to use
 - Add doxygen to platform.h
 - Make pico.h includable from assembly (because header order is important and tricky) - split out platform_asm.h
 - Switch to using PICO_RP2040_B0_SUPPORTED in board headers
2021-10-25 12:26:06 -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 Platform updates (#611) 2021-10-25 12:26:06 -05:00
double_init_rom.c Platform updates (#611) 2021-10-25 12:26:06 -05:00
double_math.c make type punning of floating point/int in float_math and double_math use union to avoid warnings (#600) 2021-10-12 09:07:36 -05:00
double_none.S Initial Release 2021-01-20 10:44:27 -06:00
double_v1_rom_shim.S Platform updates (#611) 2021-10-25 12:26:06 -05:00