arduino-pico/cores/rp2040
2024-03-19 05:25:07 -07:00
..
api Remove duplicated ArduinoCore-API files (#840) 2022-09-06 13:21:49 -07:00
libb64 Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00
sdkoverride BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
_freertos.cpp Avoid freezeing the core from LWIP under FreeRTOS (#1884) 2023-12-06 09:41:14 -08:00
_freertos.h CoreMutex add portYieldFromISR for FreeRTOS (#1484) 2023-06-07 06:59:10 -07:00
_needsbt.h Clear compile errors if BT needed but not on (#1371) 2023-04-12 08:21:24 -07:00
_xoshiro.h Avoid freezeing the core from LWIP under FreeRTOS (#1884) 2023-12-06 09:41:14 -08:00
Arduino.h Generate warnings if Pico STDIO init called (#1467) 2023-05-23 17:28:57 -07:00
BluetoothDebug.cpp Add debugging for Bluetooth (#1767) 2023-10-12 08:21:44 -07:00
Bootsel.cpp Cleanup legacy includes (#1452) 2023-05-16 23:47:17 -07:00
Bootsel.h Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
ccount.pio Add FreeRTOS support thanks to @hfellner (#533) 2022-04-24 20:59:57 -07:00
ccount.pio.h Add FreeRTOS support thanks to @hfellner (#533) 2022-04-24 20:59:57 -07:00
Client.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
CoreMutex.cpp CoreMutex add portYieldFromISR for FreeRTOS (#1484) 2023-06-07 06:59:10 -07:00
CoreMutex.h CoreMutex add portYieldFromISR for FreeRTOS (#1484) 2023-06-07 06:59:10 -07:00
cyw43_wrappers.cpp Cleanup legacy includes (#1452) 2023-05-16 23:47:17 -07:00
debug_internal.h Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08:00
delay.cpp Add FreeRTOS support thanks to @hfellner (#533) 2022-04-24 20:59:57 -07:00
FS.cpp Fix File::readString to work with binary data (#1030) 2022-12-04 13:23:16 -08:00
FS.h Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
FSImpl.h Add Pico W WiFi support (#670) 2022-07-15 16:47:53 -07:00
HardwareSerial.h Add HWSerial redirect 2021-05-06 08:28:08 -07:00
Interrupts.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
IPAddress.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
lock.cpp Allow FreeRTOS to ::printf (#1195) 2023-02-15 15:58:45 -08:00
lwip_wrap.cpp Can't call get_rand_64 under FreeRTOS (#2004) 2024-02-13 12:08:33 -08:00
main.cpp Add rp2040.getStackPointer and getFreeStack (#1816) 2023-11-16 07:57:49 -08:00
malloc-lock.cpp Rewrite PicoW LWIP interface for stability (#916) 2022-10-15 12:00:35 -07:00
pgmspace.h Add ancient AVR compatibility macros (#59) 2021-03-30 11:57:01 -07:00
pio_uart.pio Add setInverted() options to SerialPIO (#1451) 2023-05-19 16:30:26 -07:00
pio_uart.pio.h Add setInverted() options to SerialPIO (#1451) 2023-05-19 16:30:26 -07:00
PIOProgram.cpp Enable proper reuse of PIO programs (#1526) 2023-06-13 04:42:37 -07:00
PIOProgram.h Enable proper reuse of PIO programs (#1526) 2023-06-13 04:42:37 -07:00
PolledTimeout.h Minor - Add number separators (#845) 2022-09-07 15:19:12 -07:00
posix.cpp Use __attribute((weak)) for _write() and other stubs called by newlib, so that sketch and library code can provide non-stub implementations (#1777) 2023-10-20 14:58:51 -05:00
Print.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
Printable.h SF_printable_fix (#130) 2021-05-13 00:06:16 -07:00
RP2040Support.cpp Allow double-reset to jump to USB bootloader (#893) 2022-10-04 14:04:40 -07:00
RP2040Support.h Add rp2040.getStackPointer and getFreeStack (#1816) 2023-11-16 07:57:49 -08:00
RP2040USB.cpp Allow changing USB HID poll rate (#1771) 2023-10-17 04:38:48 -07:00
RP2040USB.h Ensure HID reports aren't dropped (#1685) 2023-08-31 08:40:38 -07:00
RP2040Version.h Update version 2024-02-16 13:11:02 -08:00
SerialPIO.cpp Add setInverted() options to SerialPIO (#1451) 2023-05-19 16:30:26 -07:00
SerialPIO.h Minor typo (IQR instead of IRQ) (#2060) 2024-03-19 05:25:07 -07:00
SerialUART.cpp Unswap CTS/RTS enable on SeriaUART (#2052) 2024-03-10 13:23:33 -07:00
SerialUART.h Add Serial UART break reporting (#1130) 2023-01-20 16:54:31 -08:00
SerialUSB.cpp Add Serial.dtr() and Serial.rts() methods (#1779) 2023-10-24 19:02:17 +02:00
SerialUSB.h Add Serial.dtr() and Serial.rts() methods (#1779) 2023-10-24 19:02:17 +02:00
Server.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
SoftwareSerial.h Add invert option to SWSerial (#563) 2022-04-28 08:17:12 -07:00
StackThunk.cpp Remove circular dependency on WiFi/LWIP_Ethernet (#1415) 2023-05-04 19:54:24 -07:00
StackThunk.h Remove circular dependency on WiFi/LWIP_Ethernet (#1415) 2023-05-04 19:54:24 -07:00
stdlib_noniso.cpp Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
stdlib_noniso.h Add Pico W WiFi support (#670) 2022-07-15 16:47:53 -07:00
Stream.h Port Adafruit_TinyUSB_Arduino lib (#127) 2021-05-18 18:10:47 -07:00
StreamString.h Add OTA update support (#711) 2022-08-12 00:26:51 -07:00
Tone.cpp Remove debug printout warnings (#1091) 2023-01-02 10:51:04 -08:00
tone2.pio Allow continuous tone frequency changes (#186) 2021-06-04 02:45:13 -07:00
tone2.pio.h Allow continuous tone frequency changes (#186) 2021-06-04 02:45:13 -07:00
TZ.h Add TZ.h database, borrowed from ESP8266 core (#1947) 2024-01-20 15:57:15 -08:00
Udp.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
wiring_analog.cpp Remove debug printout warnings (#1091) 2023-01-02 10:51:04 -08:00
wiring_digital.cpp Speed up ADC reads by not re-initting (#1072) 2022-12-28 14:11:24 -08:00
wiring_private.cpp Fix FreeRTOS CoreMutex shim to handle ISRs (#1442) 2023-05-23 10:12:52 -07:00
wiring_private.h Add missing wiring_private.h 2021-03-24 02:38:03 -07:00
wiring_pulse.cpp Fix pulseIn detection (#293) 2021-08-30 12:40:38 -07:00
wiring_shift.cpp Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
wl_definitions.h wl_defintions.h wl_enc_type update (#1859) 2023-11-30 08:33:33 -08:00
wl_types.h Remove circular dependency on WiFi/LWIP_Ethernet (#1415) 2023-05-04 19:54:24 -07:00
WMath.cpp Cleanup legacy includes (#1452) 2023-05-16 23:47:17 -07:00
WString.h Add WString.h include redirect for broader compat (#1083) 2022-12-31 11:03:28 -08:00