arduino-pico/lib
Earle F. Philhower, III f45db86cc2
Migrate to 2.0.0 SDK (#2336)
* Update to 2.0.0 SDK
* Board type needs to be set before earliest SDK setup
* Platform includes update
* Boot2 files
* Simple compilation issues
* Build and link
* PIO rebuild with version
* Newlib wrapper update
* Force inclusion of runtime_init_* fcns
The linker was dropping all references to the library's included
runtime_init_xxx functions and hence things like the IRQ vector
table and mutexes and alarms weren't properly set up leading to
instant crashes on start up..

Explicitly call out one function from the object file stored in
the .A to force the inclusion of all the functions.  May be a better
way, heppy to hear any ideas.
* Fix SPI GPIO calls
* Fix Ethernet GPIO
* Remove SDK warnings
Remove the skipped error messages once the following PR merged:
https://github.com/raspberrypi/pico-sdk/pull/1786
* BTStack moved SBC encode/decode paths
* Platform.IO fixes
* BT No longer has special absolute mouse
* Rebuild and update OTA
* Rebuild BearSSL, too
* Update liker file to latest SDK
* Clean up libpicocmake
* Clean up LWIP/BT library names
2024-08-17 10:39:13 -07:00
..
libbearssl.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-big.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-bt-big.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-bt.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-ipv6-big.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-ipv6-bt-big.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-ipv6-bt.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4-ipv6.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libipv4.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
libpico.a Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
memmap_default.ld Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
ota.o Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
picodebug.tcl Add OpenOCD/GDB support for IDE 2.0 (#900) 2022-10-05 12:19:18 -07:00
picoprobe_cmsis_dap.tcl Always apply 5M speed to CMSIS_DAP TCL script (#1218) 2023-02-21 12:30:05 -08:00
platform_inc.txt Migrate to 2.0.0 SDK (#2336) 2024-08-17 10:39:13 -07:00
platform_wrap.txt Fix minor LWIP wrapper errors (#2310) 2024-08-02 16:24:54 -07:00