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
Age
Commit message (
Expand
)
Author
2020-12-21
BLE fixes
Dan Halbert
2020-10-21
fix CPB SPI pin definitions
Jerry Needell
2020-10-15
enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fit
Dan Halbert
2020-10-14
Merge pull request #3554 from gamblor21/move_ordereddict
Dan Halbert
2020-10-13
Moved ORDEREDDICT define to central location
gamblor21
2020-10-12
Finer grained, per port tick locking
Scott Shawcroft
2020-10-11
remove unnecessary board configuration and address feedback
Kenny
2020-10-10
disable async/await on a several small ucontrollers
warriorofwire
2020-10-07
Replace _bleio.ConnectionError with the native version
Scott Shawcroft
2020-10-01
Merge pull request #3469 from jepler/noreturn
Scott Shawcroft
2020-09-28
Add some NORETURN attributes
Jeff Epler
2020-09-25
Requested changes take 1
Mark Roberts
2020-09-18
Update user button names.
nitz
2020-09-18
More pin names cleanup.
nitz
2020-09-17
Removed TXD/RXD, fixed whitespace.
nitz
2020-09-17
Add SDA & SDL, RX & TX to pins.c
Chris Dailey
2020-09-17
Merge pull request #2966 from sommersoft/ci_check_vid_pid
Scott Shawcroft
2020-09-15
Add more PIDs for unique boards
Scott Shawcroft
2020-09-13
PacketBuffer: add missing 'break's, remove unneeded {}
Jeff Epler
2020-09-10
Merge pull request #3375 from DavePutz/issue3296
Scott Shawcroft
2020-09-05
Moved checks for invalid pin to common-hal/microcontroller/Pin.c
root
2020-09-04
Corrected issue with BLE not working on nrf52840
root
2020-08-30
merge from upstream
Dan Halbert
2020-08-27
Fix problematic whitespace on pulseout parameter errors
Lucian Copeland
2020-08-24
Merge remote-tracking branch 'adafruit/main' into add_pwmio
Scott Shawcroft
2020-08-21
Add more "extern" declarations for gcc10 compat
Scott Shawcroft
2020-08-21
Merge remote-tracking branch 'adafruit/main' into add_pwmio
Scott Shawcroft
2020-08-21
Merge remote-tracking branch 'adafruit/main' into ble_hci
Dan Halbert
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-20
Merge pull request #3279 from hierophect/esp32-pulseinout
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-18
Merge pull request #3297 from simmel-project/i2c
Scott Shawcroft
2020-08-18
Remove trailing space.
Scott Shawcroft
2020-08-18
Style changes, reposition runtime errors
Lucian Copeland
2020-08-18
add I2C, remove unused pins
bunnie
2020-08-18
stash config
bunnie
2020-08-17
Merge pull request #3281 from dhalbert/fix-spim3-buffer-location
Dan Halbert
2020-08-17
Merge pull request #3284 from dhalbert/fix-3171-evt-handler
Scott Shawcroft
2020-08-15
Remove event handler before setting it to NULL
Dan Halbert
2020-08-15
SPIM3 buffer must be in first 64kB of RAM
Dan Halbert
2020-08-14
Expand PulseOut API, debug cleanup
Lucian Copeland
2020-08-14
fix
Yihui Xiong
2020-08-13
able to change ble mac address
Yihui Xiong
2020-08-13
ble_uart_echo_test works
Dan Halbert
2020-08-12
nrf: Improve commenting about disabled warnings
Jeff Epler
2020-08-12
nrf: reset_pin_number: reset pin clears never-reset, mirroring samd
Jeff Epler
2020-08-12
nrf: Make port build with -Werror=undef
Jeff Epler
2020-08-11
fix #3228 for nrf; still needs to be fixed for HCI; tested
Dan Halbert
2020-08-10
Merge pull request #3244 from xiongyihui/main
Jeff Epler
2020-08-08
discovery of Nordic UART service working
Dan Halbert
[next]