Commit Graph
89 Commits
Author SHA1 Message Date
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
hathach 352c44c90d prevent dfu 832 bootloader on 840 and vice versa 2018-08-09 12:37:39 +07:00
hathach 25d3da0511 change dev-type for nrf52840
- add all-board, all-beta, all-release target
2018-08-09 11:35:05 +07:00
hathach ce6bad71dd add SD v6.1.0 2018-08-09 00:38:40 +07:00
hathach f41c039228 move boards.h to src 2018-08-08 15:19:02 +07:00
hathach 6f40f02537 more clean up 2018-08-08 00:41:41 +07:00
hathach 8c33712848 move a file 2018-08-07 22:19:57 +07:00
hathach 0e9d4f4341 clean up blue led blink 2018-08-07 22:09:51 +07:00
hathach 4b32c4fd3f remove files 2018-08-07 21:47:18 +07:00
hathach 91c1ddde50 clean up 2018-08-07 21:44:38 +07:00
hathach 82a713d5c7 more sdk files removed 2018-08-07 21:35:08 +07:00
hathach b1c6276a93 bootloader for nrf52832 seems to work well 2018-08-07 16:51:08 +07:00
hathach f8b5071978 remove some of sdk files 2018-08-07 14:36:53 +07:00
hathach dfd5613a7e able to build with pca10056 & feather52832 2018-08-07 14:36:38 +07:00
hathach 907272b68f supporting feather52832 2018-08-07 00:55:25 +07:00
hathach 797e30dfc7 adding s132 files 2018-08-06 20:05:01 +07:00
hathach 92ad9d4b45 add nrfx as submodule 2018-08-06 18:49:19 +07:00
hathach aa577b4cdf fix #13 2018-08-01 10:30:36 +07:00
hathach 10c124315d update tinyusb 2018-07-31 13:53:55 +07:00
hathach c273b82883 more tusb update 2018-07-26 16:58:50 +07:00
hathach 71f6899143 update tusb stack 2018-07-26 16:22:21 +07:00
hathach 98a1304881 update tusb 2018-07-15 00:02:44 +07:00
hathach 0c6f8d295a update tusb 2018-07-10 00:57:25 +07:00
hathach 4299c7a74d remove custom class
use tusb auto desc
2018-07-10 00:38:00 +07:00
hathach 928379430a update 2018-07-05 00:37:09 +07:00
hathach edfc490287 update 2018-07-04 15:01:16 +07:00
hathach f8a593bb1b update 2018-07-04 14:40:30 +07:00
hathach ab9a0aa9bf house keeping 2018-07-03 16:40:07 +07:00
hathach 5f1bf84941 upgrade tusb 2018-07-02 11:09:00 +07:00
hathach 6bafa2f5e2 update makefile and binary 2018-06-25 23:37:24 +07:00
hathach 2303f5da07 upgrade tinyusb
reading uf2 should work with up to 1 MB
2018-06-24 00:17:10 +07:00
hathach e727bd215c disable CFG_TUD_CDC_FLUSH_ON_SOF to prevent usbd overflow 2018-06-23 13:24:21 +07:00