1.0.8 (2026-03-27)
 - Always enable console UART TX and RX on init.

1.0.7 (2026-02-18)
 - Use -mcmodel=medany by default in GCC. All multilibs are now compiled with
   the medany cmodel.

1.0.6 (2026-02-13)
 - Use WFI for CPUs waiting for startup
 - Find PLIC and CLINT on GAISLER_NVINTCTRL
 - Implement semihosting protocol for program termination

1.0.4 (2022-05-24)
 - Fixed bug where compressed instructions could cause unaligned loads

1.0.3 (2022-02-18)
 - Added imafc target

1.0.2 (2021-07-08)
 - Added multilibs for RISC-V C extension

1.0.1 (2021-03-31)
 - Fixed bug where register t4 could be trashed by the exception handler.
 - .bss is now aligned to 16 byte
 - binutils: Added hypervisor instructions
 - __bcc_cpu_count can be set by application
 - Added example, lessambapp, demonstrating how to override AMBA probing.

1.0.0 (2020-12-04)
 - First public release

