Commit Graph

304 Commits

Author SHA1 Message Date
fc3d6e07ec Update README.md 2018-12-19 18:50:20 +07:00
fd924b4c13 Merge pull request #36 from adafruit/devlocal
fixed the incosnsitent led pattern by using systick to call led_tick()
2018-12-19 18:43:40 +07:00
c69ae13423 finished testing led pattern 2018-12-19 18:29:24 +07:00
5c6bbaca47 clean up 2018-12-19 17:23:06 +07:00
87a0124cd9 add product link to feather nrf52840 2018-12-19 17:21:10 +07:00
64f2f671f6 fixed the incosnsitent led pattern by using systick to call led_tick() 2018-12-19 17:08:23 +07:00
90cf2e53cb clean up 2018-12-19 16:54:24 +07:00
f4d6f5c508 remove draft since it un-publishes releases 2018-12-06 12:13:06 -08:00
77d08f3a1e Use file glob to find release files 2018-12-06 12:01:46 -08:00
88b78b01fa Use an ENV variable to store auth token 2018-12-06 11:51:06 -08:00
f4933840b5 Try new access token for adabot. 2018-12-06 11:37:08 -08:00
a1ed09c4d8 Merge pull request #34 from tannewt/rework_leds
Rework leds, add Travis and add Particle boards
2018-12-06 10:26:43 -08:00
28514b03a1 Remove revision number since the git describe captures the rev. 2018-12-06 10:02:13 -08:00
689c577ab7 Fix flash and genhex targets. 2018-12-05 09:18:12 -08:00
73a9d50236 Review comments 2018-12-04 22:54:45 -08:00
032f573935 Merge pull request #33 from MEl3dwi/patch-1
Update README.md
2018-12-04 18:16:32 -08:00
99fb10592e Update path 2018-12-04 17:34:50 -08:00
76d81a38d0 Merge mergehex directory out of the way 2018-12-04 17:31:59 -08:00
a81b4f53e1 Correct mergehex path and print version (hopefully) 2018-12-04 17:28:01 -08:00
c61ad35ae5 verbose tar 2018-12-04 17:21:30 -08:00
1a5f38fb07 ls to debug 2018-12-04 17:21:06 -08:00
dcad4ef0cf change wget flag 2018-12-04 17:16:19 -08:00
b9d5fe5c18 add file flag 2018-12-04 17:14:20 -08:00
f8d146909a Use tar 2018-12-04 17:12:07 -08:00
db67cee6dc Download CLI tools 2018-12-04 17:09:46 -08:00
d42d405310 Remove language 2018-12-04 16:52:54 -08:00
d326754c0f Install setuptools too 2018-12-04 16:36:41 -08:00
42e1a0639c Fix argon LED 2018-12-04 16:33:24 -08:00
f2b9422127 Use python2 2018-12-04 16:30:02 -08:00
23b55cd35d remove setuptools 2018-12-04 16:23:28 -08:00
57345c9928 Fix Particle and refine build names 2018-12-04 16:03:33 -08:00
eb8a467dc6 Install pip 2018-12-04 15:30:53 -08:00
2bbda2f0e4 Swap order to improve debugging 2018-12-04 15:27:13 -08:00
55f14378ce Specify python version 2018-12-04 15:25:17 -08:00
1b35dbf643 Add build script and hook it into Travis 2018-12-04 15:18:49 -08:00
2ece2daf90 Rework LED flashing and add Particle's boards 2018-12-04 13:45:55 -08:00
f30199f503 change neopixel color 2018-11-24 01:27:37 +07:00
5e0195ddb4 update tinyusb, correct neopixel for usb enumeration
added binary for feather nrf52840
2018-11-23 15:54:02 +07:00
12d68f592c add neopixel support 2018-11-23 15:00:59 +07:00
4f48b8b51a rename led blink fast name 2018-11-23 11:46:21 +07:00
3b070006dc Update README.md 2018-11-21 14:37:47 -05:00
94e23a928c feed wdt in bootloader if enabled. Since it is impossible to disable wdt 2018-11-19 17:01:45 +07:00
37690823ac update segger project for SD 6.1.1 2018-11-09 22:29:59 +07:00
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
3925ef5872 add stop LF clock in board_init()
just in case we jump from application without reset
2018-11-08 20:17:36 +07:00
3de5afc067 Use RC as LF source for all board compatible 2018-10-30 15:24:57 +07:00
82c56fbbd2 update help target 2018-10-02 23:15:43 +07:00
b5604dc446 add make help target. update binaries. 2018-10-02 22:38:21 +07:00
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
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