File micronucleus.changes of Package micronucleus
-------------------------------------------------------------------
Fri Jun 2 13:25:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- fix build for factory
-------------------------------------------------------------------
Wed Sep 14 17:43:28 UTC 2022 - Frank Kunz <mailinglists@kunz-im-inter.net>
- 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 @ArminJo 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 @quinot
* Static binaries for MacOS and linux command line tool. Thanks @stonehippo
* 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 @Ho-Ro.
* Added new osccal code by @nerdralph, 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 22:05:22 UTC 2020 - Frank Kunz <mailinglists@kunz-im-inter.net>
- version 2.04