Commit Graph

645 Commits

Author SHA1 Message Date
hathach 3da8e987df use shell cmd instead of assignment 2020-10-11 13:42:17 +07:00
Ha Thach 093b0091b6 Merge pull request #168 from ogatatsu/AE-BL652-BO
add akizukidenshi AE-BL652-BO
2020-09-13 15:25:46 +07:00
ogatatsu cf72b29e21 add akizukidenshi AE-BL652-BO to README.md 2020-09-13 17:13:05 +09:00
ogatatsu 66097042bb add akizukidenshi AE-BL652-BO 2020-09-10 21:00:46 +09:00
Dan Halbert 35e8ad97ac Merge pull request #166 from adafruit/remove-timeout
remove dfu timeout
2020-09-05 08:46:41 -04:00
hathach 73d5190081 ci again, reduce make -j to 4 2020-09-04 18:39:29 +07:00
hathach 8966b2077e ci again 2020-09-04 18:35:40 +07:00
hathach e1339e9d45 update build script 2020-09-04 18:28:32 +07:00
hathach 27218de969 add ci clean before build, which help with parallel compiling 2020-09-04 18:25:12 +07:00
hathach ef3341d43f force ci to use offical arm gcc which is xpack 9.3.1-1.1.1 2020-09-04 18:20:40 +07:00
hathach 5f39316cd9 fix side-effect prevent dfu when disable timeout 2020-09-04 18:20:07 +07:00
hathach 11572aa83d revert ci clean 2020-09-04 16:31:09 +07:00
hathach 33195c9db8 ci clean before build 2020-09-04 15:50:45 +07:00
hathach bf4e000e93 remove dfu timeout 2020-09-04 15:13:42 +07:00
Ha Thach 8b49f47cac Merge pull request #161 from nitz/feature-pitaya-go
Add MakerDiary Pitaya Go board.
2020-08-19 13:45:12 +07:00
nitz 9ad10c8b1b Add MakerDiary Pitaya Go board. 2020-08-18 20:05:45 -04:00
Ha Thach 9ae36fe7e8 Merge pull request #155 from nitz/feature-board-makerdiary-m2
Add MakerDiary nRF52840 M.2 Module board.
2020-08-06 23:32:52 +07:00
nitz a5b78ff410 Updated with @xiongyhui's VID/PID from Seeed 2020-08-06 11:11:31 -04:00
Ha Thach 934d141b7e Merge pull request #158 from nitz/feature-pyocd-flasher
Add pyocd flash targets.
2020-08-06 20:55:44 +07:00
nitz 9d86c6b81e Replaced conditional recipes with function calls. 2020-08-06 09:36:44 -04:00
nitz 5b507ac126 Move dfu-flash to be outside flasher check 2020-08-06 08:28:43 -04:00
nitz bb3f0c8667 Rename default flasher from nrf to nrfjprog 2020-08-06 08:27:56 -04:00
nitz 1fac639352 Fix whitespace 2020-08-06 08:26:54 -04:00
nitz 8ab7a41fab Fix strings to be MakerDiary
Not sure how I managed to mix my branches up.
2020-08-05 20:10:41 -04:00
nitz f22e19e81b Add pyocd flash targets.
They are used when make is invoked with FLASHER=pyocd. Still defaults to using NRFUTIL.
2020-08-05 20:01:39 -04:00
nitz 43cfc4c0f0 Add M.2 board to README.md 2020-08-05 09:41:34 -04:00
nitz 86a6622724 Revert NO_SOFT_DEVICE change.
Will be more work, will work on it in it's own feature branch.
2020-08-05 08:46:24 -04:00
nitz 307125255b Rename USES_NFCT to USE_NFCT 2020-08-05 08:09:33 -04:00
nitz 75c89998c6 Support for skipping the NFCT as GPIO & SD defines
nrf52840_m2 makes use of these skips.
2020-08-04 18:55:55 -04:00
nitz 4263c8ff79 Add MakerDiary nRF52840 M.2 Module board. 2020-08-04 18:37:08 -04:00
Ha Thach 791906ca32 Merge pull request #152 from henrygab/more_family_ids
Enable board-specific UF2 family IDs
2020-08-03 14:29:52 +07:00
Henry Gabryjelski 2e5b45edfe remove additional ifdef ... source not compiled when no USB, so no compilation error for nRF42832 2020-07-31 10:27:22 -07:00
Henry Gabryjelski 6a092abb5e updates per @hathach feedback 2020-07-27 21:21:34 -07:00
Henry Gabryjelski e843045f4d Revert "always use/define CFG_UF2_BOARD_APP_ID"
This reverts commit aa8cd83961,
because the feather_nrf52832 does not define its own USB VID/PID.
2020-07-27 10:16:16 -07:00
Henry Gabryjelski aa8cd83961 always use/define CFG_UF2_BOARD_APP_ID 2020-07-27 10:05:12 -07:00
Ha Thach cb04d5338e Merge pull request #154 from henrygab/fix_makefile
Exclude non-board files from list of valid boards.
2020-07-27 16:35:24 +07:00
Henry Gabryjelski 1a138da50d Exclude non-board files from list of valid boards.
Fixes #153.
Regression caused by commit cf4efa2c94.
2020-07-25 22:24:53 -07:00
Henry Gabryjelski dc90457828 Expose UF2 file using board-specific familyID
Where the board has a defined USB VID/PID, allow
that as a family ID when flashing a UF2 file, and
also use the VID/PID for the familyID in the UF2
file that is exposed via ghostfat.
2020-07-25 17:36:10 -07:00
Henry Gabryjelski b3a2afa5c5 Begin UF2 board-specific family ID
Per @hathach's comments, uses the USB
vendorID and productID.
2020-07-25 17:18:45 -07:00
Ha Thach 0b3c515d9e Merge pull request #149 from nitz/sorry-my-build-env-is-absolute-nonsense
Fixing Windows not playing nicely with mkdir.
2020-07-17 22:32:45 +07:00
Chris Dailey 73ec884012 Give RM the same treatment MK got, and indent MK 2020-07-17 11:22:26 -04:00
Chris Dailey 0d13cb445c Replace mkdir := assignment with = assignment 2020-07-17 08:45:54 -04:00
nitz 301e4ace3e Fixing Windows not playing nicely with mkdir.
I really don't know why Windows is such a pain sometimes:
 * The `-p` doesn't get handled as a switch, and instead actually creates a directory named "-p"...
 * The forward slash in the path being created causes cmd.exe to be sad instead of interpreting it as a path. Quotes around the path makes it happy.

One day things will be sane on Windows.

Today is not that day. 😂
2020-07-16 21:13:37 -04:00
Ha Thach 764147d269 Merge pull request #148 from adafruit/add-missing-license
add mising license for ghostfat
2020-07-16 12:43:57 +07:00
hathach d790f4adc9 add mising license for ghostfat
also do a bit of clean up
2020-07-16 12:34:27 +07:00
Ha Thach 4c9df5bc41 Merge pull request #147 from nitz/patch-1
Change delimiter in git submodule cut to double quote
2020-07-16 12:28:30 +07:00
Chris Dailey 35429d0f64 Replace variable assignments to shell assignments
This has the wonderful effect of executing the commands once then reusing their output as the variable is needed. Speeds clean build time considerably if `git submodule status` takes a bit on your machine!
2020-07-16 01:13:58 -04:00
Chris Dailey 32a43b71e6 Change delimiter in git submodule cut to double quote
The single quote causes issues with the string parsing on shells that expect double quotes.
2020-07-15 01:45:49 -04:00
Ha Thach 209c611a8b Merge pull request #145 from IkigaiSense/ikigaisense_vita
add-ikigaisense_vita-nrf52840
2020-07-15 11:55:10 +07:00
ikigaisense 2118c82eaf ikigaisense_vita-PID-change 2020-07-14 11:48:53 -06:00