Releases: ArminJo/micronucleus-firmware
Releases · ArminJo/micronucleus-firmware
Added 2 bytes USB config data for Bootloader feature flags and application version
- Added compile flag
STORE_CONFIGURATION_REPLY_IN_RAM
. - Added 2 bytes USB config data for Bootloader feature flags and application version.
- Added
--info
flag for micronucleus executable.
Executables are now included
- Swapped D+ and D- again and set
OSCCAL_HAVE_XTAL
for t88 to support MH-ET LIVE Tiny88 boards. - Renamed the different pre-built configurations.
- Saved 22 bytes by changing OSCCAL calibration function to Nerdralph's version.
- Removed
START_WITHOUT_PULLUP
and extendedFAST_EXIT_NO_USB_MS
. - Executables are now included.
16 bytes saved. Fix for MH-ET LIVE Tiny88 boards.
smaller size, MCUSR handling improved, new configurations, bug fixes
- ATtiny167 support with MCUSR bug/problem at
ENTRY_EXT_RESET
workaround. MCUSR
handling improved.- no_pullup targets for low energy applications forever loop fixed.
USB_CFG_PULLUP_IOPORTNAME
disconnect bug fixed.- new
ENTRY_POWER_ON
configuration switch, which enables the program to start immediately after a reset.