91cd582dea
simmel: remove dfu and ota bootloaders
...
We don't want this device to be updatable over the air, and we don't
need the serial DFU bootloader. This leaves only UF2.
Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-18 22:37:06 +08:00
7d822f4df4
bootloader: start removing bluetooth support
...
We don't need bluetooth support for Simmel.
Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-17 10:45:11 +08:00
hathach
79ae930f15
fix some warnings with Wextra
2020-03-25 00:31:27 +07:00
hathach
e3449cd771
able to build with 52833
2019-11-29 01:02:05 +07:00
hathach
126115a2cb
update repo to work with latest tinyusb and nrfx module
2019-11-11 15:27:44 +07:00
hathach
57aa554430
update tinyusb to latest for scsi write10 complete fix
2019-02-22 14:46:16 +07:00
hathach
5c38bc8957
fix issue nrf52840 not reset properly when upgrading bootloader+sd combo
...
- root cause tusb_task()/cdc task is called when usb is not inited (in
case of sd upgrade)
2018-12-20 00:50:14 +07:00
hathach
64f2f671f6
fixed the incosnsitent led pattern by using systick to call led_tick()
2018-12-19 17:08:23 +07:00
Scott Shawcroft
2ece2daf90
Rework LED flashing and add Particle's boards
2018-12-04 13:45:55 -08:00
hathach
94e23a928c
feed wdt in bootloader if enabled. Since it is impossible to disable wdt
2018-11-19 17:01:45 +07:00
hathach
51411ff85d
finally fix #31 using erasing in advance and skip erase on the fly for nrf52832.
...
Note A small amount of delay (10 ms) is also added by adafruit-nrfutil
after each 4KB to be safe.
2018-10-02 16:55:55 +07:00
hathach
f14aebba1d
rename flash_ to flash_nrf5x_
2018-09-28 23:45:27 +07:00
hathach
6feea4e069
fix issue with dfu startup on nrf52832, change to adafruit-nrfutil
...
clean up dfu startup
2018-08-21 14:14:23 +07:00
hathach
e585ffc26c
clean up
2018-08-16 03:50:11 +07:00
hathach
4eee219b5a
use PWM0 & PWM1 for led blinky fix #14
2018-08-14 00:56:51 +07:00
hathach
1c2911a63c
close #18 , close #19
...
softdevice is only enabled with OTA mode
2018-08-13 21:50:55 +07:00
hathach
648d50b893
clean up
2018-08-13 17:17:00 +07:00
hathach
e946aabd6d
uf2 does not depend on softdevice
2018-08-11 11:43:57 +07:00
hathach
b1c6276a93
bootloader for nrf52832 seems to work well
2018-08-07 16:51:08 +07:00
hathach
dfd5613a7e
able to build with pca10056 & feather52832
2018-08-07 14:36:38 +07:00
hathach
98a1304881
update tusb
2018-07-15 00:02:44 +07:00
hathach
e727bd215c
disable CFG_TUD_CDC_FLUSH_ON_SOF to prevent usbd overflow
2018-06-23 13:24:21 +07:00
hathach
f5682831ec
improve dfu ble
2018-05-25 21:33:47 +07:00
hathach
f7c79d4c39
comment out sd_app_evt_wait() since it does affect response time of USB !!
2018-04-16 18:42:12 +07:00
hathach
1739f79d51
clean up
2018-04-16 18:15:17 +07:00
hathach
53fbcc09d2
stop usb before jumping to application. Correct irq disable for nrf52840
2018-04-16 17:29:24 +07:00
hathach
a9267cd9ff
working on migrate hci from uart to usb
2018-04-09 18:52:46 +07:00
hathach
df71d3444d
follow #1
...
seperate files from latest SDK (currently 14.2.0) from good old non-
secure bootloader sdk 11
2018-04-05 00:35:08 +07:00