Commit Graph

120 Commits

Author SHA1 Message Date
Sean Cross 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
Sean Cross 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 2128d60cc9 enable most warning option, fix all warnings 2020-03-25 18:39:39 +07:00
hathach 09fdd7dee2 remove unused dual banks 2020-03-25 17:34:49 +07:00
hathach 79ae930f15 fix some warnings with Wextra 2020-03-25 00:31:27 +07:00
hathach 54f4fdab58 sync with tinyusb master 2020-03-24 21:26:00 +07:00
hathach e3449cd771 able to build with 52833 2019-11-29 01:02:05 +07:00
hathach 254ed6253e fix nrf52832 build error 2019-11-11 23:49:30 +07:00
hathach 126115a2cb update repo to work with latest tinyusb and nrfx module 2019-11-11 15:27:44 +07:00
hathach 3d99a55940 update tinyusb and nrfx to support nrf52833 2019-11-11 12:29:41 +07:00
fanoush 4ce961f25b
fix block alignment bug also in dfu_sd_image_validate 2019-05-24 13:22:57 +02:00
fanoush 90e3149050
fix block alignment bug also in dfu_sd_image_validate 2019-05-24 13:07:32 +02:00
hathach 5eac387b5a
clean up BLEDIS firmware version 2019-04-24 17:13:41 +07:00
hathach b3b9e089f4
clean up 2019-04-24 16:51:31 +07:00
hathach 992229cf2f Merge branch 'master' into develop 2019-02-22 23:06:07 +07:00
hathach 57aa554430 update tinyusb to latest for scsi write10 complete fix 2019-02-22 14:46:16 +07:00
hathach 2aefebaf00
Merge pull request #45 from adafruit/develop
increase buffer depth to fix OTA issue with nrfConnect on iOS
2019-02-15 23:04:38 +07:00
hathach d9b275c321
increase buffer depth to fix OTA issue with nrfConnect on iOS
- also add optional debug helper
- increase led conn cycle when ble connected for easier recognition
2019-02-15 12:12:11 +07:00
hathach a3de7e8f04
remove SD 6.1.0 files 2019-02-15 01:55:07 +07:00
hathach 981a6976e2 change HCI_RX_BUF_QUEUE_SIZE back to 4 2019-01-31 22:50:42 +07:00
hathach 7ec0ff51f0
Merge pull request #40 from se7ensong/OTA_fix
Fix OTA using nRF toolbox on iPhone (tested on SE and XS)
2019-01-31 22:35:12 +07:00
hathach 3737d4bc12 update segger project, cleanup 2019-01-31 21:39:02 +07:00
Song Luan 04f05dac64 Fix OTA using nRF toolbox on iPhone (tested on SE and XS) 2019-01-10 13:09:24 +00: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 fc13287837
clean up 2018-12-19 23:27:29 +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 5e0195ddb4
update tinyusb, correct neopixel for usb enumeration
added binary for feather nrf52840
2018-11-23 15:54:02 +07:00
hathach 4f48b8b51a
rename led blink fast name 2018-11-23 11:46:21 +07: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 87103fe834 add S132 & S140 v6.1.1. Increase version to 6.1.1
- also added prebuiltin hex for SD 6.1.1
2018-11-09 21:57:11 +07:00
hathach cb1ae6d947 add need_erase for flash_nrf5x. Only uf2 erase when flush, dfu serial (uart and cdc) will prepare erase in advance. 2018-10-02 20:41:53 +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 89c547f0cc fix build issue with non-optimization 2018-09-28 13:12:14 +07:00
hathach 3cfa401653 update tinyusb that fix an ep0status issue
re-update binary for 6.1.0r0
2018-08-28 20:52:50 +07:00
hathach 8b30c417f8 fix adv issue with SD 6.1.0. Add binaries for 6.1.0r0 2018-08-22 13:28:29 +07:00
hathach daa1b83144 implement #19 serial descriptor based on deviceid 2018-08-21 15:07:17 +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 011d40d86f re-add SD 6.0.0 due to OTA bug 2018-08-16 17:49:20 +07:00
hathach e585ffc26c clean up 2018-08-16 03:50:11 +07:00
hathach ab8d24f935 OTA cannot start with SD v6.1.0, but start without issue with 6.0.0
force ota for testing.
2018-08-14 18:54:49 +07:00
hathach 586679278e clean up 2018-08-14 18:42:19 +07:00
hathach 85ad6e6b65 add boards.c , remove msc_uf2.h lots of clean up and refactor 2018-08-14 15:56:24 +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 fe712fb588 resolve #18, dfu serial able to run without SD 2018-08-13 18:11:47 +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 1a9ac4eb14 remove 6.0.0 files 2018-08-09 12:37:52 +07:00