-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'integration' into 'main_v08.06.00.45_xxxx'
Merge 'integration' into 'main_v08.06.00.45_xxxx' See merge request tq-embedded/tqmax4xx/tqmax4xxl.sw.mcu.bsp!22
- Loading branch information
Showing
62 changed files
with
6,219 additions
and
954 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
Releases are named with the following scheme: | ||
|
||
`[TQMaX4XxL.SW.MCU.BSP.<version number>]` | ||
|
||
[[_TOC_]] | ||
|
||
## [TQMaX4XxL.SW.MCU.SDK_08.06.00.45.BSP.0002] | ||
|
||
### Added | ||
|
||
* Directory "templates" for holding actual needed files that facilitate import. | ||
* Possibility of flashing a bootable image through uniflash. | ||
* Own SBL and related uniflash configurations. | ||
* License texts. | ||
|
||
### Changed | ||
|
||
* Build system: Changed .projectspecs improving the import of the project. | ||
* Moved setting `OSPI_DataCaptureDelay` register to the nor_flash_driver. | ||
* Documentation: updated all documentation. | ||
|
||
### Fixed | ||
|
||
* AFE example: changed frame format. | ||
* GPIO example: solved bug that threw out wrong reading of IO states. | ||
* EEPROM example: solved bug that didn't allow operations. | ||
* EEPROM example: both EEPROMS can now be operated. | ||
* CAN example: solved bug that didn't allow operations. | ||
|
||
## [TQMaX4XxL.SW.MCU.SDK_08.06.00.45.BSP.0001] | ||
|
||
First release. |
Oops, something went wrong.