Commit Graph

84 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
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 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 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 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 80e0c1501e follow up to pincofig 2020-03-01 00:49:52 +07:00
Michal Moskal c7cb5f971e Add 'make gdb' target 2020-02-28 13:26:49 -05:00
Michal Moskal 563f15158d Add gdbflash target using BMP 2020-02-13 17:14:37 -08:00
Michal Moskal c5c2039bfd Add support for bootloader pin config data for Arcade 2020-02-13 17:06:09 -08:00
hathach 16e7af43a3 fix linker for 833
compile and able to flash but 52833 is not compatible with S140 v6, need
to upgrade it to S140 v7
2019-11-29 11:44:51 +07:00
hathach e3449cd771 able to build with 52833 2019-11-29 01:02:05 +07:00
hathach d0389fe8f4 clean up 2019-11-12 00:35:45 +07:00
hathach 7cd90551c9 added board.mk for all boards 2019-11-12 00:32:47 +07:00
hathach 126115a2cb update repo to work with latest tinyusb and nrfx module 2019-11-11 15:27:44 +07:00
hathach a7c19a4d99
fix typo per PR discussion 2019-04-25 10:36:08 +07:00
hathach 01f854c3db
correct MK_BOOTLOADER_VERSION to same as git tag version 2019-04-24 18:25:25 +07:00
hathach 5eac387b5a
clean up BLEDIS firmware version 2019-04-24 17:13:41 +07:00
hathach 4ec938230d
update uf2 BOARD_ID 2019-04-24 16:17:00 +07:00
hathach 69a1b555e4 force NFC as GPIO 2019-04-24 12:23:11 +07:00
hathach ca400565b3 clean up 2019-04-24 12:08:58 +07:00
hathach bcbd3fa089 enhance board management 2019-04-24 12:03:26 +07:00
hathach 2713069643 fix #59 incorrect button mapping for feather nrf52840 2019-03-27 13:03:41 +07:00
hathach 0cc0289c60 update dfu-flash for upgrading bootloader
clean up makefile
2019-02-22 23:55:01 +07:00
hathach 3737d4bc12 update segger project, cleanup 2019-01-31 21:39:02 +07:00
hathach 7279bd9b32 added metro nrf52840 revA
clean up makefile
2019-01-31 18:01:41 +07:00
hathach 2f1eec7118
fix #41 use RXD,TXD in board header 2019-01-14 12:50:20 +07:00
hathach 9ece5f64a9
clean up makefile 2019-01-04 07:00:45 +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 5c6bbaca47 clean up 2018-12-19 17:23:06 +07:00
hathach 64f2f671f6 fixed the incosnsitent led pattern by using systick to call led_tick() 2018-12-19 17:08:23 +07:00
hathach 90cf2e53cb clean up 2018-12-19 16:54:24 +07:00
Scott Shawcroft 28514b03a1
Remove revision number since the git describe captures the rev. 2018-12-06 10:02:13 -08:00
Scott Shawcroft 689c577ab7
Fix flash and genhex targets. 2018-12-05 09:18:12 -08:00
Scott Shawcroft 73a9d50236
Review comments 2018-12-04 22:54:45 -08:00
Scott Shawcroft 57345c9928
Fix Particle and refine build names 2018-12-04 16:03:33 -08:00