Commit Graph

508 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 30c2c0e7c8 gitignore: ignore build directory
Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-17 10:46:10 +08:00
Sean Cross fd4c2138a3 boards: add simmel
Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-17 10:45:41 +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
Ha Thach 79a6a0c4f7
Merge pull request #118 from adafruit/develop
Mass clean up
2020-03-26 10:30:57 +07:00
hathach 392f69a2c3 remove genhex target 2020-03-25 20:05:51 +07:00
hathach f097cae0cd remove combinehex and erase target
update Readme
2020-03-25 19:58:17 +07:00
hathach 1db3ffe968 remove size target, make it part of Linking 2020-03-25 19:46:08 +07:00
hathach 9ea3f08e23 more cleanup 2020-03-25 18:49:54 +07:00
hathach 2128d60cc9 enable most warning option, fix all warnings 2020-03-25 18:39:39 +07:00
hathach 6b3f70db47 remove all uart pin from nrf52840 board, since it is not used. 2020-03-25 18:18:27 +07:00
hathach 09fdd7dee2 remove unused dual banks 2020-03-25 17:34:49 +07:00
hathach 7438933f2f more clean up 2020-03-25 14:37:03 +07:00
hathach c0f75b21b0 change comment style 2020-03-25 14:31:21 +07:00
hathach 98271c9f56 clean up QUIET 2020-03-25 14:16:24 +07:00
hathach b91a76a16e clean up ASFLAGS 2020-03-25 14:15:13 +07:00
hathach b2d4b016a9 enale Wextra
clean up some warning
2020-03-25 14:09:07 +07:00
hathach 01ac2b3d46 clean up 2020-03-25 00:31:39 +07:00
hathach 79ae930f15 fix some warnings with Wextra 2020-03-25 00:31:27 +07:00
hathach 0516c2e247 CFLAGS clean up 2020-03-25 00:04:28 +07:00
hathach 487871db8e tool clean up 2020-03-24 23:53:11 +07:00
hathach 54ddaa142d use gcc for linker instead of ld 2020-03-24 23:51:42 +07:00
hathach e37c884463 remove unused macros
BLE_STACK_SUPPORT_REQD, SWI_DISABLE0, FLOAT_ABI_HARD
2020-03-24 23:26:52 +07:00
hathach 5c5b9945bc rename clean up 2020-03-24 23:08:23 +07:00
hathach f99645ede8 more clean up 2020-03-24 22:47:15 +07:00
hathach 42734a1ab5 move segger out of src folder 2020-03-24 21:59:53 +07:00
hathach 86809ca043 fix #89 2020-03-24 21:46:54 +07:00
hathach 54f4fdab58 sync with tinyusb master 2020-03-24 21:26:00 +07:00
hathach cb735eaf8b clean up makefile, move linker out of src folder 2020-03-24 21:07:20 +07:00
hathach bfa269c55f makefile and build clean up 2020-03-24 16:04:21 +07:00
hathach 74d5dac7a8 Merge branch 'master' into develop 2020-03-24 10:33:05 +07:00
hathach fb8c743d3b sort before uploading assets 2020-03-12 15:53:24 +07:00
hathach c01b7f9285 add changelog for release 2020-03-12 13:04:28 +07:00
Ha Thach 3718aaeeaf
Merge pull request #117 from adafruit/develop
follow up to #114
2020-03-12 13:00:51 +07:00
hathach 0526a2b120 update board list, change Clue to CLUE 2020-03-12 12:27:40 +07:00
hathach ab4ecd141f follow up to #114 2020-03-12 12:21:57 +07:00
Ha Thach 8ccb638a84
Merge pull request #114 from adafruit/pin_reset
Make sure all pins are in reset state on teardown
2020-03-12 11:41:06 +07:00
Michal Moskal fc63d5096a Fix for 832 2020-03-09 21:00:20 -07:00
Michal Moskal 7d59a758da Make sure all pins are in reset state on teardown 2020-03-09 20:37:44 -07:00
Dan Halbert e2e220a505
Merge pull request #113 from dhalbert/feather-sense-leds
correct LED1 pin; make volume label FTHRSNSBOOT
2020-03-05 16:05:33 -05:00
Dan Halbert 9df8b8b870 correct LED1 pin; make volume label FTHRSNSBOOT 2020-03-05 15:55:42 -05:00
Ha Thach 802437220c
Merge pull request #112 from adafruit/cf2-followup
follow up to pincofig
2020-03-01 23:25:23 +07:00
hathach 80e0c1501e follow up to pincofig 2020-03-01 00:49:52 +07:00
Michał Moskal 7bd3c5489f
Merge pull request #110 from adafruit/pxt0
CF2 support
2020-02-28 12:42:15 -06:00
Michal Moskal 2446d02e59 Increase settings area to 2k (as per PR comments) 2020-02-28 13:34:41 -05:00
Michal Moskal c55783d9b5 Merge branch 'pxt0' of https://github.com/adafruit/Adafruit_nRF52840_Bootloader into pxt0 2020-02-28 13:27:49 -05:00
Michal Moskal c7cb5f971e Add 'make gdb' target 2020-02-28 13:26:49 -05:00
Limor "Ladyada" Fried be2ba81b4b
Merge pull request #111 from adafruit/pxt0-patch
move bootloaderConfig into pinconfig.c
2020-02-28 10:47:39 -05:00
hathach 7ddab6435f
move bootloaderConfig into pinconfig.c 2020-02-28 09:49:00 +07:00
Michal Moskal fe5cbd8183 Allow for single-tap reset when requested 2020-02-14 12:14:33 -08:00