├── .github └── workflows │ └── examples.yml ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── boards ├── 0xcb_helios.json ├── DudesCab.json ├── MyRP_2350B.json ├── MyRP_bot.json ├── adafruit_feather.json ├── adafruit_feather_adalogger.json ├── adafruit_feather_can.json ├── adafruit_feather_dvi.json ├── adafruit_feather_prop_maker.json ├── adafruit_feather_rfm.json ├── adafruit_feather_rp2350_adalogger.json ├── adafruit_feather_rp2350_hstx.json ├── adafruit_feather_scorpio.json ├── adafruit_feather_thinkink.json ├── adafruit_feather_usb_host.json ├── adafruit_floppsy.json ├── adafruit_fruitjam.json ├── adafruit_itsybitsy.json ├── adafruit_kb2040.json ├── adafruit_macropad2040.json ├── adafruit_metro.json ├── adafruit_metro_rp2350.json ├── adafruit_qtpy.json ├── adafruit_stemmafriend.json ├── adafruit_trinkeyrp2040qt.json ├── akana_r1.json ├── amken_bunny.json ├── amken_revelop.json ├── amken_revelop_es.json ├── amken_revelop_plus.json ├── arduino_nano_connect.json ├── artronshop_rp2_nano.json ├── bigtreetech_SKR_Pico.json ├── breadstick_raspberry.json ├── bridgetek_idm2040_43a.json ├── bridgetek_idm2040_7a.json ├── challenger_2040_lora.json ├── challenger_2040_lte.json ├── challenger_2040_nfc.json ├── challenger_2040_sdrtc.json ├── challenger_2040_subghz.json ├── challenger_2040_uwb.json ├── challenger_2040_wifi.json ├── challenger_2040_wifi6_ble.json ├── challenger_2040_wifi_ble.json ├── challenger_2350_bconnect.json ├── challenger_2350_wifi6_ble5.json ├── challenger_nb_2040_wifi.json ├── connectivity_2040_lte_wifi_ble.json ├── cytron_iriv_io_controller.json ├── cytron_maker_nano_rp2040.json ├── cytron_maker_pi_rp2040.json ├── cytron_maker_uno_rp2040.json ├── cytron_motion_2350_pro.json ├── datanoisetv_picoadk.json ├── datanoisetv_picoadk_v2.json ├── db_rp2350.json ├── degz_suibo.json ├── dfrobot_beetle_rp2040.json ├── electroniccats_huntercat_nfc.json ├── evn_alpha.json ├── extelec_rc2040.json ├── flyboard2040_core.json ├── geeekpi_rp2040_plus.json ├── generic.json ├── generic_rp2350.json ├── groundstudio_marble_pico.json ├── ilabs_rpico32.json ├── jumperless_v1.json ├── jumperless_v5.json ├── melopero_cookie_rp2040.json ├── melopero_shake_rp2040.json ├── mksthr36.json ├── mksthr42.json ├── nanorp2040connect.json ├── nekosystems_bl2040_mini.json ├── newsan_archi.json ├── nullbits_bit_c_pro.json ├── olimex_pico2xl.json ├── olimex_pico2xxl.json ├── olimex_rp2040pico30.json ├── pico.json ├── pimoroni_explorer.json ├── pimoroni_pga2040.json ├── pimoroni_pga2350.json ├── pimoroni_pico_plus_2.json ├── pimoroni_pico_plus_2w.json ├── pimoroni_plasma2040.json ├── pimoroni_plasma2350.json ├── pimoroni_servo2040.json ├── pimoroni_tiny2040.json ├── pimoroni_tiny2350.json ├── pintronix_pinmax.json ├── rakwireless_rak11300.json ├── redscorp_rp2040_eins.json ├── redscorp_rp2040_promini.json ├── rpipico.json ├── rpipico2.json ├── rpipico2w.json ├── rpipicow.json ├── sea_picro.json ├── seeed_indicator_rp2040.json ├── seeed_xiao_rp2040.json ├── seeed_xiao_rp2350.json ├── silicognition_rp2040_shim.json ├── soldered_nula_rp2350.json ├── solderparty_rp2040_stamp.json ├── solderparty_rp2350_stamp.json ├── solderparty_rp2350_stamp_xl.json ├── sparkfun_iotnode_lorawanrp2350.json ├── sparkfun_iotredboard_rp2350.json ├── sparkfun_micromodrp2040.json ├── sparkfun_promicrorp2040.json ├── sparkfun_promicrorp2350.json ├── sparkfun_thingplusrp2040.json ├── sparkfun_thingplusrp2350.json ├── sparkfun_xrp_controller.json ├── sparkfun_xrp_controller_beta.json ├── upesy_rp2040_devkit.json ├── vccgnd_yd_rp2040.json ├── viyalab_mizu.json ├── waveshare_rp2040_lcd_0_96.json ├── waveshare_rp2040_lcd_1_28.json ├── waveshare_rp2040_matrix.json ├── waveshare_rp2040_one.json ├── waveshare_rp2040_pizero.json ├── waveshare_rp2040_plus.json ├── waveshare_rp2040_plus_16mb.json ├── waveshare_rp2040_plus_4mb.json ├── waveshare_rp2040_zero.json ├── waveshare_rp2350_lcd_0_96.json ├── waveshare_rp2350_pizero.json ├── waveshare_rp2350_plus.json ├── waveshare_rp2350_zero.json ├── wiznet_5100s_evb_pico.json ├── wiznet_5100s_evb_pico2.json ├── wiznet_5500_evb_pico.json ├── wiznet_5500_evb_pico2.json ├── wiznet_55rp20_evb_pico.json ├── wiznet_6300_evb_pico.json ├── wiznet_6300_evb_pico2.json └── wiznet_wizfi360_evb_pico.json ├── examples ├── arduino-blink │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-ethernet-ota │ ├── .github │ │ └── workflows │ │ │ └── build.yml │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-external-libs │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-littlefs │ ├── .gitignore │ ├── README.md │ ├── data │ │ └── file1.txt │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-ota │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-pioasm-blink │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ ├── blink.pio │ │ └── main.cpp │ └── test │ │ └── README ├── arduino-signed-ota │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ ├── main.cpp │ │ ├── private.key │ │ └── public.key │ └── test │ │ └── README ├── arduino-wifi-scan │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.cpp │ └── test │ │ └── README ├── picosdk-blink │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ └── main.c │ └── test │ │ └── README ├── picosdk-pioasm-blink-auto │ ├── .gitignore │ ├── README.md │ ├── include │ │ └── README │ ├── lib │ │ └── README │ ├── platformio.ini │ ├── src │ │ ├── blink.pio │ │ └── main.c │ └── test │ │ └── README └── picosdk-pioasm-blink │ ├── .gitignore │ ├── README.md │ ├── include │ └── README │ ├── lib │ └── README │ ├── platformio.ini │ ├── src │ ├── blink.pio │ └── main.c │ └── test │ └── README ├── misc ├── binaries │ ├── flash_nuke.elf │ └── flash_nuke.uf2 ├── suggest_picosdk_variants.py └── svd │ ├── rp2040.svd │ └── rp2350.svd ├── platform.json └── platform.py /.github/workflows/examples.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/.github/workflows/examples.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/README.md -------------------------------------------------------------------------------- /boards/0xcb_helios.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/0xcb_helios.json -------------------------------------------------------------------------------- /boards/DudesCab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/DudesCab.json -------------------------------------------------------------------------------- /boards/MyRP_2350B.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/MyRP_2350B.json -------------------------------------------------------------------------------- /boards/MyRP_bot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/MyRP_bot.json -------------------------------------------------------------------------------- /boards/adafruit_feather.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather.json -------------------------------------------------------------------------------- /boards/adafruit_feather_adalogger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_adalogger.json -------------------------------------------------------------------------------- /boards/adafruit_feather_can.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_can.json -------------------------------------------------------------------------------- /boards/adafruit_feather_dvi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_dvi.json -------------------------------------------------------------------------------- /boards/adafruit_feather_prop_maker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_prop_maker.json -------------------------------------------------------------------------------- /boards/adafruit_feather_rfm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_rfm.json -------------------------------------------------------------------------------- /boards/adafruit_feather_rp2350_adalogger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_rp2350_adalogger.json -------------------------------------------------------------------------------- /boards/adafruit_feather_rp2350_hstx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_rp2350_hstx.json -------------------------------------------------------------------------------- /boards/adafruit_feather_scorpio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_scorpio.json -------------------------------------------------------------------------------- /boards/adafruit_feather_thinkink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_thinkink.json -------------------------------------------------------------------------------- /boards/adafruit_feather_usb_host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_feather_usb_host.json -------------------------------------------------------------------------------- /boards/adafruit_floppsy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_floppsy.json -------------------------------------------------------------------------------- /boards/adafruit_fruitjam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_fruitjam.json -------------------------------------------------------------------------------- /boards/adafruit_itsybitsy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_itsybitsy.json -------------------------------------------------------------------------------- /boards/adafruit_kb2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_kb2040.json -------------------------------------------------------------------------------- /boards/adafruit_macropad2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_macropad2040.json -------------------------------------------------------------------------------- /boards/adafruit_metro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_metro.json -------------------------------------------------------------------------------- /boards/adafruit_metro_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_metro_rp2350.json -------------------------------------------------------------------------------- /boards/adafruit_qtpy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_qtpy.json -------------------------------------------------------------------------------- /boards/adafruit_stemmafriend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_stemmafriend.json -------------------------------------------------------------------------------- /boards/adafruit_trinkeyrp2040qt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/adafruit_trinkeyrp2040qt.json -------------------------------------------------------------------------------- /boards/akana_r1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/akana_r1.json -------------------------------------------------------------------------------- /boards/amken_bunny.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/amken_bunny.json -------------------------------------------------------------------------------- /boards/amken_revelop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/amken_revelop.json -------------------------------------------------------------------------------- /boards/amken_revelop_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/amken_revelop_es.json -------------------------------------------------------------------------------- /boards/amken_revelop_plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/amken_revelop_plus.json -------------------------------------------------------------------------------- /boards/arduino_nano_connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/arduino_nano_connect.json -------------------------------------------------------------------------------- /boards/artronshop_rp2_nano.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/artronshop_rp2_nano.json -------------------------------------------------------------------------------- /boards/bigtreetech_SKR_Pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/bigtreetech_SKR_Pico.json -------------------------------------------------------------------------------- /boards/breadstick_raspberry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/breadstick_raspberry.json -------------------------------------------------------------------------------- /boards/bridgetek_idm2040_43a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/bridgetek_idm2040_43a.json -------------------------------------------------------------------------------- /boards/bridgetek_idm2040_7a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/bridgetek_idm2040_7a.json -------------------------------------------------------------------------------- /boards/challenger_2040_lora.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_lora.json -------------------------------------------------------------------------------- /boards/challenger_2040_lte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_lte.json -------------------------------------------------------------------------------- /boards/challenger_2040_nfc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_nfc.json -------------------------------------------------------------------------------- /boards/challenger_2040_sdrtc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_sdrtc.json -------------------------------------------------------------------------------- /boards/challenger_2040_subghz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_subghz.json -------------------------------------------------------------------------------- /boards/challenger_2040_uwb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_uwb.json -------------------------------------------------------------------------------- /boards/challenger_2040_wifi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_wifi.json -------------------------------------------------------------------------------- /boards/challenger_2040_wifi6_ble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_wifi6_ble.json -------------------------------------------------------------------------------- /boards/challenger_2040_wifi_ble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2040_wifi_ble.json -------------------------------------------------------------------------------- /boards/challenger_2350_bconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2350_bconnect.json -------------------------------------------------------------------------------- /boards/challenger_2350_wifi6_ble5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_2350_wifi6_ble5.json -------------------------------------------------------------------------------- /boards/challenger_nb_2040_wifi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/challenger_nb_2040_wifi.json -------------------------------------------------------------------------------- /boards/connectivity_2040_lte_wifi_ble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/connectivity_2040_lte_wifi_ble.json -------------------------------------------------------------------------------- /boards/cytron_iriv_io_controller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/cytron_iriv_io_controller.json -------------------------------------------------------------------------------- /boards/cytron_maker_nano_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/cytron_maker_nano_rp2040.json -------------------------------------------------------------------------------- /boards/cytron_maker_pi_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/cytron_maker_pi_rp2040.json -------------------------------------------------------------------------------- /boards/cytron_maker_uno_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/cytron_maker_uno_rp2040.json -------------------------------------------------------------------------------- /boards/cytron_motion_2350_pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/cytron_motion_2350_pro.json -------------------------------------------------------------------------------- /boards/datanoisetv_picoadk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/datanoisetv_picoadk.json -------------------------------------------------------------------------------- /boards/datanoisetv_picoadk_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/datanoisetv_picoadk_v2.json -------------------------------------------------------------------------------- /boards/db_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/db_rp2350.json -------------------------------------------------------------------------------- /boards/degz_suibo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/degz_suibo.json -------------------------------------------------------------------------------- /boards/dfrobot_beetle_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/dfrobot_beetle_rp2040.json -------------------------------------------------------------------------------- /boards/electroniccats_huntercat_nfc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/electroniccats_huntercat_nfc.json -------------------------------------------------------------------------------- /boards/evn_alpha.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/evn_alpha.json -------------------------------------------------------------------------------- /boards/extelec_rc2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/extelec_rc2040.json -------------------------------------------------------------------------------- /boards/flyboard2040_core.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/flyboard2040_core.json -------------------------------------------------------------------------------- /boards/geeekpi_rp2040_plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/geeekpi_rp2040_plus.json -------------------------------------------------------------------------------- /boards/generic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/generic.json -------------------------------------------------------------------------------- /boards/generic_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/generic_rp2350.json -------------------------------------------------------------------------------- /boards/groundstudio_marble_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/groundstudio_marble_pico.json -------------------------------------------------------------------------------- /boards/ilabs_rpico32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/ilabs_rpico32.json -------------------------------------------------------------------------------- /boards/jumperless_v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/jumperless_v1.json -------------------------------------------------------------------------------- /boards/jumperless_v5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/jumperless_v5.json -------------------------------------------------------------------------------- /boards/melopero_cookie_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/melopero_cookie_rp2040.json -------------------------------------------------------------------------------- /boards/melopero_shake_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/melopero_shake_rp2040.json -------------------------------------------------------------------------------- /boards/mksthr36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/mksthr36.json -------------------------------------------------------------------------------- /boards/mksthr42.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/mksthr42.json -------------------------------------------------------------------------------- /boards/nanorp2040connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/nanorp2040connect.json -------------------------------------------------------------------------------- /boards/nekosystems_bl2040_mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/nekosystems_bl2040_mini.json -------------------------------------------------------------------------------- /boards/newsan_archi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/newsan_archi.json -------------------------------------------------------------------------------- /boards/nullbits_bit_c_pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/nullbits_bit_c_pro.json -------------------------------------------------------------------------------- /boards/olimex_pico2xl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/olimex_pico2xl.json -------------------------------------------------------------------------------- /boards/olimex_pico2xxl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/olimex_pico2xxl.json -------------------------------------------------------------------------------- /boards/olimex_rp2040pico30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/olimex_rp2040pico30.json -------------------------------------------------------------------------------- /boards/pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pico.json -------------------------------------------------------------------------------- /boards/pimoroni_explorer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_explorer.json -------------------------------------------------------------------------------- /boards/pimoroni_pga2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_pga2040.json -------------------------------------------------------------------------------- /boards/pimoroni_pga2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_pga2350.json -------------------------------------------------------------------------------- /boards/pimoroni_pico_plus_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_pico_plus_2.json -------------------------------------------------------------------------------- /boards/pimoroni_pico_plus_2w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_pico_plus_2w.json -------------------------------------------------------------------------------- /boards/pimoroni_plasma2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_plasma2040.json -------------------------------------------------------------------------------- /boards/pimoroni_plasma2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_plasma2350.json -------------------------------------------------------------------------------- /boards/pimoroni_servo2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_servo2040.json -------------------------------------------------------------------------------- /boards/pimoroni_tiny2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_tiny2040.json -------------------------------------------------------------------------------- /boards/pimoroni_tiny2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pimoroni_tiny2350.json -------------------------------------------------------------------------------- /boards/pintronix_pinmax.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/pintronix_pinmax.json -------------------------------------------------------------------------------- /boards/rakwireless_rak11300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/rakwireless_rak11300.json -------------------------------------------------------------------------------- /boards/redscorp_rp2040_eins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/redscorp_rp2040_eins.json -------------------------------------------------------------------------------- /boards/redscorp_rp2040_promini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/redscorp_rp2040_promini.json -------------------------------------------------------------------------------- /boards/rpipico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/rpipico.json -------------------------------------------------------------------------------- /boards/rpipico2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/rpipico2.json -------------------------------------------------------------------------------- /boards/rpipico2w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/rpipico2w.json -------------------------------------------------------------------------------- /boards/rpipicow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/rpipicow.json -------------------------------------------------------------------------------- /boards/sea_picro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sea_picro.json -------------------------------------------------------------------------------- /boards/seeed_indicator_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/seeed_indicator_rp2040.json -------------------------------------------------------------------------------- /boards/seeed_xiao_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/seeed_xiao_rp2040.json -------------------------------------------------------------------------------- /boards/seeed_xiao_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/seeed_xiao_rp2350.json -------------------------------------------------------------------------------- /boards/silicognition_rp2040_shim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/silicognition_rp2040_shim.json -------------------------------------------------------------------------------- /boards/soldered_nula_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/soldered_nula_rp2350.json -------------------------------------------------------------------------------- /boards/solderparty_rp2040_stamp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/solderparty_rp2040_stamp.json -------------------------------------------------------------------------------- /boards/solderparty_rp2350_stamp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/solderparty_rp2350_stamp.json -------------------------------------------------------------------------------- /boards/solderparty_rp2350_stamp_xl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/solderparty_rp2350_stamp_xl.json -------------------------------------------------------------------------------- /boards/sparkfun_iotnode_lorawanrp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_iotnode_lorawanrp2350.json -------------------------------------------------------------------------------- /boards/sparkfun_iotredboard_rp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_iotredboard_rp2350.json -------------------------------------------------------------------------------- /boards/sparkfun_micromodrp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_micromodrp2040.json -------------------------------------------------------------------------------- /boards/sparkfun_promicrorp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_promicrorp2040.json -------------------------------------------------------------------------------- /boards/sparkfun_promicrorp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_promicrorp2350.json -------------------------------------------------------------------------------- /boards/sparkfun_thingplusrp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_thingplusrp2040.json -------------------------------------------------------------------------------- /boards/sparkfun_thingplusrp2350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_thingplusrp2350.json -------------------------------------------------------------------------------- /boards/sparkfun_xrp_controller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_xrp_controller.json -------------------------------------------------------------------------------- /boards/sparkfun_xrp_controller_beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/sparkfun_xrp_controller_beta.json -------------------------------------------------------------------------------- /boards/upesy_rp2040_devkit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/upesy_rp2040_devkit.json -------------------------------------------------------------------------------- /boards/vccgnd_yd_rp2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/vccgnd_yd_rp2040.json -------------------------------------------------------------------------------- /boards/viyalab_mizu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/viyalab_mizu.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_lcd_0_96.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_lcd_0_96.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_lcd_1_28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_lcd_1_28.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_matrix.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_one.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_one.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_pizero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_pizero.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_plus.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_plus_16mb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_plus_16mb.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_plus_4mb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_plus_4mb.json -------------------------------------------------------------------------------- /boards/waveshare_rp2040_zero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2040_zero.json -------------------------------------------------------------------------------- /boards/waveshare_rp2350_lcd_0_96.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2350_lcd_0_96.json -------------------------------------------------------------------------------- /boards/waveshare_rp2350_pizero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2350_pizero.json -------------------------------------------------------------------------------- /boards/waveshare_rp2350_plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2350_plus.json -------------------------------------------------------------------------------- /boards/waveshare_rp2350_zero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/waveshare_rp2350_zero.json -------------------------------------------------------------------------------- /boards/wiznet_5100s_evb_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_5100s_evb_pico.json -------------------------------------------------------------------------------- /boards/wiznet_5100s_evb_pico2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_5100s_evb_pico2.json -------------------------------------------------------------------------------- /boards/wiznet_5500_evb_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_5500_evb_pico.json -------------------------------------------------------------------------------- /boards/wiznet_5500_evb_pico2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_5500_evb_pico2.json -------------------------------------------------------------------------------- /boards/wiznet_55rp20_evb_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_55rp20_evb_pico.json -------------------------------------------------------------------------------- /boards/wiznet_6300_evb_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_6300_evb_pico.json -------------------------------------------------------------------------------- /boards/wiznet_6300_evb_pico2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_6300_evb_pico2.json -------------------------------------------------------------------------------- /boards/wiznet_wizfi360_evb_pico.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/boards/wiznet_wizfi360_evb_pico.json -------------------------------------------------------------------------------- /examples/arduino-blink/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | -------------------------------------------------------------------------------- /examples/arduino-blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/README.md -------------------------------------------------------------------------------- /examples/arduino-blink/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/include/README -------------------------------------------------------------------------------- /examples/arduino-blink/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/lib/README -------------------------------------------------------------------------------- /examples/arduino-blink/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-blink/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-blink/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-blink/test/README -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/.github/workflows/build.yml -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/README.md -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/include/README -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/lib/README -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-ethernet-ota/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ethernet-ota/test/README -------------------------------------------------------------------------------- /examples/arduino-external-libs/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | -------------------------------------------------------------------------------- /examples/arduino-external-libs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/README.md -------------------------------------------------------------------------------- /examples/arduino-external-libs/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/include/README -------------------------------------------------------------------------------- /examples/arduino-external-libs/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/lib/README -------------------------------------------------------------------------------- /examples/arduino-external-libs/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-external-libs/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-external-libs/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-external-libs/test/README -------------------------------------------------------------------------------- /examples/arduino-littlefs/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode -------------------------------------------------------------------------------- /examples/arduino-littlefs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/README.md -------------------------------------------------------------------------------- /examples/arduino-littlefs/data/file1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/data/file1.txt -------------------------------------------------------------------------------- /examples/arduino-littlefs/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/include/README -------------------------------------------------------------------------------- /examples/arduino-littlefs/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/lib/README -------------------------------------------------------------------------------- /examples/arduino-littlefs/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-littlefs/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-littlefs/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-littlefs/test/README -------------------------------------------------------------------------------- /examples/arduino-ota/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | -------------------------------------------------------------------------------- /examples/arduino-ota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/README.md -------------------------------------------------------------------------------- /examples/arduino-ota/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/include/README -------------------------------------------------------------------------------- /examples/arduino-ota/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/lib/README -------------------------------------------------------------------------------- /examples/arduino-ota/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-ota/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-ota/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-ota/test/README -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/README.md -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/include/README -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/lib/README -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/src/blink.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/src/blink.pio -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-pioasm-blink/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-pioasm-blink/test/README -------------------------------------------------------------------------------- /examples/arduino-signed-ota/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | -------------------------------------------------------------------------------- /examples/arduino-signed-ota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/README.md -------------------------------------------------------------------------------- /examples/arduino-signed-ota/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/include/README -------------------------------------------------------------------------------- /examples/arduino-signed-ota/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/lib/README -------------------------------------------------------------------------------- /examples/arduino-signed-ota/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-signed-ota/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-signed-ota/src/private.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/src/private.key -------------------------------------------------------------------------------- /examples/arduino-signed-ota/src/public.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/src/public.key -------------------------------------------------------------------------------- /examples/arduino-signed-ota/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-signed-ota/test/README -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/README.md -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/include/README -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/lib/README -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/platformio.ini -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/src/main.cpp -------------------------------------------------------------------------------- /examples/arduino-wifi-scan/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/arduino-wifi-scan/test/README -------------------------------------------------------------------------------- /examples/picosdk-blink/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode/ -------------------------------------------------------------------------------- /examples/picosdk-blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/README.md -------------------------------------------------------------------------------- /examples/picosdk-blink/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/include/README -------------------------------------------------------------------------------- /examples/picosdk-blink/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/lib/README -------------------------------------------------------------------------------- /examples/picosdk-blink/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/platformio.ini -------------------------------------------------------------------------------- /examples/picosdk-blink/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/src/main.c -------------------------------------------------------------------------------- /examples/picosdk-blink/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-blink/test/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode/ -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/README.md -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/include/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/lib/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/platformio.ini -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/src/blink.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/src/blink.pio -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/src/main.c -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink-auto/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink-auto/test/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/.gitignore: -------------------------------------------------------------------------------- 1 | .pio 2 | .vscode/ -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/README.md -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/include/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/lib/README -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/platformio.ini -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/src/blink.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/src/blink.pio -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/src/main.c -------------------------------------------------------------------------------- /examples/picosdk-pioasm-blink/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/examples/picosdk-pioasm-blink/test/README -------------------------------------------------------------------------------- /misc/binaries/flash_nuke.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/misc/binaries/flash_nuke.elf -------------------------------------------------------------------------------- /misc/binaries/flash_nuke.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/misc/binaries/flash_nuke.uf2 -------------------------------------------------------------------------------- /misc/suggest_picosdk_variants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/misc/suggest_picosdk_variants.py -------------------------------------------------------------------------------- /misc/svd/rp2040.svd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/misc/svd/rp2040.svd -------------------------------------------------------------------------------- /misc/svd/rp2350.svd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/misc/svd/rp2350.svd -------------------------------------------------------------------------------- /platform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/platform.json -------------------------------------------------------------------------------- /platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxgerhardt/platform-raspberrypi/HEAD/platform.py --------------------------------------------------------------------------------