| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-13 | compiles and runs; hangs on import storage;storage.VfsFat.<tab> | Dan Halbert | |
| 2018-07-12 | continued WIP: almost compiling | Dan Halbert | |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert | |
| 2018-07-10 | Merge pull request #1011 from arturo182/nrf_cleanup | Dan Halbert | |
| nrf: More cleanup and porting | |||
| 2018-07-10 | nrf: Remove even more unused files | arturo182 | |
| 2018-07-10 | nrf: Remove the random hal and module | arturo182 | |
| 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-10 | nrf: Remove the old time hal and replace with nRFx | arturo182 | |
| 2018-07-09 | Merge pull request #1002 from arturo182/nrfx_gpio | Scott Shawcroft | |
| nrf: Rewrite the DigitalInOut hal using nRFx | |||
| 2018-07-08 | Merge pull request #985 from tannewt/heap_tweaks3 | Dan Halbert | |
| A few heap related tweaks | |||
| 2018-07-08 | Merge pull request #1000 from arturo182/nrfx_uart | Scott Shawcroft | |
| nrf: Rewrite the UART HAL using nRFx | |||
| 2018-07-08 | Merge pull request #999 from arturo182/nrf_mphalport | Scott Shawcroft | |
| nrf: mphalport cleanup | |||
| 2018-07-08 | Merge pull request #992 from arturo182/nrf_i2c_fix | Scott Shawcroft | |
| nrf: Fix I2C transfers with data larger than HW allows | |||
| 2018-07-08 | Merge pull request #991 from arturo182/nrf_spi_fix | Scott Shawcroft | |
| nrf: Fix SPI transfers with data larger than HW allows | |||
| 2018-07-08 | nrf: Rewrite the DigitalInOut hal using nRFx | arturo182 | |
| 2018-07-08 | nrf: Rewrite the UART HAL using nrfx | arturo182 | |
| 2018-07-08 | nrf: Cleanup mpconfigboard files | arturo182 | |
| All the removed defines were used by legacy modules that are now removed. | |||
| 2018-07-08 | nrf: Remove port-specific help | arturo182 | |
| 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-08 | nrf: mphalport cleanup | arturo182 | |
| 2018-07-06 | nrf: Fix I2C transfers with data larger than HW allows | arturo182 | |
| 2018-07-06 | nrf: Fix SPI transfers with data larger than HW allows | arturo182 | |
| 2018-07-05 | Use .s in samd Makefile too. | Scott Shawcroft | |
| 2018-07-03 | Split out assembly source files. | Scott Shawcroft | |
| 2018-07-03 | Support gathering register values on nrf. | Scott Shawcroft | |
| 2018-07-03 | analyze everything | Scott Shawcroft | |
| 2018-07-03 | Limit qstr pool size to reduce memory waste. | Scott Shawcroft | |
| 2018-07-03 | Always collect after an import | Scott 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-03 | Long-live code.py itself. | Scott Shawcroft | |
| 2018-07-03 | Mark 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-03 | Analysis fixes and long lived tweaks. | Scott Shawcroft | |
| 2018-07-02 | Merge pull request #983 from adafruit/tannewt-patch-1 | Scott Shawcroft | |
| Comment tweak after board change | |||
| 2018-07-02 | Comment tweak after board change | Scott Shawcroft | |
| 2018-07-02 | Merge pull request #982 from arturo182/nrf_makefile | Scott Shawcroft | |
| nrf: Save some flash bytes by using extra compile flags | |||
| 2018-07-02 | Merge pull request #972 from arturo182/nrf_i2c | Scott Shawcroft | |
| nrf: Rewrite the I2C common-hal using nrfx | |||
| 2018-07-02 | nrf: Save some flash bytes by using extra compile flags | arturo182 | |
| Both of these are used in the atsamd port as well. | |||
| 2018-07-01 | Merge pull request #978 from kattni/audioio-rawsample-doc-fix | Scott Shawcroft | |
| Fixed issue with code in docs for audioio | |||
| 2018-07-01 | Merge pull request #976 from mrmcwethy/makefile1 | Scott Shawcroft | |
| Test the BOARD parameter for nullness | |||
| 2018-06-29 | Fixed issue with code in docs for audioio | Kattni Rembor | |
| Removed incorrect arg from RawSample in AudioOut example code. Replaced variable sample with dac. | |||
| 2018-06-29 | Test the BOARD parameter for nullness; display a error if nothing provided | mrmcwethy | |
| 2018-06-29 | Merge pull request #974 from mrmcwethy/fixrtc | Scott Shawcroft | |
| include RTC fix for SAMd51 in circuitpython build | |||
| 2018-06-29 | include RTC fix for SAMd51 in circuitpython build | mrmcwethy | |
| 2018-06-28 | Merge pull request #971 from arturo182/travis_optim | Scott Shawcroft | |
| travis: Try to shave off some seconds from build times | |||
| 2018-06-28 | Merge pull request #970 from arturo182/nrf_softdev | Scott Shawcroft | |
| nrf: Remove unsupported softdevice defines | |||
| 2018-06-28 | Merge pull request #969 from arturo182/nrf_more_commonhal | Scott Shawcroft | |
| nrf: Rewrite more common-hal with nrfx and sync with atsamd port | |||
| 2018-06-28 | Merge pull request #968 from arturo182/nrf_qstr | Scott Shawcroft | |
| nrf: Remove old qstr defines | |||
| 2018-06-28 | Merge pull request #967 from arturo182/nrf_os | Scott Shawcroft | |
| nrf: Rewrite the os common-hal using nrfx | |||
| 2018-06-28 | Merge pull request #966 from arturo182/nrf_analogio | Scott Shawcroft | |
| nrf: Rewrite the AnalogIn common-hal using nrfx | |||
| 2018-06-28 | nrf: Rewrite the I2C common-hal using nrfx | arturo182 | |
| 2018-06-28 | travis: Try to shave off some seconds from build times | arturo182 | |
| 2018-06-27 | nrf: Rewrite the os common-hal using nrfx | arturo182 | |
| 2018-06-27 | nrf: Remove unneeded hal files | arturo182 | |
