Skip to content

Commit

Permalink
Update changelog for v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Feb 21, 2024
1 parent 9d93eea commit 6085a8b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# libDaisy Changelog

## Unreleased

### Features

### Bugfixes

### Migrating


## v7.0.0

### Features
- Update internal CMSIS and HAL.
- Adds new HAL module support via `src/sys/stm32h7xx_hal_conf.h`
- Digital Temperature Sensor
- Filter Math Accelerator (FMAC)
- Octo-SPI Controller (OSPI)
- Digital Filter for Delta-Sigma Modulation
- CORDIC co-processor block
- Moves relevant HAL, CMSIS, Middleware code to submodules:
- https://github.com/ARM-software/CMSIS_5
- https://github.com/STMicroelectronics/cmsis_device_h7
- https://github.com/STMicroelectronics/stm32h7xx_hal_driver
- https://github.com/ARM-software/CMSIS-DSP
- https://github.com/STMicroelectronics/stm32_mw_usb_device

### Bugfixes
- Very minor bugfix in CpuLoadMeter_gtest.cpp so that a number would no longer overflow when bitshifting left

### Migrating
- Updating an existing libDaisy install via `git pull` will require you to run `git submodule update` before it will compile.
- If you clone a fresh copy of libDaisy with `git clone https://www.github.com/electro-smith/libDaisy --recurse-submodules`, this will not be necessary
- Breaking changes:
- `GPIO::Mode::OUTPUT_OD` renamed to `GPIO::Mode::OPEN_DRAIN` due to a name conflict collision
- Compiled code size has increased by up to 7%

## v6.0.0

### Features
Expand Down

0 comments on commit 6085a8b

Please sign in to comment.