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
Age
Commit message (
Expand
)
Author
2020-10-01
Merge pull request #3469 from jepler/noreturn
Scott Shawcroft
2020-10-01
Merge pull request #3463 from UnexpectedCircuitPython/UM_S2_Boards
Scott Shawcroft
2020-09-30
Add Metro ESP32S2
Scott Shawcroft
2020-09-30
Merge pull request #3489 from astrobokonon/esp32s2-fixconnection
Scott Shawcroft
2020-09-30
Merge pull request #3450 from mdroberts1243/New_quirk_for_SH1107
Scott Shawcroft
2020-09-30
Fix trailing line
Scott Shawcroft
2020-09-29
Merge remote-tracking branch 'origin/main' into canbus-api-changes
Jeff Epler
2020-09-30
Removed ProS2 board files for now
Seon Rozenblum
2020-09-30
Updated UM boards
Seon Rozenblum
2020-09-30
Updated UM boards
Seon Rozenblum
2020-09-29
Make sure you're a STA before connecting
Ryan T. Hamilton
2020-09-29
Merge pull request #3486 from microDev1/fixTranslate
Jeff Epler
2020-09-29
canio: actually drop the _error_count properties
Jeff Epler
2020-09-29
Update make translate script
microDev
2020-09-28
Merge pull request #3475 from tannewt/esp_uf2
Jeff Epler
2020-09-28
mimxrt10xx: Add required header for NORETURN definition
Jeff Epler
2020-09-28
esp32: Use esp_restart from reset_to_bootloader; redeclare it NORETURN
Jeff Epler
2020-09-28
Add some NORETURN attributes
Jeff Epler
2020-09-28
Merge branch 'main' into New_quirk_for_SH1107
mdroberts1243
2020-09-28
CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field
Jeff Epler
2020-09-28
canio: Listener: shuffle function declarations around
Jeff Epler
2020-09-28
Listerner: read -> receive, drop readinto
Jeff Epler
2020-09-28
Match: address -> id
Jeff Epler
2020-09-28
One grep
Scott Shawcroft
2020-09-27
Default power on Wio Terminal's 40 Pin
Anson He
2020-09-26
give qtpy haxpress its own USB PID
Jeff Epler
2020-09-26
qtpy haxpress: enable RTC
Jeff Epler
2020-09-25
Changes take 2: missed ugame10 board
Mark Roberts
2020-09-25
Requested changes take 1
Mark Roberts
2020-09-24
qtpy_m0_haxpress: add
Jeff Epler
2020-09-23
Merge pull request #3448 from hierophect/esp32-sd-fix
Scott Shawcroft
2020-09-23
Merge pull request #3457 from ladyada/qtpy_m0
Scott Shawcroft
2020-09-23
Move missing pin warning to shared-bindings
Lucian Copeland
2020-09-23
neopix is default on!
lady ada
2020-09-22
fix pins for rev C
lady ada
2020-09-22
Merge pull request #3425 from jepler/canbus
Scott Shawcroft
2020-09-22
canio: Fix implementation bugs in atmel-sam
Jeff Epler
2020-09-22
Update port.c
microDev
2020-09-21
canio: rename from _canio
Jeff Epler
2020-09-21
canio.CAN: switch rx/tx, make both mandatory, move declarations around
Jeff Epler
2020-09-21
common.template.ld: remove unneeded line
Jeff Epler
2020-09-21
remove unneeded symbols
Jeff Epler
2020-09-21
canio: Make both tx and rx (but not both) optional
Jeff Epler
2020-09-21
samd: template.ld: put canram in its own output section
Jeff Epler
2020-09-21
add _canio to Feather M4 CAN
Jeff Epler
2020-09-21
Add CAN to SAM E51 clock config
Jeff Epler
2020-09-21
Respond to review comments
Jeff Epler
2020-09-21
fix whitespace
Jeff Epler
2020-09-21
_canio: Add listener matching
Jeff Epler
2020-09-21
_canio.CAN: add error handling & bus state
Jeff Epler
[next]