Dan Halbert
7c219600a2
WIP: after merge; before testing
5 years ago
Dan Halbert
4962468fff
Merge pull request #1011 from arturo182/nrf_cleanup
...
nrf: More cleanup and porting
5 years ago
arturo182
eab00ff140
nrf: Remove even more unused files
5 years ago
arturo182
2c63fb2a94
nrf: Remove the random hal and module
...
Thus getting rid of the whole old hal!
The module is not needed because the common-hal
nRF implementation uses HW RNG anyway.
5 years ago
arturo182
1163462635
nrf: Remove the old time hal and replace with nRFx
5 years ago
Scott Shawcroft
e875f4e52e
Merge pull request #1002 from arturo182/nrfx_gpio
...
nrf: Rewrite the DigitalInOut hal using nRFx
5 years ago
Dan Halbert
64b9ee9c74
Merge pull request #985 from tannewt/heap_tweaks3
...
A few heap related tweaks
5 years ago
Scott Shawcroft
a45659c59a
Merge pull request #1000 from arturo182/nrfx_uart
...
nrf: Rewrite the UART HAL using nRFx
5 years ago
Scott Shawcroft
133b99b6f2
Merge pull request #999 from arturo182/nrf_mphalport
...
nrf: mphalport cleanup
5 years ago
Scott Shawcroft
fd5634e4aa
Merge pull request #992 from arturo182/nrf_i2c_fix
...
nrf: Fix I2C transfers with data larger than HW allows
5 years ago
Scott Shawcroft
8985b1aa6c
Merge pull request #991 from arturo182/nrf_spi_fix
...
nrf: Fix SPI transfers with data larger than HW allows
5 years ago
arturo182
388f554ff6
nrf: Rewrite the DigitalInOut hal using nRFx
5 years ago
arturo182
25ece8fb3d
nrf: Rewrite the UART HAL using nrfx
5 years ago
arturo182
c6a2a55bc9
nrf: Cleanup mpconfigboard files
...
All the removed defines were used by legacy modules that are now
removed.
5 years ago
arturo182
887486582e
nrf: Remove port-specific help
...
It contains mentions to the pyb module which was removed.
The ble-specific help will be re-added later when the API
is stabilized.
5 years ago
arturo182
1ea633c484
nrf: mphalport cleanup
5 years ago
arturo182
da27253693
nrf: Fix I2C transfers with data larger than HW allows
5 years ago
arturo182
ac74edb4e4
nrf: Fix SPI transfers with data larger than HW allows
5 years ago
Scott Shawcroft
54179a0189
Use .s in samd Makefile too.
5 years ago
Scott Shawcroft
8fb976f0bd
Split out assembly source files.
5 years ago
Scott Shawcroft
dbc977485c
Support gathering register values on nrf.
5 years ago
Scott Shawcroft
f3f8e13b88
analyze everything
5 years ago
Scott Shawcroft
cced51cbd2
Limit qstr pool size to reduce memory waste.
5 years ago
Scott Shawcroft
9de611c056
Always collect after an import
...
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
5 years ago
Scott Shawcroft
519287550c
Long-live code.py itself.
5 years ago
Scott Shawcroft
ec78d3cefd
Mark pointers in cpu registers as in use.
...
This prevents bugs where gc_collect is called from C code that did
a recent allocation.
5 years ago
Scott Shawcroft
252aacdddf
Analysis fixes and long lived tweaks.
5 years ago
Scott Shawcroft
321daa3523
Merge pull request #983 from adafruit/tannewt-patch-1
...
Comment tweak after board change
5 years ago
Scott Shawcroft
bf00cde37d
Comment tweak after board change
5 years ago
Scott Shawcroft
b91202969a
Merge pull request #982 from arturo182/nrf_makefile
...
nrf: Save some flash bytes by using extra compile flags
5 years ago
Scott Shawcroft
05a088b369
Merge pull request #972 from arturo182/nrf_i2c
...
nrf: Rewrite the I2C common-hal using nrfx
5 years ago
arturo182
da491ec961
nrf: Save some flash bytes by using extra compile flags
...
Both of these are used in the atsamd port as well.
5 years ago
Scott Shawcroft
923ef3d702
Merge pull request #978 from kattni/audioio-rawsample-doc-fix
...
Fixed issue with code in docs for audioio
5 years ago
Scott Shawcroft
a0c5182548
Merge pull request #976 from mrmcwethy/makefile1
...
Test the BOARD parameter for nullness
5 years ago
Kattni Rembor
a10c61ef89
Fixed issue with code in docs for audioio
...
Removed incorrect arg from RawSample in AudioOut example code.
Replaced variable sample with dac.
5 years ago
mrmcwethy
df4469f92b
Test the BOARD parameter for nullness; display a error if nothing provided
5 years ago
Scott Shawcroft
a405892d8a
Merge pull request #974 from mrmcwethy/fixrtc
...
include RTC fix for SAMd51 in circuitpython build
5 years ago
mrmcwethy
d392f01f2c
include RTC fix for SAMd51 in circuitpython build
5 years ago
Scott Shawcroft
3aa4b18aed
Merge pull request #971 from arturo182/travis_optim
...
travis: Try to shave off some seconds from build times
5 years ago
Scott Shawcroft
429168d4ac
Merge pull request #970 from arturo182/nrf_softdev
...
nrf: Remove unsupported softdevice defines
5 years ago
Scott Shawcroft
007155276a
Merge pull request #969 from arturo182/nrf_more_commonhal
...
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
5 years ago
Scott Shawcroft
039b4dc00a
Merge pull request #968 from arturo182/nrf_qstr
...
nrf: Remove old qstr defines
5 years ago
Scott Shawcroft
ae82a93b56
Merge pull request #967 from arturo182/nrf_os
...
nrf: Rewrite the os common-hal using nrfx
5 years ago
Scott Shawcroft
a0425d9134
Merge pull request #966 from arturo182/nrf_analogio
...
nrf: Rewrite the AnalogIn common-hal using nrfx
5 years ago
arturo182
178c089045
nrf: Rewrite the I2C common-hal using nrfx
5 years ago
arturo182
051c9dac19
travis: Try to shave off some seconds from build times
5 years ago
arturo182
6e6a500801
nrf: Rewrite the os common-hal using nrfx
5 years ago
arturo182
af5cb9c492
nrf: Remove unneeded hal files
5 years ago
arturo182
b87bba8a28
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
5 years ago
arturo182
1fa8fac5d7
nrf: Remove old qstr defines
...
These were used by the microbit music module, which was removed.
5 years ago