summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-12continued WIP: almost compilingDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-07-10Merge pull request #1011 from arturo182/nrf_cleanupDan Halbert
nrf: More cleanup and porting
2018-07-10nrf: Remove even more unused filesarturo182
2018-07-10nrf: Remove the random hal and modulearturo182
Thus getting rid of the whole old hal! The module is not needed because the common-hal nRF implementation uses HW RNG anyway.
2018-07-10nrf: Remove the old time hal and replace with nRFxarturo182
2018-07-09Merge pull request #1002 from arturo182/nrfx_gpioScott Shawcroft
nrf: Rewrite the DigitalInOut hal using nRFx
2018-07-08Merge pull request #985 from tannewt/heap_tweaks3Dan Halbert
A few heap related tweaks
2018-07-08Merge pull request #1000 from arturo182/nrfx_uartScott Shawcroft
nrf: Rewrite the UART HAL using nRFx
2018-07-08Merge pull request #999 from arturo182/nrf_mphalportScott Shawcroft
nrf: mphalport cleanup
2018-07-08Merge pull request #992 from arturo182/nrf_i2c_fixScott Shawcroft
nrf: Fix I2C transfers with data larger than HW allows
2018-07-08Merge pull request #991 from arturo182/nrf_spi_fixScott Shawcroft
nrf: Fix SPI transfers with data larger than HW allows
2018-07-08nrf: Rewrite the DigitalInOut hal using nRFxarturo182
2018-07-08nrf: Rewrite the UART HAL using nrfxarturo182
2018-07-08nrf: Cleanup mpconfigboard filesarturo182
All the removed defines were used by legacy modules that are now removed.
2018-07-08nrf: Remove port-specific helparturo182
It contains mentions to the pyb module which was removed. The ble-specific help will be re-added later when the API is stabilized.
2018-07-08nrf: mphalport cleanuparturo182
2018-07-06nrf: Fix I2C transfers with data larger than HW allowsarturo182
2018-07-06nrf: Fix SPI transfers with data larger than HW allowsarturo182
2018-07-05Use .s in samd Makefile too.Scott Shawcroft
2018-07-03Split out assembly source files.Scott Shawcroft
2018-07-03Support gathering register values on nrf.Scott Shawcroft
2018-07-03analyze everythingScott Shawcroft
2018-07-03Limit qstr pool size to reduce memory waste.Scott Shawcroft
2018-07-03Always collect after an importScott Shawcroft
Imports generate a lot of garbage so cleaning it up immediately reduces the likelihood longer lived data structures don't end up in the middle of the heap. Fixes #856
2018-07-03Long-live code.py itself.Scott Shawcroft
2018-07-03Mark pointers in cpu registers as in use.Scott Shawcroft
This prevents bugs where gc_collect is called from C code that did a recent allocation.
2018-07-03Analysis fixes and long lived tweaks.Scott Shawcroft
2018-07-02Merge pull request #983 from adafruit/tannewt-patch-1Scott Shawcroft
Comment tweak after board change
2018-07-02Comment tweak after board changeScott Shawcroft
2018-07-02Merge pull request #982 from arturo182/nrf_makefileScott Shawcroft
nrf: Save some flash bytes by using extra compile flags
2018-07-02Merge pull request #972 from arturo182/nrf_i2cScott Shawcroft
nrf: Rewrite the I2C common-hal using nrfx
2018-07-02nrf: Save some flash bytes by using extra compile flagsarturo182
Both of these are used in the atsamd port as well.
2018-07-01Merge pull request #978 from kattni/audioio-rawsample-doc-fixScott Shawcroft
Fixed issue with code in docs for audioio
2018-07-01Merge pull request #976 from mrmcwethy/makefile1Scott Shawcroft
Test the BOARD parameter for nullness
2018-06-29Fixed issue with code in docs for audioioKattni Rembor
Removed incorrect arg from RawSample in AudioOut example code. Replaced variable sample with dac.
2018-06-29Test the BOARD parameter for nullness; display a error if nothing providedmrmcwethy
2018-06-29Merge pull request #974 from mrmcwethy/fixrtcScott Shawcroft
include RTC fix for SAMd51 in circuitpython build
2018-06-29include RTC fix for SAMd51 in circuitpython buildmrmcwethy
2018-06-28Merge pull request #971 from arturo182/travis_optimScott Shawcroft
travis: Try to shave off some seconds from build times
2018-06-28Merge pull request #970 from arturo182/nrf_softdevScott Shawcroft
nrf: Remove unsupported softdevice defines
2018-06-28Merge pull request #969 from arturo182/nrf_more_commonhalScott Shawcroft
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
2018-06-28Merge pull request #968 from arturo182/nrf_qstrScott Shawcroft
nrf: Remove old qstr defines
2018-06-28Merge pull request #967 from arturo182/nrf_osScott Shawcroft
nrf: Rewrite the os common-hal using nrfx
2018-06-28Merge pull request #966 from arturo182/nrf_analogioScott Shawcroft
nrf: Rewrite the AnalogIn common-hal using nrfx
2018-06-28nrf: Rewrite the I2C common-hal using nrfxarturo182
2018-06-28travis: Try to shave off some seconds from build timesarturo182
2018-06-27nrf: Rewrite the os common-hal using nrfxarturo182
2018-06-27nrf: Remove unneeded hal filesarturo182