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
/
nrf
/
common-hal
Age
Commit message (
Expand
)
Author
2020-04-21
nrf: bleio: parameterize softradio configuration
Sean Cross
2020-04-21
nrf: add support for nrf52833
Sean Cross
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
nrf: protomatter port
Jeff Epler
2020-03-25
Add exception on small buffer and fix Connecion WRITE handling
Scott Shawcroft
2020-03-25
Fix connection handle tracking in PacketBuffer when a server.
Scott Shawcroft
2020-03-24
Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in n...
William Moser
2020-02-29
update uses of assert_pin_free; remove redundant checks
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-24
Fix crash after empty REPL session
Scott Shawcroft
2020-02-21
use realloc instead
Dan Halbert
2020-02-21
put neopixel_write buffer in root pointers
Dan Halbert
2020-02-20
merge from upstream
Dan Halbert
2020-02-20
relicense nrf SPI.c to MIT
Dan Halbert
2020-02-19
Edits as a result of review
Dave Marples
2020-02-18
Addition of stubs for rs485/CTS/RTS handling on non-implemented chips
Dave Marples
2020-02-12
use properly-sized SPI transactions
Dan Halbert
2020-02-11
nrf: add SPIM3 support
Dan Halbert
2020-02-07
fix function defs for compiler
Dan Halbert
2020-02-07
improve time.monotonic_ns() accuracy from ms to us
Dan Halbert
2020-02-05
Merge pull request #2592 from tannewt/add_extra_ble_error
Dan Halbert
2020-02-05
Add another error message for extended advertisements at the same
Scott Shawcroft
2020-02-05
nrf: fix i2c frequency setting
Dan Halbert
2020-01-31
fix UICR check; do not use NULL for no MISO
Dan Halbert
2020-01-31
increase max connections from 2 to 5
Dan Halbert
2020-01-30
track vm_used_ble better
Dan Halbert
2020-01-23
reset NeoPixels on CPB on soft reload
Dan Halbert
2020-01-14
address review comments
Dan Halbert
2020-01-13
fix some typos and leftovers
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-13
put bonding to-do flags into Connection objects instead of using a heap-alloc...
Dan Halbert
2020-01-12
fix CCCD bonding store; avoid excessive bonding writes
Dan Halbert
2020-01-10
wip: HID bonding works!
Dan Halbert
2020-01-10
Merge pull request #2498 from dhalbert/optional-i2c-pullup-checking
Scott Shawcroft
2020-01-10
Merge pull request #2461 from jepler/urandom-hardfaults
Scott Shawcroft
2020-01-09
wip; redid flash writing to be compatible with SD
Dan Halbert
2020-01-09
Make requiring I2C pullups be optional
Dan Halbert
2020-01-08
os.urandom: remove unneeded sleep
Jeff Epler
2020-01-08
add missing .h file
Roy Hooper
2020-01-08
address code review
Roy Hooper
2020-01-08
add reset of heap to board reset for nrf port
Roy Hooper
2020-01-08
try (re)using the buffer in neopixel_write
Roy Hooper
2020-01-08
Replace magic number and add comment.
Scott Shawcroft
2020-01-08
nrf: Call into sd as many times as necessary to fill urandom request
Jeff Epler
2020-01-05
wip; compiles
Dan Halbert
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2020-01-03
Throw an error when we cannot allocate PWM pixel buffer
Scott Shawcroft
2020-01-03
Change SPI and I2C in the same way.
Scott Shawcroft
[next]