summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Expand)Author
2019-11-02Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devicesDan Halbert
2019-10-28nrf: allocate two I2C on CPBDan Halbert
2019-10-28Use MICROPY_PY_SYS_PLATFORM in mpconfigport.h onlyDan Halbert
2019-10-27Merge pull request #2244 from dhalbert/itsybitsy_nrf52840_expressJeff Epler
2019-10-25Merge remote-tracking branch 'adafruit/master' into nano-33-bleDan Halbert
2019-10-25add object types to rgb status objects;mark spi rgb objects as never_resetDan Halbert
2019-10-25use bitbang SPI for DotStar; still need to fix hw SPI for dotstarDan Halbert
2019-10-25Initial Itsy nRF52840 defnDan Halbert
2019-10-18Add functions to get top and limit stackKamil Tomaszewski
2019-10-15Merge remote-tracking branch 'adafruit/master' into cpu-voltageDan Halbert
2019-10-14change calibration from analogin_reset() to analogin_init()Dan Halbert
2019-10-12return chip vcc valueDan Halbert
2019-10-12nrf: PWMAudioOut: deactivate PWM when deinitting selfJeff Epler
2019-10-12nrf: PWMAudioOut: coding styleJeff Epler
2019-09-26initial Arduino Nano 33 BLE board definitionDan Halbert
2019-09-20Merge pull request #2130 from jepler/nrf-debugflagsScott Shawcroft
2019-09-17Merge pull request #2161 from jepler/nrf-analog-referenceScott Shawcroft
2019-09-16nRF: Change analog reference to VCC(/4)jepler
2019-09-16nRF: Change analog reference voltageJeff Epler
2019-09-11nRF: PWMOut: At deinit, make pin available againjepler
2019-09-09nrf: i2s: tune audio bufferingjepler
2019-09-09nrf: i2s: rewrite without 'goto'jepler
2019-09-09nrf: i2s: Comment this slightly tricksy codejepler
2019-09-08nrf: I2SOut: deal more gracefully with errors from the samplejepler
2019-09-08nrf: Makefile: sensible flags for debuggingjepler
2019-09-08nrf: Add i2s audio outputjepler
2019-09-06CPB A1 pin mapping wrong; remove A7Dan Halbert
2019-09-01Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-28Merge remote-tracking branch 'adafruit/master' into bleio-api-revampDan Halbert
2019-08-26remove some debugging printsDan Halbert
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-25enable audiomixer on nrfsommersoft
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22Fix nrf buildsScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22Updated ParallelBus implementation in nrf portBenny Meisels
2019-08-22make translateDan Halbert
2019-08-22fix default crystal value; fix include orderDan Halbert
2019-08-22merge similar fix inDan Halbert
2019-08-22Fix CPBlue LFCLKSRC; CPB has no status neopixelDan Halbert
2019-08-21Merge pull request #2072 from bmeisels/nrf-no-crystal-supportScott Shawcroft
2019-08-20Add support for nrf boards that don't have an external crystalBenny Meisels
2019-08-20merge from upstream and make translateDan Halbert
2019-08-19update tinyusb to 00c440cbDan Halbert