pico-sdk/src/rp2_common/pico_standard_link
Graham Sanderson 0e4e25a343
Rework build targets such that: (#1211)
1. Make sure Pico SDK libraries have the correct dependencies on other SDK libraries
2. Pico SDK libraries all have _headers variants to include the headers. This may facilitate building user STATIC libraries without
   pulling in SDK code, though care will still need to be taken w.r.t. values of #defines
3. Make sure the _headers versions also have the correct dependencies

Note: There are a few exceptions to 1. for some non code libraries like pico_standard_link and pico_cxx_options
2023-01-30 10:56:03 -06:00
..
binary_info.c boot_stage2: cleanup and correctness fixes 2021-04-06 12:47:34 -05:00
CMakeLists.txt Rework build targets such that: (#1211) 2023-01-30 10:56:03 -06:00
crt0.S SYS funcs and GCC12 fixes (#1186) 2023-01-24 09:00:26 -06:00
doc.h Initial Release 2021-01-20 10:44:27 -06:00
memmap_blocked_ram.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_copy_to_ram.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_default.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_no_flash.ld Move vector table to beginning of flash image (#10) 2021-02-01 14:46:45 -06:00
new_delete.cpp define option to disable cpp allocation overrides (#1145) 2023-01-29 12:40:01 -06:00