Update CHANGELOG for v0.75-alpha2

This commit is contained in:
2024-10-01 16:11:55 +02:00
parent bf739eb031
commit 0ae62138e3

View File

@@ -1,5 +1,18 @@
## Changelog ## 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 ### v0.75-alpha1
- Include explicitly closed source license for now. - Include explicitly closed source license for now.
- Auto-initialize optional submodules when needed. - Auto-initialize optional submodules when needed.