Scott Shawcroft
|
a45659c59a
|
Merge pull request #1000 from arturo182/nrfx_uart
nrf: Rewrite the UART HAL using nRFx
|
2018-07-08 20:17:47 -07:00 |
|
Scott Shawcroft
|
133b99b6f2
|
Merge pull request #999 from arturo182/nrf_mphalport
nrf: mphalport cleanup
|
2018-07-08 20:13:21 -07:00 |
|
Scott Shawcroft
|
fd5634e4aa
|
Merge pull request #992 from arturo182/nrf_i2c_fix
nrf: Fix I2C transfers with data larger than HW allows
|
2018-07-08 20:12:09 -07:00 |
|
Scott Shawcroft
|
8985b1aa6c
|
Merge pull request #991 from arturo182/nrf_spi_fix
nrf: Fix SPI transfers with data larger than HW allows
|
2018-07-08 20:11:07 -07:00 |
|
arturo182
|
25ece8fb3d
|
nrf: Rewrite the UART HAL using nrfx
|
2018-07-08 16:42:04 +02:00 |
|
arturo182
|
c6a2a55bc9
|
nrf: Cleanup mpconfigboard files
All the removed defines were used by legacy modules that are now
removed.
|
2018-07-08 15:18:11 +02:00 |
|
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.
|
2018-07-08 15:18:11 +02:00 |
|
arturo182
|
1ea633c484
|
nrf: mphalport cleanup
|
2018-07-08 14:39:30 +02:00 |
|
arturo182
|
da27253693
|
nrf: Fix I2C transfers with data larger than HW allows
|
2018-07-06 21:12:24 +02:00 |
|
arturo182
|
ac74edb4e4
|
nrf: Fix SPI transfers with data larger than HW allows
|
2018-07-06 21:10:25 +02:00 |
|
Scott Shawcroft
|
321daa3523
|
Merge pull request #983 from adafruit/tannewt-patch-1
Comment tweak after board change
|
2018-07-02 18:26:26 -07:00 |
|
Scott Shawcroft
|
bf00cde37d
|
Comment tweak after board change
|
2018-07-02 14:51:06 -07:00 |
|
Scott Shawcroft
|
b91202969a
|
Merge pull request #982 from arturo182/nrf_makefile
nrf: Save some flash bytes by using extra compile flags
|
2018-07-02 14:33:47 -07:00 |
|
Scott Shawcroft
|
05a088b369
|
Merge pull request #972 from arturo182/nrf_i2c
nrf: Rewrite the I2C common-hal using nrfx
|
2018-07-02 14:33:06 -07:00 |
|
arturo182
|
da491ec961
|
nrf: Save some flash bytes by using extra compile flags
Both of these are used in the atsamd port as well.
|
2018-07-02 22:00:04 +02:00 |
|
Scott Shawcroft
|
923ef3d702
|
Merge pull request #978 from kattni/audioio-rawsample-doc-fix
Fixed issue with code in docs for audioio
|
2018-07-01 23:47:21 -07:00 |
|
Scott Shawcroft
|
a0c5182548
|
Merge pull request #976 from mrmcwethy/makefile1
Test the BOARD parameter for nullness
|
2018-07-01 23:46:23 -07:00 |
|
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.
|
2018-06-29 16:46:25 -04:00 |
|
mrmcwethy
|
df4469f92b
|
Test the BOARD parameter for nullness; display a error if nothing provided
|
2018-06-29 12:22:31 -07:00 |
|
Scott Shawcroft
|
a405892d8a
|
Merge pull request #974 from mrmcwethy/fixrtc
include RTC fix for SAMd51 in circuitpython build
|
2018-06-29 11:52:10 -07:00 |
|
mrmcwethy
|
d392f01f2c
|
include RTC fix for SAMd51 in circuitpython build
|
2018-06-29 05:45:38 -07:00 |
|
Scott Shawcroft
|
3aa4b18aed
|
Merge pull request #971 from arturo182/travis_optim
travis: Try to shave off some seconds from build times
|
2018-06-28 14:03:12 -07:00 |
|
Scott Shawcroft
|
429168d4ac
|
Merge pull request #970 from arturo182/nrf_softdev
nrf: Remove unsupported softdevice defines
|
2018-06-28 14:01:19 -07:00 |
|
Scott Shawcroft
|
007155276a
|
Merge pull request #969 from arturo182/nrf_more_commonhal
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
|
2018-06-28 14:00:45 -07:00 |
|
Scott Shawcroft
|
039b4dc00a
|
Merge pull request #968 from arturo182/nrf_qstr
nrf: Remove old qstr defines
|
2018-06-28 13:57:46 -07:00 |
|
Scott Shawcroft
|
ae82a93b56
|
Merge pull request #967 from arturo182/nrf_os
nrf: Rewrite the os common-hal using nrfx
|
2018-06-28 13:55:34 -07:00 |
|
Scott Shawcroft
|
a0425d9134
|
Merge pull request #966 from arturo182/nrf_analogio
nrf: Rewrite the AnalogIn common-hal using nrfx
|
2018-06-28 13:54:34 -07:00 |
|
arturo182
|
178c089045
|
nrf: Rewrite the I2C common-hal using nrfx
|
2018-06-28 22:45:02 +02:00 |
|
arturo182
|
051c9dac19
|
travis: Try to shave off some seconds from build times
|
2018-06-28 00:17:14 +02:00 |
|
arturo182
|
6e6a500801
|
nrf: Rewrite the os common-hal using nrfx
|
2018-06-27 21:01:07 +02:00 |
|
arturo182
|
af5cb9c492
|
nrf: Remove unneeded hal files
|
2018-06-27 21:00:34 +02:00 |
|
arturo182
|
b87bba8a28
|
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
|
2018-06-27 20:55:29 +02:00 |
|
arturo182
|
1fa8fac5d7
|
nrf: Remove old qstr defines
These were used by the microbit music module, which was removed.
|
2018-06-27 20:52:13 +02:00 |
|
arturo182
|
b9f02ca3c5
|
nrf: Remove unsupported softdevice defines
|
2018-06-27 20:48:57 +02:00 |
|
arturo182
|
2a12fcd18b
|
nrf: Rewrite the AnalogIn common-hal using nrfx
|
2018-06-27 20:41:30 +02:00 |
|
Scott Shawcroft
|
91427b0b23
|
Merge pull request #959 from arturo182/nrf_spim
nrf: Rewrite the SPI common-hal using nrfx
|
2018-06-26 11:00:12 -07:00 |
|
Scott Shawcroft
|
d7d132d5a3
|
Merge pull request #960 from arturo182/nrf_stm_cleanup
nrf: Remove leftovers from stm32 code copy
|
2018-06-26 10:52:04 -07:00 |
|
Scott Shawcroft
|
479dbfe720
|
Merge pull request #961 from arturo182/nrf_hal_remove
nrf: Remove unused hal files
|
2018-06-26 10:51:31 -07:00 |
|
Scott Shawcroft
|
dc9e9317ca
|
Merge pull request #962 from dhalbert/3.x_to_master-1
3.x to master 1
|
2018-06-26 10:50:15 -07:00 |
|
Dan Halbert
|
a7d3053049
|
Update master with latest 3.x changes.
|
2018-06-26 08:45:24 -04:00 |
|
arturo182
|
16973d0559
|
nrf: Remove unused hal files
Makes it easier to keep track of what's left to rewrite.
|
2018-06-26 00:13:41 +02:00 |
|
arturo182
|
2f1e678d60
|
nrf: Rewrite the SPI common-hal using nrfx
Use SPIM2 on nRF52832 and SPIM3 on nRF52840. SPIM3 is able to go
up to 32MHz!
|
2018-06-25 23:46:34 +02:00 |
|
arturo182
|
b14d13e318
|
nrf: Remove leftovers from stm32 code copy
|
2018-06-25 23:38:10 +02:00 |
|
Scott Shawcroft
|
c1924f375d
|
Merge pull request #951 from arturo182/nrf_cleanup
nrf: General cleanup
|
2018-06-24 23:09:47 -07:00 |
|
Scott Shawcroft
|
5ae8094747
|
Merge pull request #953 from dhalbert/allow-mount-slash
Allow mounting '/' on '/'
|
2018-06-24 22:59:14 -07:00 |
|
arturo182
|
596a1d8843
|
nrf: Rename feather52 to feather52832 in readme files
|
2018-06-22 10:04:39 +02:00 |
|
Dan Halbert
|
dbf1a2f7d5
|
allow '/' to be mounted on '/' from Python code
|
2018-06-21 09:24:40 -04:00 |
|
arturo182
|
0686857e3c
|
nrf: Exclude nrfx files from sphinx build
|
2018-06-21 07:34:04 +02:00 |
|
jerryneedell
|
de4cd1ee73
|
add pins D3/D4 to pins.c
fixes #948
|
2018-06-20 22:26:59 -04:00 |
|
arturo182
|
25e71a56d4
|
nrf: Update the PCA10056 example to use new pin naming
|
2018-06-20 23:39:36 +02:00 |
|