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
2019-11-02
Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices
Dan Halbert
2019-10-28
nrf: allocate two I2C on CPB
Dan Halbert
2019-10-28
Use MICROPY_PY_SYS_PLATFORM in mpconfigport.h only
Dan Halbert
2019-10-27
Merge pull request #2244 from dhalbert/itsybitsy_nrf52840_express
Jeff Epler
2019-10-25
Merge remote-tracking branch 'adafruit/master' into nano-33-ble
Dan Halbert
2019-10-25
add object types to rgb status objects;mark spi rgb objects as never_reset
Dan Halbert
2019-10-25
use bitbang SPI for DotStar; still need to fix hw SPI for dotstar
Dan Halbert
2019-10-25
Initial Itsy nRF52840 defn
Dan Halbert
2019-10-18
Add functions to get top and limit stack
Kamil Tomaszewski
2019-10-15
Merge remote-tracking branch 'adafruit/master' into cpu-voltage
Dan Halbert
2019-10-14
change calibration from analogin_reset() to analogin_init()
Dan Halbert
2019-10-12
return chip vcc value
Dan Halbert
2019-10-12
nrf: PWMAudioOut: deactivate PWM when deinitting self
Jeff Epler
2019-10-12
nrf: PWMAudioOut: coding style
Jeff Epler
2019-09-26
initial Arduino Nano 33 BLE board definition
Dan Halbert
2019-09-20
Merge pull request #2130 from jepler/nrf-debugflags
Scott Shawcroft
2019-09-17
Merge pull request #2161 from jepler/nrf-analog-reference
Scott Shawcroft
2019-09-16
nRF: Change analog reference to VCC(/4)
jepler
2019-09-16
nRF: Change analog reference voltage
Jeff Epler
2019-09-11
nRF: PWMOut: At deinit, make pin available again
jepler
2019-09-09
nrf: i2s: tune audio buffering
jepler
2019-09-09
nrf: i2s: rewrite without 'goto'
jepler
2019-09-09
nrf: i2s: Comment this slightly tricksy code
jepler
2019-09-08
nrf: I2SOut: deal more gracefully with errors from the sample
jepler
2019-09-08
nrf: Makefile: sensible flags for debugging
jepler
2019-09-08
nrf: Add i2s audio output
jepler
2019-09-06
CPB A1 pin mapping wrong; remove A7
Dan Halbert
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-29
address minor issues: typos, make translate, and sphinx
Dan Halbert
2019-08-28
another API rework: less abstraction leakage
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-28
Merge remote-tracking branch 'adafruit/master' into bleio-api-revamp
Dan Halbert
2019-08-26
remove some debugging prints
Dan Halbert
2019-08-25
BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding
Dan Halbert
2019-08-25
enable audiomixer on nrf
sommersoft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Fix nrf builds
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
Updated ParallelBus implementation in nrf port
Benny Meisels
2019-08-22
make translate
Dan Halbert
2019-08-22
fix default crystal value; fix include order
Dan Halbert
2019-08-22
merge similar fix in
Dan Halbert
2019-08-22
Fix CPBlue LFCLKSRC; CPB has no status neopixel
Dan Halbert
2019-08-21
Merge pull request #2072 from bmeisels/nrf-no-crystal-support
Scott Shawcroft
2019-08-20
Add support for nrf boards that don't have an external crystal
Benny Meisels
2019-08-20
merge from upstream and make translate
Dan Halbert
2019-08-19
update tinyusb to 00c440cb
Dan Halbert
[next]