From 0ae62138e3215487654f5bbd9caa477564b30d5b Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Tue, 1 Oct 2024 16:11:55 +0200 Subject: [PATCH] Update CHANGELOG for v0.75-alpha2 --- docs/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 72b3c40..70797aa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,18 @@ ## Changelog +### v0.75-alpha2 +- Use internal oscillator without CKDIV8. +- Increase available memory to 4096 bytes. +- Change ARCH and MCU settings to match chip signature. +- Update module 'pwm' to run on atmega1284p hardware. +- Update module 'usart' to run on atmega1284p hardware. +- Update module 'watchdog' to run on atmega1284p hardware. +- Update module 'memory' to run on atmega1284p hardware. +- Update Makefile settings for new chip architecture. +- Add file structure for automatic unit-testing. +- Reduce function calls by replacing WDT\_Reset with macro. +- Update optional submodules 'tools' and 'webgui'. + ### v0.75-alpha1 - Include explicitly closed source license for now. - Auto-initialize optional submodules when needed.