Josh Klar
|
16ca9c8c7c
|
Makefile fixes and some docs
|
2018-10-20 02:43:13 -07:00 |
Josh Klar
|
3d7b96aeb1
|
Add board and pin defs for MakerDiary NRF52840 MDK
|
2018-10-20 02:43:12 -07:00 |
Dan Halbert
|
b3c7746a7f
|
fix copyright notice
|
2018-10-16 11:09:37 -04:00 |
Dan Halbert
|
2262efc311
|
PulseOut working
|
2018-10-16 11:05:02 -04:00 |
Dan Halbert
|
8d58093328
|
Merge pull request #1259 from dhalbert/nrf-pwmout
Allow variable freq PWMOut; use multiple channels if same freq
|
2018-10-10 12:27:27 -04:00 |
Scott Shawcroft
|
df80ad8e6e
|
Merge pull request #1193 from ATMakersBill/master
Add supervisor.runtime.serial_bytes_available so that input() can be used without blocking.
|
2018-10-09 23:58:43 -07:00 |
Dan Halbert
|
ca737e6f7c
|
Don't disable tempoarily in deinit().
|
2018-10-09 21:23:47 -04:00 |
Dan Halbert
|
91a88cf568
|
Allow variable freq PWMOut; use multiple channels if same freq
|
2018-10-09 20:52:55 -04:00 |
ATMakersBill
|
9f94712ad1
|
replacing change to input() with separate method to check for USB Serial input
|
2018-10-09 18:37:52 -04:00 |
Jerry Needell
|
fd0ea85549
|
add force_create to nrf filesystem_init()
|
2018-10-06 08:03:27 -04:00 |
hathach
|
21ddb6b9b9
|
fix tinyusb cdc issue
|
2018-10-05 21:37:16 +07:00 |
Dan Halbert
|
6049776b26
|
Merge branch 'master' into nrf52_uart_io
|
2018-10-03 13:31:48 -04:00 |
Scott Shawcroft
|
86ae707b08
|
Merge pull request #1223 from dhalbert/spi-baudrate
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
|
2018-10-03 10:11:44 -07:00 |
hathach
|
b8884ccc8b
|
Merge branch 'master' into nrf52_uart_io
|
2018-10-03 23:13:56 +07:00 |
Enrico Paganin
|
4b9099358f
|
Fix 'advertisement' typo
|
2018-10-03 09:56:30 +02:00 |
hathach
|
08cbb03bdd
|
implement common_hal_busio_uart_clear_rx_buffer
|
2018-10-03 11:39:01 +07:00 |
hathach
|
f543c8415d
|
"busio.UART not yet implemented -> not available
|
2018-10-03 11:30:31 +07:00 |
Dan Halbert
|
21d331c8cc
|
round SPI freq down; check max freq
|
2018-10-02 21:06:40 -04:00 |
Dan Halbert
|
aa95526428
|
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
|
2018-10-01 18:54:13 -04:00 |
Dan Halbert
|
48a3aafdd2
|
reset I2C and SPI on ctrl-D
|
2018-09-25 15:12:10 -04:00 |
hathach
|
76d6fb03f0
|
more clean up
|
2018-09-26 02:12:06 +07:00 |
hathach
|
eba80f7a99
|
update translate string
|
2018-09-26 02:10:44 +07:00 |
hathach
|
52328c88cd
|
remove space
|
2018-09-26 02:06:32 +07:00 |
hathach
|
74cc55b107
|
change error type to runtime
|
2018-09-25 17:31:53 +07:00 |
hathach
|
f724647a45
|
fix feather nrf52840 build error
|
2018-09-25 17:09:54 +07:00 |
hathach
|
dec5c50c45
|
clean up
|
2018-09-25 16:22:14 +07:00 |
hathach
|
2f0e0bdcaf
|
migrate serial from uart to uarte
|
2018-09-25 16:14:44 +07:00 |
hathach
|
9017c9d29a
|
clean up
|
2018-09-25 14:29:45 +07:00 |
hathach
|
d3e5ba83eb
|
update nrfx to 1.3.0
|
2018-09-25 13:00:57 +07:00 |
hathach
|
d714479924
|
clean up
|
2018-09-25 12:48:48 +07:00 |
hathach
|
01c1296197
|
nrf52 uart io rx work reliably
|
2018-09-25 12:37:31 +07:00 |
hathach
|
1782ceab35
|
uarte malloc if buffer is not in SRAM
|
2018-09-24 16:18:49 +07:00 |
hathach
|
4015023e01
|
clean up uart io
|
2018-09-24 16:12:05 +07:00 |
hathach
|
7bbd449f06
|
uarte rx work fine
|
2018-09-24 15:54:32 +07:00 |
hathach
|
fdd3e91753
|
changing to nrf uarte, tx works fine
|
2018-09-24 14:56:52 +07:00 |
hathach
|
7a1b4ccc9b
|
Merge branch 'master' into nrf52_uart_io
|
2018-09-24 12:50:48 +07:00 |
Scott Shawcroft
|
f2c960e89b
|
Merge pull request #1205 from hathach/nrf52_autoreload
add autoreload for nrf52
|
2018-09-21 16:48:21 -04:00 |
hathach
|
e1fe7e71a1
|
add autoreload
|
2018-09-22 02:08:00 +07:00 |
Dan Halbert
|
2c15d12f2f
|
allow multiple I2C and SPI; improve nrfx_config.h
|
2018-09-20 20:45:30 -04:00 |
hathach
|
816ff05253
|
clean up
|
2018-09-21 03:53:35 +07:00 |
hathach
|
dddc437ea7
|
got rx working finally
|
2018-09-21 03:48:13 +07:00 |
hathach
|
fe1a297889
|
still have issue with initial uart rx
|
2018-09-21 01:27:52 +07:00 |
Dan Halbert
|
2309e60c0d
|
WIP; problem with staticly allocated IRQ handlers
|
2018-09-19 21:59:04 -04:00 |
hathach
|
9c25306877
|
uart rx got some issue with irq
|
2018-09-20 02:12:21 +07:00 |
Scott Shawcroft
|
3f380ded6b
|
Merge pull request #1197 from dhalbert/3.x-master
3.x master
|
2018-09-19 09:58:52 -07:00 |
hathach
|
c5593ec074
|
got uart tx work
|
2018-09-19 17:59:15 +07:00 |
hathach
|
1df3bcf392
|
add board.UART() function
|
2018-09-19 14:40:37 +07:00 |
Dan Halbert
|
56b7f3ba64
|
fix translate omission; pca10059 fix in .travis.yml
|
2018-09-18 16:28:27 -04:00 |
Dan Halbert
|
bc510e714f
|
merge 3.0.2 to master
|
2018-09-18 15:38:12 -04:00 |
hathach
|
d8c8c5f005
|
remove CFG_HWUART_FOR_SERIAL
|
2018-09-18 20:26:50 +07:00 |