arduino-pico/cores/rp2040
Earle F. Philhower, III 1bfd07c19a Update version
2023-02-11 12:34:40 -08: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 Remove stdio.h include from CYW43 SDK override (#965) 2022-11-07 08:48:54 -08:00
_freertos.cpp cores/rp2040: _freertos.cpp: Avoid memory leak and unnecessary allocation (#948) 2022-10-31 14:29:00 -07:00
_freertos.h Fix GPIO interrupt on freeRTOS (#959) 2022-11-22 18:26:19 -08:00
Arduino.h More minor ESP8266 compatibility tweaks (#1131) 2023-01-20 17:06:40 -08:00
Bootsel.cpp Fix order of bootsel IRQ/idle calls (#572) 2022-05-04 18:48:35 -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 Fix GPIO interrupt on freeRTOS (#959) 2022-11-22 18:26:19 -08:00
CoreMutex.h Fix GPIO interrupt on freeRTOS (#959) 2022-11-22 18:26:19 -08: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 Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
lwip_wrap.cpp Rewrite PicoW LWIP interface for stability (#916) 2022-10-15 12:00:35 -07:00
main.cpp More minor ESP8266 compatibility tweaks (#1131) 2023-01-20 17:06:40 -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 SoftwareSerial-like PIO based UARTs (#391) 2021-12-28 08:27:08 -08:00
pio_uart.pio.h Add SoftwareSerial-like PIO based UARTs (#391) 2021-12-28 08:27:08 -08:00
PolledTimeout.h Minor - Add number separators (#845) 2022-09-07 15:19:12 -07:00
posix.cpp Minor - Add number separators (#845) 2022-09-07 15:19:12 -07: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 Async scan + bugfixes (#947) 2022-10-31 17:01:10 -07:00
RP2040USB.cpp Fix USB VID/PID setting, rationalize boards.txt (#1144) 2023-01-28 11:10:39 -08:00
RP2040USB.h Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00
RP2040Version.h Update version 2023-02-11 12:34:40 -08:00
SerialPIO.cpp Fix SerialPIO bit length, update flyboard2040 pins (#950) 2022-11-03 08:35:40 -07:00
SerialPIO.h Add Serial3 for Arduino Nano Connect RP2040. Fix #807 (#838) 2022-09-06 12:34:49 -07:00
SerialUART.cpp Avoid initial glitch on Serial1/2 when RX high (#1154) 2023-02-01 19:15:58 -08:00
SerialUART.h Add Serial UART break reporting (#1130) 2023-01-20 16:54:31 -08:00
SerialUSB.cpp Optimize and improve upload experience (#1136) 2023-02-11 12:33:44 -08:00
SerialUSB.h Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08: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
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
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 GPIO interrupt on freeRTOS (#959) 2022-11-22 18:26:19 -08: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
WMath.cpp Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
WString.h Add WString.h include redirect for broader compat (#1083) 2022-12-31 11:03:28 -08:00