Dan Halbert
|
bc510e714f
|
merge 3.0.2 to master
|
2018-09-18 15:38:12 -04:00 |
Dan Halbert
|
6a72084198
|
fix nrf builds; sphinx 1.8.0 crashing: use lower version
|
2018-09-12 18:37:03 -04:00 |
Dan Halbert
|
9ea809bef7
|
add pin claiming to devices
|
2018-08-31 18:38:05 -04:00 |
Dan Halbert
|
585597a252
|
pin files rework; implement pin claiming; add more boards
|
2018-08-31 18:05:55 -04:00 |
Scott Shawcroft
|
76e0373576
|
Fix nrf and unix
|
2018-08-16 17:41:38 -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 |
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 |
arturo182
|
178c089045
|
nrf: Rewrite the I2C common-hal using nrfx
|
2018-06-28 22:45:02 +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 |
Jerry Needell
|
d6c26942a5
|
add timeout keyword to I2C - for bitbangio - ignored for busio
|
2018-05-13 21:54:44 -04:00 |
Dan Halbert
|
5f101f3535
|
Add dummy UART implementation to nrf so it builds with UART turned on. Also add OneWire.
|
2018-02-21 22:53:17 -05:00 |
arturo182
|
76f5c01798
|
nrf: Get the port working on pca10056 (nRF52840)
|
2018-02-05 20:38:41 +01:00 |
arturo182
|
d0b451be94
|
nrf: Use the right SPI registers on nRF52840
|
2018-02-02 20:31:47 +01:00 |
Dan Halbert
|
64831f4e7d
|
add SPI.frequency to nRF
|
2018-01-30 13:23:00 -05:00 |
Dan Halbert
|
19d353ccd9
|
nrf: fixups for changes from 2.2
1. bidirectional SPI support (@microbuilder please check)
2. slight changes in DigitalIO types
3. placeholders (not implemented yet) for single/double-click bootloader support
|
2018-01-03 16:50:57 -05:00 |
microbuilder
|
60a23f0fb6
|
nRF52 update with internal file system support
|
2017-12-21 13:49:14 +01:00 |