Commit Graph
768 Commits
Author SHA1 Message Date
Ha Thach 941b1ddfeb Merge pull request #252 from adafruit/separate-release-artifact
Separate release artifact
softdevice-uf2
2021-12-14 16:21:07 +07:00
hathach f6c9614976 more clean up 2021-12-14 16:13:14 +07:00
hathach 68959e00c4 try wildcard for release assest filename 2021-12-14 15:41:17 +07:00
hathach 1d85a000e2 use softprops/action-gh-release@v1 2021-12-14 15:36:14 +07:00
Ha Thach 05fcc9f32d Merge pull request #245 from markbirss/patch-1
Add ci to build binary for raytac_mdbt50q_db_40
2021-11-30 16:34:45 +07:00
Ha Thach 527aa4df08 Merge pull request #233 from markbirss/master
Add New Board: Raytac MDBT50Q Demo Board 40
2021-11-30 16:28:10 +07:00
Mark Trevor Birss 7211d3847c Add raytac_mdbt50q_db_40 2021-11-30 11:11:39 +02:00
Ha Thach d02d6c8114 Merge pull request #243 from adafruit/update-tinyusb
update tinyusb
2021-11-30 15:57:20 +07:00
Mark Trevor Birss 993ac762ca Changes as requested to UF2_BOARD_ID
from 
https://github.com/microsoft/uf2#files-exposed-by-bootloaders

The Board-ID field is machine-readable and consists of a number of dash-separated tokens. The first token is the CPU type, second is the board type, and third is the board revision. More tokens can be also added.
2021-11-30 09:14:37 +02:00
hathach d099cda94c update tinyusb to commit https://github.com/hathach/tinyusb/commit/9775e76910d569ec73b8dd946f3fa5fe5414acdb 2021-11-30 13:05:35 +07:00
Mark Trevor Birss 569e64f504 Update PID
Changed PID taken from https://github.com/adafruit/circuitpython/issues/3128#issuecomment-655077754
2021-11-26 10:37:37 +02:00
Mark Trevor Birss 4946c0388f error: initializer-string for array of 'unsigned char' is too long
Fix UF2_VOLUME_LABEL too long
2021-11-25 14:29:34 +02:00
Mark Trevor Birss d6743ea8a1 Add files via upload
Add Board support for Raytac MDBT50Q Demo Board 40
2021-11-25 14:10:50 +02:00
Pierre Constantineau f205fcd6fb Add New Board: BlueMicro833 (#226)
* adding BlueMiicro833 files
2021-10-13 15:37:34 +07:00
Ha Thach 41db95f28e Add linkermap target for size analysis (#227)
* correct url link for led glasses driver
* add linkermap to ci
2021-10-13 00:02:52 +07:00
Ha Thach 66b6712682 Merge pull request #223 from adafruit/enhance
only try to detect double reset when reset by nRST
2021-09-17 21:47:07 +07:00
hathach 0d97c2108d only try to detect double reset when reset by nRST 2021-09-17 21:27:52 +07:00
hathach 0889a68a7a comment out ble event string due to lack of flash 2021-09-17 21:18:44 +07:00
hathach 38a67d1896 use ram for configuration descriptor since we have more ram to spare than flash 2021-09-16 12:27:31 +07:00
hathach 0fc9f2f4bd shrink size by not using sprintf() 2021-09-16 12:25:48 +07:00
hathach 3791f9376e remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP from config descriptor 2021-09-15 22:23:20 +07:00
hathach 0f052bcee0 remove wildcard in makefile 2021-09-15 22:05:20 +07:00
Ha Thach 3d04d61bc6 Merge pull request #221 from daniel-thompson/fix_gcc-11
Use -fno-ipa-modref when building with gcc-11 (or later)
2021-09-10 23:47:08 +07:00
Ha Thach 58e756e6cc Update changelog.md 0.6.2 2021-09-10 19:25:41 +07:00
Ha Thach 5e1fe6aeb8 Merge pull request #222 from adafruit/refractor
Refractor
2021-09-10 19:23:41 +07:00
Daniel Thompson 235c0fac5b Use -fno-ipa-modref when building with gcc-11 (or later)
As the large comment in the body of the patch, there are mistakes in
the inline assembler fragments contained in the Nordic Softdevice header
files. Fixing the problem is a bit fiddly so for now we'll simply work
around the issue by disabling an optimization pass that was introduced
in gcc-11.
2021-09-07 20:22:56 +01:00
Ha Thach f82d1bc4b6 Merge pull request #219 from adafruit/ledglass
glasses def
2021-08-30 13:13:27 +07:00
lady ada 90f163f6d8 add another button 2021-08-29 17:18:43 -04:00
lady ada a427853ae0 glasses def 2021-08-29 17:15:29 -04:00
hathach d7d084673f use bug tempalte form, update raytac dongle url 2021-08-27 16:06:38 +07:00
hathach 1a6d8eae97 clean up 2021-08-04 19:05:30 +07:00
hathach a2b3ae4970 clean up main 2021-08-04 19:05:30 +07:00
Ha Thach 97fbda552d Update changelog.md 0.6.1 2021-08-04 19:03:32 +07:00
Ha Thach 142ed6057a Merge pull request #214 from adafruit/fix-flash-51kb
Fix flash with more than 512kb
2021-08-04 18:02:01 +07:00
hathach 2f9ed3e447 more clean up 2021-08-04 16:57:06 +07:00
hathach 9e188d7370 update tinyusb 2021-08-04 16:39:05 +07:00
hathach dedbb74562 increase app reserved size to 40KB to match circuitpython for 840
along with other clean up
2021-08-04 16:35:42 +07:00
hathach eae198000c clean up
- mostly whitespace
- use ceil div
2021-08-03 23:17:57 +07:00
Ha Thach 80fca98113 Merge pull request #211 from DuMaM/update_for_gcc11
GCC 11 Build fixes
2021-07-05 13:22:11 +07:00
dumam a7fe7c98a3 Init header id with invalid value 2021-07-04 21:12:15 +02:00
dumam 6e33825e9f Init header without init whole buffer 2021-06-27 14:29:12 +02:00
dumam b1e0d2fd72 GCC 11 Fixes 2021-06-26 16:53:59 +02:00
Ha Thach 42d9d9fe9d Update changelog.md 0.6.0 2021-06-19 14:37:25 +07:00
Ha Thach 3f528bae0b Merge pull request #210 from adafruit/fix-usb-control-race
update tinyusb to fix control race condition
2021-06-19 14:32:55 +07:00
hathach 13118196d8 update tinyusb to fix control race condition 2021-06-19 14:26:35 +07:00
Ha Thach 6126d1192e Merge pull request #209 from y4m-y4m/master
Add makerdiary m60 keyboard (uses nrf52840_m2)
2021-06-15 00:21:24 +07:00
mfranck 627ce5d9a9 add makerdiary m60 keyboard to ci 2021-06-14 11:40:53 +02:00
mfranck a754296a8a add makerdiary m60 keyboard (uses nrf52840_m2) 2021-06-13 12:52:33 +02:00
Ha Thach 881dac1486 Merge pull request #208 from Nice-Keyboards/nice-nano-v2
Add support for nice!nano v2
2021-06-03 11:22:04 +07:00
Nick Winans 20a5b93402 Add support for nice!nano v2 2021-06-02 17:07:27 -05:00