pico-sdk/src/common/pico_util
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
..
include/pico/util cleanup header guard names to be consistent (#1179) 2023-01-18 08:40:10 -06:00
CMakeLists.txt Rework build targets such that: (#1211) 2023-01-30 10:56:03 -06:00
datetime.c Initial Release 2021-01-20 10:44:27 -06:00
doc.h Initial Release 2021-01-20 10:44:27 -06:00
pheap.c pairing heap free link list gets orphaned when fully depleted (#1120) (#1121) 2022-12-08 11:14:53 -06:00
queue.c queue: make data pointers const in queue_try_add and queue_add_blocking (#423) 2021-05-24 16:52:49 -05:00