arduino-pico/cores/rp2040
Earle F. Philhower, III 6e51516d6c
Set default pins for peripherals per datasheet (#103)
Using the official Raspberry Pi Pico datasheet and the Adafruit Feather
RP2040 schematic, set the default pins for peripherals to match.

Fixes #92
2021-04-16 10:23:43 -07:00
..
api Add API symlink for git users 2021-03-24 07:46:46 -07:00
Arduino.h Add NOT_AN_INTERRUPT define (#105) 2021-04-15 12:50:35 -07:00
Bootsel.cpp Add BOOTSEL, allowing BOOTSEL use as a button 2021-03-29 16:14:45 -07:00
Bootsel.h Add BOOTSEL, allowing BOOTSEL use as a button 2021-03-29 16:14:45 -07:00
Client.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
CoreMutex.h More multicore safety plumbing, IRQs, analogXXX (#107) 2021-04-15 17:16:13 -07:00
debug_internal.h Add missing file 2021-03-21 11:38:20 -07:00
delay.cpp Add debug prints on error conditions to the core 2021-03-30 18:17:52 -07:00
FS.cpp Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00
FS.h Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00
FSImpl.h Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -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
main.cpp Allow initVariant() 2021-04-02 08:53:59 -07:00
millis.cpp Add micros() call 2021-03-21 13:50:19 -07:00
pgmspace.h Add ancient AVR compatibility macros (#59) 2021-03-30 11:57:01 -07:00
Print.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
RP2040.h Use one program per PIO, not per SM. Add RP2040 utils 2021-03-16 16:57:22 -07:00
SerialUART.cpp Set default pins for peripherals per datasheet (#103) 2021-04-16 10:23:43 -07:00
SerialUART.h Set default pins for peripherals per datasheet (#103) 2021-04-16 10:23:43 -07:00
SerialUSB.cpp Adafruit Feather, overclocking, flash FS shims 2021-03-28 10:56:53 -07:00
SerialUSB.h Update ArduionApi to include Print::printf 2021-04-02 12:58:26 -07:00
Server.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
stdlib_noniso.cpp Add non-standard library calls used by String 2021-03-24 12:49:14 -07:00
stdlib_noniso.h Add non-standard library calls used by String 2021-03-24 12:49:14 -07:00
Stream.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
Tone.cpp More multicore safety plumbing, IRQs, analogXXX (#107) 2021-04-15 17:16:13 -07:00
tone.pio Fix incorrect attribution in tone.pio 2021-03-16 18:02:53 -07:00
tone.pio.h Use PIO to generate Tones, too 2021-03-16 17:55:57 -07:00
Udp.h Remove api from include path, add redirects 2021-04-09 05:38:35 -07:00
wiring_analog.cpp More multicore safety plumbing, IRQs, analogXXX (#107) 2021-04-15 17:16:13 -07:00
wiring_digital.cpp Add debug prints on error conditions to the core 2021-03-30 18:17:52 -07:00
wiring_private.cpp More multicore safety plumbing, IRQs, analogXXX (#107) 2021-04-15 17:16:13 -07:00
wiring_private.h Add missing wiring_private.h 2021-03-24 02:38:03 -07:00
wiring_pulse.cpp Add debug prints on error conditions to the core 2021-03-30 18:17:52 -07:00
wiring_shift.cpp Add debug prints on error conditions to the core 2021-03-30 18:17:52 -07:00
WMath.cpp Add debug prints on error conditions to the core 2021-03-30 18:17:52 -07:00