summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal
AgeCommit message (Expand)Author
2020-04-21nrf: bleio: parameterize softradio configurationSean Cross
2020-04-21nrf: add support for nrf52833Sean Cross
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler
2020-04-17Rename _protomatter -> protomatterJeff Epler
2020-04-14nrf: protomatter portJeff Epler
2020-03-25Add exception on small buffer and fix Connecion WRITE handlingScott Shawcroft
2020-03-25Fix connection handle tracking in PacketBuffer when a server.Scott Shawcroft
2020-03-24Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in n...William Moser
2020-02-29update uses of assert_pin_free; remove redundant checksDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-24Fix crash after empty REPL sessionScott Shawcroft
2020-02-21use realloc insteadDan Halbert
2020-02-21put neopixel_write buffer in root pointersDan Halbert
2020-02-20merge from upstreamDan Halbert
2020-02-20relicense nrf SPI.c to MITDan Halbert
2020-02-19Edits as a result of reviewDave Marples
2020-02-18Addition of stubs for rs485/CTS/RTS handling on non-implemented chipsDave Marples
2020-02-12use properly-sized SPI transactionsDan Halbert
2020-02-11nrf: add SPIM3 supportDan Halbert
2020-02-07fix function defs for compilerDan Halbert
2020-02-07improve time.monotonic_ns() accuracy from ms to usDan Halbert
2020-02-05Merge pull request #2592 from tannewt/add_extra_ble_errorDan Halbert
2020-02-05Add another error message for extended advertisements at the sameScott Shawcroft
2020-02-05nrf: fix i2c frequency settingDan Halbert
2020-01-31fix UICR check; do not use NULL for no MISODan Halbert
2020-01-31increase max connections from 2 to 5Dan Halbert
2020-01-30track vm_used_ble betterDan Halbert
2020-01-23reset NeoPixels on CPB on soft reloadDan Halbert
2020-01-14address review commentsDan Halbert
2020-01-13fix some typos and leftoversDan Halbert
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-13put bonding to-do flags into Connection objects instead of using a heap-alloc...Dan Halbert
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-10wip: HID bonding works!Dan Halbert
2020-01-10Merge pull request #2498 from dhalbert/optional-i2c-pullup-checkingScott Shawcroft
2020-01-10Merge pull request #2461 from jepler/urandom-hardfaultsScott Shawcroft
2020-01-09wip; redid flash writing to be compatible with SDDan Halbert
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-08os.urandom: remove unneeded sleepJeff Epler
2020-01-08add missing .h fileRoy Hooper
2020-01-08address code reviewRoy Hooper
2020-01-08add reset of heap to board reset for nrf portRoy Hooper
2020-01-08try (re)using the buffer in neopixel_writeRoy Hooper
2020-01-08Replace magic number and add comment.Scott Shawcroft
2020-01-08nrf: Call into sd as many times as necessary to fill urandom requestJeff Epler
2020-01-05wip; compilesDan Halbert
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2020-01-03Throw an error when we cannot allocate PWM pixel bufferScott Shawcroft
2020-01-03Change SPI and I2C in the same way.Scott Shawcroft