Commit Graph

  • 287f68ef5f board support: add Elecrow ThinkNode M6 dev taco 2026-03-25 15:26:22 +11:00
  • c18884724a board support: add LILYGO T-Echo taco 2026-03-25 15:40:23 +11:00
  • e49b3fd2e4 Merge branch 'dev' master 0.9.2-OTAFIX2.1-BP1.2 taco 2025-12-23 10:10:56 +11:00
  • 51f241024e Update README.md again taco 2025-12-23 10:10:47 +11:00
  • 241675ea0d Merge branch 'dev' taco 2025-12-23 10:01:06 +11:00
  • 656585e9d2 Update README.md taco 2025-12-22 01:32:13 +11:00
  • 711e6d7e22 Update README.md taco 2025-12-21 09:44:25 +11:00
  • 54a9e85788 packet accumulator for small packets taco 2025-12-21 08:27:14 +11:00
  • 5cb23173c6 unique advertising name per board taco 2025-12-21 09:31:58 +11:00
  • 7e69127005 lazy erase taco 2025-12-14 22:06:18 +11:00
  • 02fc9bdeb9 add usb_teardown after ota dfu taco 2025-12-16 09:09:55 +11:00
  • db8dc4d720 default to ota dfu taco 2025-12-16 09:06:26 +11:00
  • afc721a5d8 add support for high mtu taco 2025-12-09 12:10:08 +11:00
  • 6e6c9c6725 Merge branch 'dev' 0.9.2-OTAFIX1.2-BP1.2 taco 2025-11-28 15:51:00 +11:00
  • d0ce3f8ba9 updated README.md taco 2025-11-28 15:01:41 +11:00
  • cbe95f8832 add support for WisMesh tag taco 2025-11-14 10:37:47 +11:00
  • addc04d999 Merge branch 'dev' 0.9.2-OTAFIX1.2-BP1.1 taco 2025-09-05 12:57:52 +10:00
  • 68975fc585 Add FUNDING.yml taco 2025-09-05 12:42:02 +10:00
  • 4774154467 Update README.md taco 2025-09-05 12:38:43 +10:00
  • 1f47704642 board support: promicro_nrf52840: add support for booting to OTA DFU mode by holding user button at boot taco 2025-09-05 10:30:43 +10:00
  • 11e390be4c board support: fix LEDs on Heltec T114 taco 2025-09-05 10:06:52 +10:00
  • f2ff6c88d1 board support: add T1000-E taco 2025-09-05 06:36:30 +10:00
  • 8fd6845784 board support: add Seeed Wio Tracker L1 taco 2025-09-04 18:03:06 +10:00
  • 1aa95b4ee5 board support: add heltec t114 taco 2025-09-04 17:43:28 +10:00
  • f9f9f51424 add display support to OTA DFU mode taco 2025-09-04 17:41:18 +10:00
  • 557f9cbdc6 allow setting BLE advertising name per board taco 2025-09-04 17:37:20 +10:00
  • d0d107df3e update readme taco 2025-06-16 12:30:48 +10:00
  • 903a05177e updated .gitignore taco 2025-06-16 12:19:03 +10:00
  • d130299e54 Update README.md oltaco 2025-06-13 16:59:20 +10:00
  • 7215059fae Update README.md oltaco 2025-06-13 15:33:14 +10:00
  • c5a862234c add rak4631 board 0.9.2-otafix1 taco 2025-06-13 13:54:23 +10:00
  • 99b637eab1 updated readme taco 2025-06-13 13:48:23 +10:00
  • 0d9b659353 add screenshots for dfu app settings taco 2025-06-13 11:57:32 +10:00
  • 58f6ab43e0 modify workflow taco 2025-06-11 16:23:21 +10:00
  • ceb1cd9f22 delete unused boards taco 2025-06-11 16:20:11 +10:00
  • 19493941ab Merge branch 'adafruit:master' into master oltaco 2025-05-27 15:20:21 +10:00
  • a48e944f0b Merge pull request #353 from andreaskurz/askz/fix-array-subscript Ha Thach 2025-05-05 17:06:44 +07:00
  • 54f2eecaa1 Add new board for ProMicro NRF52840, but it's really just nice_nano but with some strings changed. Modify github workflow to only build the new promicro_nrf52840 board. taco 2025-05-05 17:53:08 +10:00
  • c83fa9fc2b fix: array subscript 0 outside array bounds Andreas Kurz 2025-05-04 18:57:31 +00:00
  • 3f7312e98e OTA DFU resiliency fix. See Montvydas/Adafruit_nRF52_Bootloader@8f31fd999e taco 2025-03-08 07:17:16 +11:00
  • 25454a8f6b increase HCI_RX_BUF_QUEUE_SIZE. this drastically increases reliability of BLE OTA DFU on some boards. see chrisingis/Adafruit_nRF52_Bootloader@516d7cceab taco 2025-03-06 14:17:23 +11:00
  • 2f18890500 Update README.md oltaco 2025-03-06 13:56:38 +11:00
  • 4329614a8f Merge pull request #343 from chibiegg/board_MBN52832DK Ha Thach 2025-02-07 17:04:16 +07:00
  • bd12455029 Merge pull request #344 from fanoush/fix-regout0-bootloop Ha Thach 2025-02-07 17:03:06 +07:00
  • 3a2708b30a Merge pull request #342 from pdcook/master Ha Thach 2024-12-25 16:14:00 +07:00
  • fb557b2af9 set REGOUT0 only when value is erased to default fanoush 2024-11-16 10:28:42 +01:00
  • 7f2b127506 Add support Murata MBN52832DK board chibiegg 2024-11-04 00:18:01 +09:00
  • 5a96435322 commit correct file for nRFMicro Patrick Cook 2024-09-11 23:19:40 -04:00
  • f3b3a0de40 reduced number of chars, updated potential PID Patrick Cook 2024-09-08 18:31:25 -04:00
  • 6940c5b73e rename promicro->nrfmicro Patrick Cook 2024-09-08 18:29:19 -04:00
  • 4786a4a251 fixed board-id to conform to standards Patrick Cook 2024-09-08 17:14:35 -04:00
  • 9027359cec add support for promicro/supermini nrf52 boards Patrick Cook 2024-09-08 17:11:05 -04:00
  • eefbe6bda9 Merge pull request #337 from adafruit/support-itsybitsy-dotstar Ha Thach 2024-07-19 13:06:13 +07:00
  • ab74be4811 correct itsybitsy dotstar hathach 2024-07-19 13:02:31 +07:00
  • 488711a9b3 Merge pull request #336 from markbirss/master Ha Thach 2024-07-12 20:22:34 +07:00
  • 91fc6735e9 Update board.h Mark Trevor Birss 2024-07-12 12:34:49 +02:00
  • 6b62aacdc9 Update board.h Mark Trevor Birss 2024-07-12 09:20:53 +02:00
  • 4f747e416b Update board.h Mark Trevor Birss 2024-07-12 09:02:34 +02:00
  • 155dedb048 Add files via upload Mark Trevor Birss 2024-07-12 08:55:57 +02:00
  • 29ca3ebfab Merge pull request #332 from adafruit/bump-feather833-sd Ha Thach 2024-06-05 17:45:15 +07:00
  • 4e700d4904 bump feather 833 SD to 7.3.0 hathach 2024-06-05 17:42:13 +07:00
  • 8473ff6f35 Merge pull request #331 from adafruit/minor-update Ha Thach 2024-06-05 17:38:36 +07:00
  • 5f99d530ff revert fetch-depth 0 hathach 2024-06-05 17:34:56 +07:00
  • c5150ccf02 update PR template hathach 2024-06-05 17:32:51 +07:00
  • 438a08e0ac change PID of argon,boron,xenon, pca10056 to 0x00DA (allocated by Adafruit), previously these shared with feather nrf52840 change PID of pca10100 to 0x00D8 (allocated by Adafruit) hathach 2024-06-05 17:30:27 +07:00
  • 2d68ec56e3 default SD version to 7.3.0 for 833, 6.1.1 for 840 and 832 some cmake rename hathach 2024-06-05 17:29:26 +07:00
  • 836c8dcc76 Merge pull request #329 from adafruit/ci-auto-matrix Ha Thach 2024-05-09 21:40:35 +07:00
  • 9e25f4ac0a use script to set board matrix hathach 2024-05-09 20:40:04 +07:00
  • a73fe207a8 Merge pull request #328 from adafruit/feather840-revE Ha Thach 2024-05-09 20:25:30 +07:00
  • ea3bb737de fix ci warning hathach 2024-05-09 20:17:33 +07:00
  • 0bc8a8993f - add P1.14 as NEOPIXEL_POWER_PIN for feather nrf52840 revE - remove linkermap from ci hathach 2024-05-09 20:15:16 +07:00
  • 78b39b4347 bump up gcc to 12.3Rel1 hathach 2024-05-09 19:56:52 +07:00
  • e7450022a8 Merge pull request #321 from SaidAlvarado/fix-273-for-gcc-13 Ha Thach 2024-02-05 10:12:06 +07:00
  • 4f8c2afabf fix compilation for arm-none-eabi-gcc version 13 Said Alvarado-Marin 2024-02-04 14:33:02 +01:00
  • 2e6c877d1b Merge pull request #320 from adafruit/sense-tft Ha Thach 2024-01-29 17:03:31 +07:00
  • 59df4f9e8c add & enable DISPLAY_VSENSOR_PIN if available (required for sense tft) hathach 2024-01-29 16:41:46 +07:00
  • 64d8e34567 Merge pull request #319 from adafruit/add-slash-screen Limor "Ladyada" Fried 2024-01-05 13:35:38 -05:00
  • 3d920bf62b - add slash screen for CLUE - optimize ST77XX_SWRESET, skip if reset pin is available. hathach 2024-01-05 19:06:01 +07:00
  • ed9bf7a8dd fix ci hathach 2024-01-05 17:25:53 +07:00
  • 0eead42aec add display for sense tft hathach 2024-01-05 16:59:16 +07:00
  • a6a8962b1d get slash screen running hathach 2024-01-05 16:46:02 +07:00
  • 79add7baf5 - add screen/display support for st77xx - able to make spi transfer, but data seem to be off hathach 2024-01-05 15:49:27 +07:00
  • 101a54da10 Merge pull request #318 from adafruit/rename-feather-sense-tft Ha Thach 2024-01-04 18:29:02 +07:00
  • e81391f395 rename to feather sense tft hathach 2024-01-04 18:23:51 +07:00
  • eaaf5f8e84 Merge pull request #317 from adafruit/add-feather-tft Ha Thach 2024-01-03 22:29:26 +07:00
  • 1c85a7a5be try to install setuptools for linkermap hathach 2024-01-03 22:21:29 +07:00
  • f5a1947974 add feather tft to ci build hathach 2024-01-03 22:13:28 +07:00
  • 66db5aeda3 add support for NEOPIXEL_POWER_PIN, also change code style hathach 2024-01-03 22:11:00 +07:00
  • 36a1f428dd add feather nrf52840 tft hathach 2024-01-03 22:10:22 +07:00
  • 7210c3914d Merge pull request #309 from markbirss/master Ha Thach 2023-08-01 20:51:33 +07:00
  • 8b8c9d58be Update board.h Mark Trevor Birss 2023-08-01 15:44:15 +02:00
  • 39da39544b Update githubci.yml Mark Trevor Birss 2023-07-21 12:58:07 +02:00
  • 386ed04058 Update githubci.yml add Makerdiary nrf52840 connectkit Mark Trevor Birss 2023-07-21 10:37:04 +02:00
  • c87ea51b86 Update board.h Mark Trevor Birss 2023-07-20 17:28:03 +02:00
  • 9924e54654 Merge pull request #310 from adafruit/add-cmake Ha Thach 2023-07-20 22:12:12 +07:00
  • 2de2fbf82f add PR template hathach 2023-07-20 22:06:28 +07:00
  • dbc7648649 add linker --print-memory-usage hathach 2023-07-20 21:08:19 +07:00
  • ffa2379818 add cmake support, starting with feather nrf52840 and pca10056. Seems to work well hathach 2023-05-26 13:10:49 +07:00
  • aebee3dfd4 Add files via upload Mark Trevor Birss 2023-07-20 09:46:00 +02:00
  • 277a0c83f4 Merge pull request #305 from hyx0329/pr-m60-fix Ha Thach 2023-05-26 14:39:17 +07:00