Skip to content

Releases: Anders429/mgba_log

0.2.1

14 Jun 06:27
36313a9
Compare
Choose a tag to compare

Fixed

  • Synchronization bug when using the fatal! macro.
  • init() now safely initializes the logger by disabling interrupts.

0.2.0

10 Jun 08:17
7f34f6c
Compare
Choose a tag to compare

Changed

  • Removed voladdress as a dependency.

Fixed

  • Synchronization issues when logging from interrupt handler while already logging in main execution.

0.1.0

10 Jun 08:24
Compare
Choose a tag to compare

Added

  • init() function to initialize logging.
  • Error enum to represent potential errors.
  • fatal! macro for logging at the Fatal level.