Dan Halbert
|
bc760dd341
|
WIP: complete manual inspection of all significant changes
|
5 years ago |
Dan Halbert
|
2809b4f9dd
|
Merge branch 'master' into micropython-25ae98f-merge
|
5 years ago |
Dan Halbert
|
a20ab40ed2
|
Merge 3.0.0 final bugfixes and changes to master
|
5 years ago |
Dan Halbert
|
e2e01efa84
|
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
|
5 years ago |
Dan Halbert
|
bfe14ff824
|
Merge pull request #1014 from arturo182/nrf_shared_ble
nrf: Split the ble module into a shared part and the port implementation
|
5 years ago |
Dan Halbert
|
414267388d
|
Merge pull request #1023 from arturo182/nrf_pyocd
nrf: Fix flashing with pyocd
|
5 years ago |
arturo182
|
05c1384b67
|
nrf: Split the ble module into a shared part and the port implementation
This allows other ports to implement these shared bindings.
|
5 years ago |
arturo182
|
883ca21321
|
nrf: Fix flashing with pyocd
|
5 years ago |
arturo182
|
9729fc3d31
|
nrf: Fix BLE on nRF52840 after adding the USB functionality
|
5 years ago |
Dan Halbert
|
7c219600a2
|
WIP: after merge; before testing
|
5 years ago |
hathach
|
873e20273e
|
fix travis build
|
5 years ago |
hathach
|
f98c7f708e
|
merge review
|
5 years ago |
hathach
|
10846d316b
|
Merge branch 'master' into nrf52840_usbboot
|
5 years ago |
Dan Halbert
|
4962468fff
|
Merge pull request #1011 from arturo182/nrf_cleanup
nrf: More cleanup and porting
|
5 years ago |
hathach
|
a53b1c7cf1
|
code format
|
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 |
hathach
|
0e819599e7
|
Merge branch 'master' into nrf52840_usbboot
|
5 years ago |
hathach
|
7715d19efe
|
update bootloader hex
|
5 years ago |
hathach
|
97a1ae911e
|
add family option for uf2
|
5 years ago |
hathach
|
f199e87085
|
add ARRAY_SIZE
which is missing when building with debug mode
|
5 years ago |
hathach
|
c5089d7274
|
generate uf2 by default
update tusb
|
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 |
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 |
hathach
|
baf68a936e
|
remove hal_time files
|
5 years ago |
hathach
|
3e319694aa
|
mp_hal_delay_ms() to call background task
remove hal_time.c
|
5 years ago |
hathach
|
948ddf8463
|
make SD default to s140 and s132 for nrf52840 and nrf52832
add CFG_HWUART_FOR_SERIAL for using jlink as REPL
|
5 years ago |
hathach
|
6ef3a0b181
|
implement filesystem_writable_by_python()
|
5 years ago |
Scott Shawcroft
|
54179a0189
|
Use .s in samd Makefile too.
|
5 years ago |
hathach
|
0806c0a38b
|
update fatfs cached sector when running write10
|
5 years ago |
hathach
|
4e5d9a029d
|
clean up
|
5 years ago |
hathach
|
0365912e28
|
implement msc with internal_flash api
Note: only work with SD is disabled.
|
5 years ago |
hathach
|
3564e98181
|
implement msc flash, seems to work
|
5 years ago |
hathach
|
1745e20391
|
replace jlink with native usb cdc for serial REPL
|
5 years ago |
hathach
|
be2ff20e42
|
enable usb cdc interface
not handle anything yet.
|
5 years ago |
hathach
|
7fff7f5e70
|
add usb msc support for nrf52840
|
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
|
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 |