Remove redundant entries from CHANGELOG
This commit is contained in:
@@ -3,40 +3,35 @@
|
|||||||
### v0.75-alpha1
|
### v0.75-alpha1
|
||||||
- Auto-initialize optional submodules when needed.
|
- Auto-initialize optional submodules when needed.
|
||||||
- Reduce number of watchdog timer resets.
|
- Reduce number of watchdog timer resets.
|
||||||
- Fix parser tail pointer semantics.
|
- Fix command parser tail pointer semantics.
|
||||||
- Improve sensor log readability and minor naming fixes.
|
- Improve sensor log readability and minor naming fixes.
|
||||||
- Add multiple README sections and use markdown formatting.
|
- Add multiple README sections and use markdown formatting.
|
||||||
- Reduce RXBUF size to match parser and space out log messages.
|
- Reduce RXBUF size to match parser and space out log messages.
|
||||||
- Prevent redundant writes and start implementing parser timeout.
|
- Prevent redundant writes and start implementing parser timeout.
|
||||||
- Fix large serial command input triggering watchdog.
|
- Fix large serial command input triggering watchdog.
|
||||||
- Merge pull request #5 from madcow/parser.
|
|
||||||
- Implement serial command parser with floating point support.
|
- Implement serial command parser with floating point support.
|
||||||
- Merge pull request #4 from madcow/eeprom-sentinel-v2.
|
|
||||||
- Use reference sentinel to efficiently reset dirty flags on rollover.
|
- Use reference sentinel to efficiently reset dirty flags on rollover.
|
||||||
- Merge pull request #3 from madcow/eeprom-testing.
|
|
||||||
- Pass variable structure as argument for memory functions.
|
- Pass variable structure as argument for memory functions.
|
||||||
- Fix possible race condition and ensure proper reset flag detection.
|
- Fix possible race condition and ensure proper reset flag detection.
|
||||||
- Check MCUCSR for WDRF flag only and add TODO.
|
- Check MCUCSR for WDRF flag only.
|
||||||
- Implement memory wear leveling algorithm.
|
- Implement memory wear leveling algorithm.
|
||||||
- Define memory manager constants and add TODO.
|
- Define memory manager constants.
|
||||||
- Merge pull request #2 from madcow/eeprom.
|
|
||||||
- Dump EEPROM to ensure low level memory access is working correctly.
|
- Dump EEPROM to ensure low level memory access is working correctly.
|
||||||
- Implement raw EEPROM read and write functionality.
|
- Implement raw EEPROM read and write functionality.
|
||||||
- Burn EESAVE fuse to preserve EEPROM on chip erase.
|
- Burn EESAVE fuse to preserve EEPROM on chip erase.
|
||||||
- Define basic EEPROM data structures and functions.
|
- Define basic EEPROM data structures and functions.
|
||||||
- Merge pull request #1 from madcow/thermistor.
|
|
||||||
- Implement alternate voltage divider equation.
|
- Implement alternate voltage divider equation.
|
||||||
- Calculate average dewpoint from multiple sensor measurements.
|
- Calculate average dewpoint from multiple sensor measurements.
|
||||||
- Test different approach for resistance calculation.
|
- Test different approach for resistance calculation.
|
||||||
- Ensure math functions are named consistently.
|
- Ensure math functions are named consistently.
|
||||||
- Make sure dewpoint calculations are correct.
|
- Make sure dewpoint calculations are correct.
|
||||||
- Split thermistor functions into separate logical units and add TODO.
|
- Split thermistor functions into separate logical units.
|
||||||
- Implement all required conversion functions.
|
- Implement all required conversion functions.
|
||||||
- Define conversion functions for TD, T and RH.
|
- Define conversion functions for TD, T and RH.
|
||||||
- Update planned FREQ, ARCH, MCU and fix superfluous whitespace.
|
- Update planned FREQ, ARCH, MCU and fix superfluous whitespace.
|
||||||
- Define basic structure for primary state machine and update TODOs.
|
- Define basic structure for primary state machine.
|
||||||
- Remove executable bit from pdf files.
|
- Remove executable bit from pdf files.
|
||||||
- Add data sheet for ATMEGA1284P-PU.
|
- Add data sheet for ATMEGA1284P.
|
||||||
- Poll ADC mode bit until conversion has finished.
|
- Poll ADC mode bit until conversion has finished.
|
||||||
- Set FAN03 to maximum duty and declutter log output.
|
- Set FAN03 to maximum duty and declutter log output.
|
||||||
- Calculate temperature from thermistor resistance.
|
- Calculate temperature from thermistor resistance.
|
||||||
|
|||||||
Reference in New Issue
Block a user