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
/
nrfx_config.h
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-08-15
SPIM3 buffer must be in first 64kB of RAM
Dan Halbert
2020-05-27
nrf: set WDT priority to 2
Sean Cross
2020-05-27
nrf: watchdog: use nrfx_wdt driver
Sean Cross
2020-05-12
nrf: support disabling SPIM3
Sean Cross
2020-04-21
nrf: add support for nrf52833
Sean Cross
2020-04-21
nrf: supervisor: support building without BUSIO
Sean Cross
2020-02-11
nrf: add SPIM3 support
Dan Halbert
2019-12-17
upgrade nrfx API to v2
hathach
2019-10-28
nrf: allocate two I2C on CPB
Dan Halbert
2019-07-27
allow discovery from central or peripheral
Dan Halbert
2019-07-22
Fix incorrect preprocessor define NRFX_TIMER3/4
Tavish Naruka
2019-04-02
Change nRF RTC implementation to use RTC2 #1046
Nick Moore
2019-04-02
enable NRFX RTC adafruit/circuitpython#1046
Nick Moore
2019-03-29
Revert "Circuitpython nickzoic 1046 nrf rtc"
Dan Halbert
2019-03-28
enable NRFX RTC adafruit/circuitpython#1046
Nick Moore
2019-03-12
nrf: Disable SPIM3; add SPIM1; remove TWIM1
Dan Halbert
2019-02-12
Add second UARTE to busio.UART. Init uarts on startup.
Dan Halbert
2018-12-18
added pulsein using gpiote (gpio interrupt)
hathach
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-09-25
migrate serial from uart to uarte
hathach
2018-09-24
changing to nrf uarte, tx works fine
hathach
2018-09-20
allow multiple I2C and SPI; improve nrfx_config.h
Dan Halbert
2018-09-19
WIP; problem with staticly allocated IRQ handlers
Dan Halbert
2018-09-05
use nrf_pwm instead of direct registers
hathach
2018-07-10
Merge branch 'master' into nrf52840_usbboot
hathach
2018-07-08
nrf: Rewrite the UART HAL using nrfx
arturo182
2018-07-04
add usb msc support for nrf52840
hathach
2018-06-28
nrf: Rewrite the I2C common-hal using nrfx
arturo182
2018-06-25
nrf: Rewrite the SPI common-hal using nrfx
arturo182