Skip to content

Releases: GrumpyOldPizza/ArduinoCore-stm32wb

0.1.7

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 17 Jun 19:33

Various fixes.

Update BLE stack to 1.22.0 (option for 1.22.1 along with FUS 2.2.0).

Add BLE central cunctionality.

Add __SECTION_BBRAM_DATA / __SECTION_BBRAM_BSS / __SECTION_BBRAM_NOINIT for STANDBY mode.

0.1.6

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 09 Feb 21:29

Add a few new boards:

  • Sasquatch-WB5MMG
  • MicroMod-WB5MMG
  • DISCO-WB5MMG

Add Secure Boot / Secure Firmware Update:

  • SHA256/ECC256 signature / authentication
  • AES128 encryption
  • LZFWU compression
  • BLE OTA

Add DEBUG support for IDE 2.x

0.1.5

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 03 Feb 02:36

Move to RTC as time base

Rework HSEM3 critical regions

RTOS rework

BLE 1.14.1 stack

RTOS Updates

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 02 Nov 00:06

RTOS Updates
CMSIS-Core 5.9.0
CMSIS-DSP 1.10.0

BLE Stack 1.14.0

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 26 Aug 03:32

Upgrade to BLE 1.14.0
USB fixes.

Add Mothra variant

Add Mothra variant Pre-release
Pre-release

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 03 Apr 20:47

Mothra variant added
USART as SPI port rework
BLE advertising data moved to lower level HCI interface due to ACI packet ordering issues.

0.1.1

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 09 Mar 13:05

Fix a race condition in BLE that would allow ::writeValue() remain stuck in a busy condition if a disconnect during an update sequence happens.

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@GrumpyOldPizza GrumpyOldPizza released this 06 Mar 20:01

Initial Commit