Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Change-Id: I5859fd56cb628b6a569ca0829f0b5a2f523c1c53
  • Loading branch information
marcmo committed Nov 19, 2024
1 parent aa5ba1d commit 8a256b3
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,70 @@

All notable changes to this project will be documented in this file.

## [0.1.0] - 2024-10-??
## [0.2.0] - 2024-11-19

### Added

* Added/updated the documentation for:
* asyncImpl module
* timer::Timer
* async module
* common
* asyncConsole
* stdioConsoleInput
* Updated the Testing Guide
* Change location of linker script in setup documentation
* setup gdb server, Visual Studio Code and IntelliSense
* building referenceApp unit tests
* Improve links in io docs
* Add ADC test for channel 1
* Add support in pytest for a hardware testing board
* Generate docs from code using Doxygen
* Add treefmt and improve code formatting doc
* Add ADC channel
* Add VS code settings files
* Add console lifecycle and logger test cases
* Add DemoCommand as AsyncConsole testcase
* Add code coverage in CMakeLists.txt
* Implement pytest for console command stats stack
* Add cmake-format via cmakelang
* Create CMake OpenBSW module

### Changed

* Bulk reformat to comply to our clang-format file
* Make default C and CXX version overridable
* Centralizing Version Information
* Use hardware-based ticks in StatisticsWriter
* Update nxp IDE setup to 3.5
* Replace socat with python alternative
* Unhide toctree in platform doc landing page
* Clean up includes in application/systems
* Switch camel_case to PascalCalse filenames
* Downgrade cmake to version 3.22
* Make unit test separate executeable
* Move platform support code into executables
* Switch from platform::atomic to std::atomic

### Fixed

* Minor fixes of console
* Fix pytest failures by adding delays and retries in serial write
* Fix POSIX CanSystem startup
* Increase code coverage of RoutineControlJob.cpp in uds
* Fix reference to multiple cores in directory structure
* Fix minor compilation warnings
* Fix unsupported assembler flag

### Removed

* C++11 support
* platform support options from unitTest
* DCC optimization from big_endian.h
* platform/atomic from referenceApp
* unused scale parameter from io docs

## [0.1.0] - 2024-10-17

### Added

Expand Down

0 comments on commit 8a256b3

Please sign in to comment.