Skip to content

Releases: ArminJo/micronucleus-firmware

Added 2 bytes USB config data for Bootloader feature flags and application version

05 Nov 12:18
Compare
Choose a tag to compare
  • 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

11 Mar 08:40
Compare
Choose a tag to compare
  • Swapped D+ and D- again and set OSCCAL_HAVE_XTALfor 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 extended FAST_EXIT_NO_USB_MS.
  • Executables are now included.

16 bytes saved. Fix for MH-ET LIVE Tiny88 boards.

26 Sep 00:42
Compare
Choose a tag to compare
  • Saved 28 bytes by #define USB_CFG_DESCR_PROPS_STRINGS 1. See #10, thanks to nerdralph.
  • Use 12 byted by re enabling push and pop of Y register in usbdrvasm165.inc. See #11.
  • Swapped D+ and D- for t88 to support MH-ET LIVE Tiny88 boards.

smaller size, MCUSR handling improved, new configurations, bug fixes

06 Apr 20:42
Compare
Choose a tag to compare
  • 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.