Changelog for
micronucleus-2.6-lp154.2.2.x86_64.rpm :
* Fri Jun 02 2023 Dirk Müller
- fix build for factory
* Wed Sep 14 2022 Frank Kunz - version 2.6
* Removed zero in version numbering as it confused some people. The minor version number of this release is 5.
* Huge update by AATTArminJo addressing many issues especially for ATTinyCore integration:
* Improved exit handling for USB_CFG_PULLUP_IOPORTNAME and LED_MODE != ACTIVE_LOW
* Convert ISR into function and optimized CRC handling to save further bytes
* added code for FAST_EXIT_NO_USB_MS and START_WITHOUT_PULLUP
* different MCUSR handling for SAVE_MCUSR
* end with usbDeviceConnect(); or usbDeviceDisconnect(); or USBDDR = 0; instead of initHardware();
* Remove redundant code in usbdriver to reduce code size.
* Automated build system for the command line tool using Github actions thanks to AATTquinot
* Static binaries for MacOS and linux command line tool. Thanks AATTstonehippo
* Increase available user program size by 64 bytes for most implementations
* Cumulative minor fixes contributed throughout 2019-2020. Big thanks to everyone!
* \"make release\" will now rebuild all release hexfiles. Thanks to AATTHo-Ro.
* Added new osccal code by AATTnerdralph, significantly reducing code size and fixing a bug that led to issues when micronucleus was operated on an USB hub together with other low-speed USB devices.
* 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.
* Swapped D+ and D- and set OSCCAL_HAVE_XTALfor t88 to support MH-ET LIVE Tiny88 boards.
* Fri Nov 27 2020 Frank Kunz - version 2.04