Skip to content

Releases: adafruit/Adafruit_nRF52_Arduino

1.6.1

17 May 03:50
0ed4d9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

30 Nov 10:52
5e284a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

23 Jun 09:19
eb5012b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

23 Mar 16:54
211566b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

10 Jan 16:14
dfcc057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

26 Nov 11:17
Compare
Choose a tag to compare
  • Add readResetReason()
  • Add menu debug out option to select output meessage via Serial, Serial1 or Segger RTT
  • Fix Wire bus issue when device does not response with ack/nack from previous transaction.
  • Update included TinyUSB library to version 1.7.0

1.1.0 - 2021.09.24

24 Sep 16:08
7770246
Compare
Choose a tag to compare
  • 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

23 Aug 18:26
c11f3e9
Compare
Choose a tag to compare

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

29 Jun 04:54
d3942c6
Compare
Choose a tag to compare

Update to work with TinyUSB library 1.3.0

0.23.0 - 2021.06.22

22 Jun 02:28
09df0f3
Compare
Choose a tag to compare
  • 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()