index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
raspberrypi
Age
Commit message (
Expand
)
Author
2021-02-11
merge from upstream; complicated webusb merge
Dan Halbert
2021-02-09
Merge pull request #4165 from DavePutz/issue_4143
Scott Shawcroft
2021-02-09
Fix check for variable PWM frequency
root
2021-02-08
Merge pull request #4160 from gamblor21/rp2040_neopixel_pin_fix
Dan Halbert
2021-02-08
Merge pull request #4155 from jepler/rpi-pio-background
Dan Halbert
2021-02-08
Set the pin as output after PIO use
gamblor21
2021-02-08
rp2pio: Transfer up to 32 bytes before checking background tasks
Jeff Epler
2021-02-06
Fix maximum PIO instructions
Jason Nichols
2021-02-05
Update to the very latest SDK w/GP15 restore
Scott Shawcroft
2021-02-05
Merge pull request #4137 from ferret-guy/smps-mode-pin-rpi-pico
Scott Shawcroft
2021-02-05
Merge pull request #4125 from xorbit/main
Scott Shawcroft
2021-02-05
Add SMPS mode pin to Raspi Pico pins.c
Mark Omo
2021-02-05
Add alternate name `VOLTAGE_MONITOR` for `A3`
Patrick Van Oosterwijck
2021-02-04
usb descriptors all set; rework of enabling for USB devices
Dan Halbert
2021-02-04
raspberrypi: implement reset, reset_to_bootloader
Jeff Epler
2021-02-04
Add A3 pin to Raspberry Pi Pico
Patrick Van Oosterwijck
2021-02-03
Initial commit. Edited error messages in .c files
BiffoBear
2021-02-01
Merge pull request #4110 from microDev1/rtc-rp
Scott Shawcroft
2021-02-02
rtc implementation for rp2040
microDev
2021-02-01
Merge pull request #4087 from DavePutz/cpu_temp_doc
Dan Halbert
2021-01-31
Merge pull request #4083 from microDev1/watchdog-rp
Scott Shawcroft
2021-01-30
extend include path
microDev
2021-01-29
Make sys.platform "RP2040" on raspberrypi
James Bowman
2021-01-29
Add Gameduino 3X Dazzler support on raspberry_pi_pico
James Bowman
2021-01-28
Fixing microcontroller.cpu on muti-core cpus and adding microcontroller.cpus
root
2021-01-28
watchdog implementation for rp2040
microDev
2021-01-26
Merge pull request #4071 from tannewt/rp2040_uart_error
Dan Halbert
2021-01-26
Merge pull request #4063 from dhalbert/rp2040-gp15
Dan Halbert
2021-01-26
Raise an error on UART use
Scott Shawcroft
2021-01-25
Use TOTAL_GPIO_COUNT instead of magic number 30
Dan Halbert
2021-01-25
Stop treating pin 15 specially.
Dan Halbert
2021-01-25
fix some build errors
Dan Halbert
2021-01-25
add GP15
Dan Halbert
2021-01-24
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
Dan Halbert
2021-01-22
Fix DigitalInOut.pull on RP2040
Scott Shawcroft
2021-01-21
move longint choice to mpconfigport.mk
Dan Halbert
2021-01-21
Adding longing support on RP2040
root
2021-01-21
Adding longint support on RP2040
root
2021-01-21
Switch to upstream TinyUSB
Scott Shawcroft
2021-01-21
copy editing
Scott Shawcroft
2021-01-20
type fix
Scott Shawcroft
2021-01-20
pre-commit
Scott Shawcroft
2021-01-20
Temporarily turn off string op overflow check
Scott Shawcroft
2021-01-20
Add initial RP2040 support
Scott Shawcroft