Ha Thach
4a2d8dd5be
Merge pull request #852 from adafruit/update-tinyusb-3.7
...
bump up tinyusb to 3.7.0
2025-06-26 17:53:26 +07:00
hathach
c5aedbf8ff
bump up tinyusb to 3.7.0
2025-06-26 16:00:41 +07:00
Ha Thach
ba4ad90d7e
bump up version to 1.7.0
2025-05-30 17:02:03 +07:00
Ha Thach
383eae2434
Merge pull request #850 from adafruit/add-Print-flush
...
Add print flush
2025-05-30 17:00:03 +07:00
hathach
197e796d6c
bump up tinyusb to 3.6.0
2025-05-30 15:10:42 +07:00
hathach
33d98c01d8
add Print:flush()
2025-05-30 15:09:12 +07:00
Scott Shawcroft
aa0f46ce64
Merge pull request #847 from obra/patch-1
...
Fix a copy-paste error in the bug report template.
2025-04-29 09:32:24 -07:00
Jesse Vincent
6f5453d64f
Fix a copy-paste error in the bug report template.
...
As I was about to file a bug, I noticed a typo, so figured it was worth sending a quick PR.
2025-04-29 09:27:35 -07:00
Ha Thach
ad218a5e43
Merge pull request #842 from adafruit/fix-dynamic-adv-data
...
fix(advertising): dynamic data not update
2025-03-03 17:07:41 +07:00
hathach
4e22a13f60
fix dynamic data advertising not update
...
fix typo
2025-03-03 16:26:09 +07:00
Ha Thach
53058a7456
Merge pull request #838 from todd-herbert/ble-flash-corruption
...
Avoid InternalFileSystem corruption caused by simultaneous BLE operation
2025-02-13 16:02:12 +07:00
Todd Herbert
275da60c80
Apply patch from hathach
...
https://github.com/adafruit/Adafruit_nRF52_Arduino/pull/838#pullrequestreview-2601718986
2025-02-13 20:55:10 +13:00
Todd Herbert
facf938c74
braces
2025-01-21 23:24:54 +13:00
Todd Herbert
630668a071
Refactor for maintainability
2025-01-21 03:28:54 +13:00
Todd Herbert
3ea78558e1
Reattempt failed flash operations
2025-01-18 01:58:32 +13:00
Ha Thach
4dcfa3b796
Merge pull request #826 from mattallen37/master
...
Add support for VDDHDIV5
2024-07-18 17:31:02 +07:00
Ha Thach
bba4b53a2d
Merge pull request #829 from attermann/file_term
...
Null termination of file name when max length
2024-07-18 17:22:07 +07:00
Ha Thach
699a6c5784
Merge pull request #828 from attermann/weak_allocator
...
Making new/delete operators overridable
2024-07-18 17:20:26 +07:00
Ha Thach
11b6799f25
Merge pull request #827 from attermann/lfs_leak
...
Fix memory leak on failure to open
2024-07-18 17:17:25 +07:00
Chad Attermann
1b12011507
Null termination of file name when max length
...
File names are returned unterminated in the edge case where their length
is max size This is due to the fact that strncpy does terminate the
destination string when the source string is greater than or equal to
the specifid maximum length.
2024-07-15 09:01:40 -06:00
Chad Attermann
236e434296
Additionally clearing pointers just in case
...
Clearing `_file` and `_dir` pointers after freeing on failure to open
just in case close() is later called.
To elaborate, the `_file` and `_dir` pointers are normally freed and
cleared by _close(), but when a failure occurs upon opening, these
pointers were being left orphaned since calling close() after failure to
open doesn't make much sense, and indeed caused serious issues within
lfs.
2024-07-12 13:18:40 -06:00
Chad Attermann
cb212d0c3f
Making new/delete operators overridable
...
Added `__attribute__((weak))` weak linking annotation to new and delete operator
overrides to allow for user-defined overrides.
2024-07-12 12:59:46 -06:00
Chad Attermann
1ce5cf13d2
Fix memory leak on failure to open
...
Fixes leak of memory caused by failure to free file and directory
structures when open fails.
2024-07-12 12:42:53 -06:00
Matthew Richardson
d48767476d
Add support for VDDHDIV5
...
Allow reading the VDDHDIV5 ADC source on devices that support it, such as nRF52840. For designs where the VDDH pin is connected to a battery, this is a great way to measure battery voltage without any additional external components.
2024-06-14 10:48:34 -04:00
Ha Thach
8c8bcf292e
Merge pull request #739 from adafruit/add-feather-833
...
Add support for nrf52833
2024-06-05 18:40:57 +07:00
hathach
e5f67a5fb8
minor change
2024-06-05 18:11:53 +07:00
hathach
5e11e7f436
update bootloader to 0.9.1
2024-06-05 18:08:01 +07:00
hathach
56cb115ece
add pca10100 for 833 as 3rd party
2024-06-05 18:04:53 +07:00
hathach
03bb265434
Merge branch 'refs/heads/master' into add-feather-833
...
bootloader/circuitplayground_nrf52840/circuitplayground_nrf52840_bootloader-0.6.2_s140_6.1.1.hex
bootloader/circuitplayground_nrf52840/circuitplayground_nrf52840_bootloader-0.6.2_s140_6.1.1.zip
bootloader/circuitplayground_nrf52840/circuitplayground_nrf52840_bootloader-0.7.0_s140_6.1.1.hex
bootloader/circuitplayground_nrf52840/circuitplayground_nrf52840_bootloader-0.7.0_s140_6.1.1.zip
bootloader/circuitplayground_nrf52840/circuitplayground_nrf52840_bootloader-0.9.0_s140_6.1.1.zip
bootloader/clue_nrf52840/clue_nrf52840_bootloader-0.6.2_s140_6.1.1.hex
bootloader/clue_nrf52840/clue_nrf52840_bootloader-0.6.2_s140_6.1.1.zip
bootloader/clue_nrf52840/clue_nrf52840_bootloader-0.7.0_s140_6.1.1.hex
bootloader/clue_nrf52840/clue_nrf52840_bootloader-0.7.0_s140_6.1.1.zip
bootloader/clue_nrf52840/clue_nrf52840_bootloader-0.9.0_s140_6.1.1.hex
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.6.2_s132_6.1.1.hex
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.6.2_s132_6.1.1.zip
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.7.0_s132_6.1.1.hex
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.7.0_s132_6.1.1.zip
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.9.0_s132_6.1.1.hex
bootloader/feather_nrf52832/feather_nrf52832_bootloader-0.9.0_s132_6.1.1.zip
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.hex
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip
bootloader/feather_nrf52840_express/feather_nrf52840_express_bootloader-0.9.0_s140_6.1.1.hex
bootloader/feather_nrf52840_sense/feather_nrf52840_sense_bootloader-0.7.0_s140_6.1.1.hex
bootloader/feather_nrf52840_sense/feather_nrf52840_sense_bootloader-0.7.0_s140_6.1.1.zip
bootloader/feather_nrf52840_sense/feather_nrf52840_sense_bootloader-0.9.0_s140_6.1.1.hex
bootloader/feather_nrf52840_sense/feather_nrf52840_sense_bootloader-0.9.0_s140_6.1.1.zip
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.6.2_s140_6.1.1.hex
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.6.2_s140_6.1.1.zip
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.7.0_s140_6.1.1.hex
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.9.0_s140_6.1.1.hex
bootloader/itsybitsy_nrf52840_express/itsybitsy_nrf52840_express_bootloader-0.9.0_s140_6.1.1.zip
bootloader/ledglasses_nrf52840/ledglasses_nrf52840_bootloader-0.6.2_s140_6.1.1.zip
bootloader/ledglasses_nrf52840/ledglasses_nrf52840_bootloader-0.9.0_s140_6.1.1.hex
bootloader/ledglasses_nrf52840/ledglasses_nrf52840_bootloader-0.9.0_s140_6.1.1.zip
bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.7.0_s140_6.1.1.hex
bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip
bootloader/metro_nrf52840_express/metro_nrf52840_express_bootloader-0.9.0_s140_6.1.1.zip
bootloader/particle_xenon/particle_xenon_bootloader-0.6.2_s140_6.1.1.hex
bootloader/particle_xenon/particle_xenon_bootloader-0.6.2_s140_6.1.1.zip
bootloader/particle_xenon/particle_xenon_bootloader-0.7.0_s140_6.1.1.hex
bootloader/particle_xenon/particle_xenon_bootloader-0.9.0_s140_6.1.1.hex
bootloader/raytac_mdbt50q_rx/raytac_mdbt50q_rx_bootloader-0.6.2_s140_6.1.1.hex
bootloader/raytac_mdbt50q_rx/raytac_mdbt50q_rx_bootloader-0.6.2_s140_6.1.1.zip
bootloader/raytac_mdbt50q_rx/raytac_mdbt50q_rx_bootloader-0.7.0_s140_6.1.1.zip
bootloader/raytac_mdbt50q_rx/raytac_mdbt50q_rx_bootloader-0.9.0_s140_6.1.1.hex
bootloader/raytac_mdbt50q_rx/raytac_mdbt50q_rx_bootloader-0.9.0_s140_6.1.1.zip
2024-06-05 16:31:16 +07:00
Ha Thach
0ed4d9ffc6
Merge pull request #822 from adafruit/feather840_revE
2024-05-09 22:25:24 +07:00
hathach
ea46b6bc07
bump up version to 1.6.1
2024-05-09 21:40:52 +07:00
hathach
612fc1259d
update bootloader to 0.9.0
2024-05-09 21:40:08 +07:00
hathach
9f1cb2aff4
add PIN_NEOPIXEL_POWER as D34 for Feather nRF52840 Express RevE. Also set it as output, and write to HIGH as default
2024-05-09 21:37:41 +07:00
Ha Thach
addf2e0ebc
Merge pull request #819 from adafruit/update-tinyusb-lib-3.1.3
...
update tinyusb lib to 3.1.3
2024-03-27 11:11:16 +07:00
hathach
77bed4894c
update tinyusb lib to 3.1.3
2024-03-27 10:52:48 +07:00
Ha Thach
71bc0dc138
Merge pull request #811 from adafruit/update-lib
...
update tinyusb and nrfcrypto lib
2024-02-06 16:17:11 +07:00
hathach
c2d898b0a6
update tinyusb and nrfcrypto lib
2024-02-06 15:18:17 +07:00
Ha Thach
af40f13ed6
Merge pull request #808 from adafruit/update-bootloader-083
...
update bootloader to 0.8.3
2024-01-29 17:43:10 +07:00
hathach
c0cba5794f
update bootloader to 0.8.3 to include fix for feather sense tft slash screen
2024-01-29 17:11:03 +07:00
ladyada
59a30d4665
turn on I2C/NeoPixel by default
2024-01-15 17:15:11 -05:00
Ha Thach
d092517482
Merge pull request #807 from adafruit/update-booltoader-082
...
update bootloader to 0.8.2
2024-01-09 16:46:05 +07:00
hathach
caf559b6ed
update bootloader to 0.8.2 which support slash screen for clue and feather sense tft
2024-01-09 16:26:15 +07:00
Limor "Ladyada" Fried
2d3a572153
Merge pull request #806 from adafruit/add-feather-sense-tft
...
Add feather sense tft
2024-01-04 11:10:46 -05:00
hathach
f29505598a
update bootloader to 0.8.1 to include feather sense tft
2024-01-04 18:44:52 +07:00
hathach
5e7c152b4b
add feather sense tft variant definition
2024-01-04 18:43:13 +07:00
Ha Thach
5e284a1eaa
Merge pull request #803 from adafruit/release-1.6.0
...
bump up version for release 1.6.0
2023-11-30 17:30:54 +07:00
Ha Thach
24b64253b5
bump up version for release 1.6.0
2023-11-30 17:15:13 +07:00
Ha Thach
6cc7213fe5
Merge pull request #747 from neotje/master
...
nrfx_temp implemented
2023-11-30 16:52:20 +07:00
Ha Thach
cdfed5ad0a
Merge pull request #744 from smartmeio/threadsafe_realloc-calloc
...
Implemented thread-safe realloc and calloc
2023-11-30 16:50:32 +07:00
Ha Thach
6f5cee25a0
Merge pull request #802 from adafruit/add-availableforwrite-hwserial
...
add availableForWrite() for uart
2023-11-30 16:35:09 +07:00