Scott Shawcroft
|
cc68964d13
|
Fix the build
|
2018-10-01 22:20:27 -07:00 |
Lucas Furlaneto
|
5cfd28b78a
|
Update pt_BR.po
|
2018-10-02 01:36:24 -03:00 |
Lucas Furlaneto
|
6c7195b130
|
Start Brazilian Portuguese translation
|
2018-10-02 01:15:13 -03: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 |
Scott Shawcroft
|
b263690e66
|
Merge pull request #1219 from C47D/es_lang
[WiP] Start with translation of ESP strings.
|
2018-10-01 13:47:34 -07:00 |
Scott Shawcroft
|
fb5ca35293
|
Merge pull request #1215 from dhalbert/soft-restart-device-reset
reset I2C and SPI on ctrl-D
|
2018-09-30 23:52:07 -07:00 |
Carlos
|
1ae4616ee2
|
Finish translation of strings on the ESP port
|
2018-09-30 12:04:22 -05:00 |
Carlos
|
f3f549b455
|
Start with translation of ESP strings.
|
2018-09-29 21:32:57 -05: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
|
f09537bbc4
|
Merge pull request #1208 from C47D/es_lang
locale/es.po [WIP] Continue with the Spanish translation
|
2018-09-22 22:27:47 -04:00 |
Carlos
|
fa11a4294a
|
locale/es.po Continue with the Spanish translation
|
2018-09-22 12:52:56 -05: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 |
Kattni
|
839b791253
|
Merge pull request #1204 from tannewt/merge_3x
Merge in AudioOut fix from 3.x
|
2018-09-21 13:15:51 -04:00 |
Scott Shawcroft
|
a9d094ab74
|
Fix translations
|
2018-09-21 12:24:04 -04:00 |
Scott Shawcroft
|
e5274959f2
|
Merge remote-tracking branch 'adafruit/3.x' into merge_3x
|
2018-09-21 12:22:26 -04:00 |
Scott Shawcroft
|
0015db1c4c
|
Merge pull request #1203 from dhalbert/nrf-multiple-i2c-spi
nrf: multiple i2c and spi instances; improve nrfx_config.h
|
2018-09-21 12:16:43 -04:00 |
Dan Halbert
|
48e558b2d6
|
update translations
|
2018-09-20 21:53:07 -04: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
|
91cc23f9b7
|
.travis.yml typo
|
2018-09-19 00:01:50 -04:00 |
Dan Halbert
|
cf3b40207e
|
add pca10059 properly to build_adafruit_bins.sh; modernize that script; update translations (again)
|
2018-09-18 22:21:29 -04:00 |
Dan Halbert
|
af7a0eedf0
|
Merge pull request #1202 from tannewt/wrong_playback_frequency
Clock the SAMD21 much faster so it can actually convert at its max
|
2018-09-18 22:08:07 -04:00 |
Dan Halbert
|
8172a2ca9d
|
Merge pull request #1189 from arofarn/add-BATTERY-pin
Add VOLTAGE_MONITOR pin to feather boards pins
|
2018-09-18 21:47:09 -04:00 |
Scott Shawcroft
|
655f223916
|
Clock the SAMD21 much faster so it can actually convert at its max
sample rate of 350ksps.
Also added an error check of sample rate.
Fixes #1196
|
2018-09-18 15:29:46 -07:00 |
Dan Halbert
|
56b7f3ba64
|
fix translate omission; pca10059 fix in .travis.yml
|
2018-09-18 16:28:27 -04:00 |
Dan Halbert
|
b5373978d8
|
translate update
|
2018-09-18 15:40:04 -04:00 |