Releases: adafruit/Adafruit_nRF52_Arduino
Releases · adafruit/Adafruit_nRF52_Arduino
1.6.1
What's Changed
- Add feather sense tft by @hathach in #806
- update bootloader to 0.8.2 by @hathach in #807
- update bootloader to 0.8.3 by @hathach in #808
- update tinyusb and nrfcrypto lib by @hathach in #811
- update tinyusb lib to 3.1.3 by @hathach in #819
- Feather840 rev e by @hathach in #822
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Update BLEDiscovery.cpp by @hathach in #777
- Add helper functions to HwPWM Instance by @jgartrel in #760
- FIX #197 : Replace varclr with arrclr for BLEAdvertising _data fields by @CSC-Sendance in #784
- Update bootloader 0.8.0, fix File namespace issue by @hathach in #796
- Update config.yml by @hathach in #795
- Fix _irq_handler by @rmccaskill in #791
- add more description to beacon example, use non-connectable scannable undirected type by @hathach in #801
- Added support for directed BLE advertisements. by @UUSim in #788
- add availableForWrite() for uart by @hathach in #802
- Implemented thread-safe realloc and calloc by @godario in #744
- nrfx_temp implemented by @neotje in #747
- bump up version for release 1.6.0 by @hathach in #803
New Contributors
- @jgartrel made their first contribution in #760
- @CSC-Sendance made their first contribution in #784
- @rmccaskill made their first contribution in #791
- @UUSim made their first contribution in #788
- @godario made their first contribution in #744
- @neotje made their first contribution in #747
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- Add support for Immediate Alert Service by @qubitter in #769
- HID Gamepad Client & Central HID Gamepad example by @OstlerDev in #730
- SPI Secondary driver by @nosv-dr in #767
- Ide2 debug by @hathach in #774
- fix space in path issue when burning bootloader with IDE v2 by @hathach in #775
New Contributors
- @qubitter made their first contribution in #769
- @OstlerDev made their first contribution in #730
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- update blemidi description, add midi library depenency link by @hathach in #718
- Fixed small spelling mistake in central_bleuart.ino sketch by @thebigpotatoe in #710
- Added support for passkey-entry and made some usability improvements by @ArturA-MS in #632
- Update silabs driver URL (was 404) by @wanderingstan in #746
- Fix reboot issue by @hathach in #764
New Contributors
- @thebigpotatoe made their first contribution in #710
- @ArturA-MS made their first contribution in #632
- @wanderingstan made their first contribution in #746
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- support longer ms values in ms2tick by @thinkOfaNumber in #706
- fix issue with blitFrameBuffer not working on Adafruit CLUE (HT @jimsbugs) by @dstieglitz in #708
- add -Werror=return-type for all warning options by @hathach in #711
New Contributors
- @thinkOfaNumber made their first contribution in #706
- @dstieglitz made their first contribution in #708
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0 - 2021.09.24
- Add Adafruit LED Glasses Driver nRF52840 board support
- Update UUID list
- Add BLE Gamepad support with
BLEHidGamepad
class and example Peripheral/blehid_gamepad/blehid_gamepad.ino - Implemnent thread-safe malloc/free using --wrap linker option
- Update bootloader binaries to 0.6.2
1.0.0 - 2021.08.18
Core is stable enough to be released as 1.0.0. Following is chagnes since last release
- Add UART missing baudrate of 31250 and 56000
- Fix peer bonding with public/static address
- Fix PDM driver issue when BLE is enabled
- Update nrfutil binary to post17 for windows 7
- Add analogSampleTime() to set ADC sample time
- Add readCPUTemperature() to get CPU die temperature
- Add analogCalibrateOffset() to calibrate ADC offset
- Fix UART is not powered down correctly
- Update included bootlaoder binaries to 0.6.1
- Update included TinyUSB lib to 1.4.4
0.24.0 - 2021.06.29
Update to work with TinyUSB library 1.3.0
0.23.0 - 2021.06.22
- Fix CryptoCell usage issue that prevent mcu to go to sleep causing high power consumption
- Separate pairing_passkey example with and without arcada
- Add back
Raytac MDBT50Q - RX
variant - Remove Bluefruit.setName() from most examples for it to use default board name
- Update CMSIS from 5.4.0 to 5.7.0
- Fix build with TensorFlowLite v2.4.0
- Update included Adafruit_nRFCrypto to 0.0.5
- Update included Adafruit_TinyUSB_Arduino to 1.1.0
- Update include bootloader binaries to 0.6.0
- Enable usage of DSP libmath
- Added/Ported tf4micro-motion-kit project
- Update BLEUuid
- Add from string style constructor like ArduinoBLE
- Add toString() function
- Update BLECharacteristic
- Add constructor with properties
- Add constructor with max_len and fixed len
- Add writeFloat() and readFloat()