Commit Graph

864 Commits

Author SHA1 Message Date
Mark Trevor Birss aebee3dfd4 Add files via upload 2023-07-20 09:46:00 +02:00
Ha Thach 277a0c83f4 Merge pull request #305 from hyx0329/pr-m60-fix
Fix M60
2023-05-26 14:39:17 +07:00
hyx0329 e34b183f1d Fix support for M60 keyboard
- Change BUTTON_2 to ESC and setup related pins properly
- Always enable the battery
2023-05-25 17:56:05 +08:00
hyx0329 188e25948b Add board_init2 and board_teardown2
This also replace `board_init_extra`.
2023-05-25 17:52:02 +08:00
Ha Thach 80c3a8401b Merge pull request #293 from Montvydas/bugfix-ota-dfu-stuck
Set the default max MTU size within the DFU transport to 23
2023-02-27 14:35:00 +07:00
montea 5f95de1314 Set MTU to 23 within main.c file as per request on the comment above it 2023-02-13 10:46:51 +00:00
montea a980696dd0 Changed the default max MTU size within the DFU transport to 23, which is the required size for the legacy bootloader to perform a successful OTA with the latest Nordic-DFU-Library. 2023-02-12 18:51:21 +00:00
Ha Thach 2107d4e97f Merge pull request #291 from aovestdipaperino/master
Add support for XIAO BLE Sense boards
2023-02-08 09:00:40 +07:00
Paperinik 1bca78c0c8 Update githubci.yml
Added:
-xiao_nrf52840_ble
-xiao_nrf52840_ble_sense
2023-02-05 18:27:02 -08:00
Paperinik d7494e81ce Update board.h 2023-02-05 18:24:19 -08:00
Paperinik aac573642b Update board.h
UF2 board ID updated to specs.
2023-02-05 18:23:35 -08:00
Paperino cf3f39f576 Add support for Xiao BLE boards 2023-01-26 17:37:43 -08:00
Paperino 99ad4d5c0f Add support for xiao ble nrf52840 based boards. 2023-01-26 17:37:18 -08:00
Ha Thach da70d4a6ab Merge pull request #284 from kylemccreery/pillbug
Add new board PillBug
2022-11-18 17:33:10 +07:00
Kyle McCreery 4f908f3330 Initial commit of reformatted pillbug defines 2022-11-09 23:24:49 -05:00
Ha Thach b55f516c11 Merge pull request #281 from adafruit/update-doc
update readme doc
2022-10-16 20:06:08 +07:00
hathach d2977b16c8 update readme doc 2022-10-16 19:24:08 +07:00
Ha Thach 0cb582d10c Merge pull request #280 from adafruit/add-debug-build
Add debug build
2022-10-16 16:24:58 +07:00
Ha Thach 7229caf9d6 Merge branch 'master' into add-debug-build 2022-10-16 13:13:54 +07:00
hathach 3af7f744b4 add temp flash-skip-crc target 2022-10-16 13:09:19 +07:00
Ha Thach de32e8cf0a Merge pull request #273 from whiz00/build-fix
fix 'array subscript 0 is outside array bounds' for newer gcc versions
2022-09-08 17:49:27 +07:00
Gabriel Hansson 5217eb6dbc fix error: array subscript 0 is outside array bounds for newer gcc versions 2022-08-29 18:29:21 +00:00
hathach c42dce080c add debug linker when building with DEBUG=1
extend bootloader start to reserved app for debug build
2022-07-14 12:28:02 +07:00
Ha Thach 6f869065b4 Merge pull request #271 from adafruit/more-833
More 833
2022-07-13 17:48:20 +07:00
hathach b36925d92a correct DFU_DEV_REV for 833 to 52833 (previously 52840) 2022-07-13 17:35:22 +07:00
hathach b60ef5c3f7 use s140 7.3.0 for feather 833 2022-07-13 17:30:18 +07:00
Ha Thach f4b503e829 Merge pull request #270 from adafruit/feather-833
Add Feather nRF52833
2022-07-13 12:15:21 +07:00
hathach 90c856e9bf fix build with 832 2022-07-13 12:11:01 +07:00
hathach c9a548f0c8 more clean up 2022-07-13 12:01:53 +07:00
hathach cda1798d70 clean up 2022-07-13 12:00:11 +07:00
hathach dbeaafa7b5 added feather 833 2022-07-13 01:04:54 +07:00
hathach 0811a477ae fix -Wcast-function-type warnings 2022-07-12 23:37:04 +07:00
hathach 6c0bb9d8ec clean up makefile
- rename target sd -> flash-sd, mbr -> flash-mbr, dfu-flash -> flash-dfu
- update readme
- clean up python script, add multiprocess build
2022-07-12 20:40:57 +07:00
Ha Thach 597dc6f0a9 Merge pull request #268 from adafruit/action-gcc
carlosperate/arm-none-eabi-gcc-action
2022-06-27 23:08:51 +07:00
hathach 9e396b0a03 carlosperate/arm-none-eabi-gcc-action with 10-2020-q4 (same as currently used) 2022-06-27 22:49:45 +07:00
Ha Thach e75aa4f40a Merge pull request #267 from PontusO/master
Adds support for the Challenger 840 BLE board
2022-06-27 16:05:24 +07:00
Pontus Oldberg 787de9bd56 Updated missed reference. 2022-06-27 09:14:39 +02:00
Pontus Oldberg dc41079c4f Renamed board init function. 2022-06-27 08:44:32 +02:00
Pontus Oldberg 4e839b1dea Removed extroneous blank lines 2022-06-26 09:52:14 +02:00
Pontus Oldberg f390e751df Added Challenger 840 BLE to CI 2022-06-24 11:22:14 +02:00
Pontus Oldberg cf963945cf Updated README 2022-06-23 09:44:49 +02:00
Pontus Oldberg 503609f021 Added Challenger 840 BLE board 2022-06-23 09:38:29 +02:00
Ha Thach 150a8a51f7 Merge pull request #266 from adafruit/fix-ci
Fix ci
2022-05-17 13:48:33 +07:00
hathach daabc3d447 clean up 2022-05-17 13:34:23 +07:00
hathach 5e6e04abcf more ci update 2022-05-17 13:27:59 +07:00
hathach ef9f181beb update action script in build ci, use toolchain cache 2022-05-17 11:57:50 +07:00
Ha Thach cc8ea2bd2f Merge pull request #258 from ddB0515/nrf52840-bboard
Add New Board: nRF52840-BBoard
2021-12-30 21:41:30 +07:00
ddB0515 8021308f2a changed PID as suggested in PR comment 2021-12-30 14:19:16 +00:00
ddB0515 166db6d561 fixed board order 2021-12-30 14:06:47 +00:00
Dario Budimir b20af27340 Merge branch 'adafruit:master' into nrf52840-bboard 2021-12-29 22:33:12 +00:00