* Major update: Pretender release (https://www.usenix.org/conference/raid2019/presentation/gustafson)
* IRQ injection into Qemu
* IRQ forwarding from cortex-m devices (plugins/arm/armv7_interrupts)
* NVIC emulation for cortex-m3 mcus fo QemuTarget
* Coresight protocol
* armv7m_interrupt protocol
* max32_usart.py peripheral
* Features:
* Avatar object can now load or save configuration files, specifying
targets and memory ranges
* Enhancement for targets using GDBProtocol (set_file, download, get_symbol)
(thanks drizzin-novalabs)
* Improvements:
* Allow avatar-qemu to build with -Werror -Wunused-function (29)
* Pyperipheral improvements
* Sanity check of memory read/writes go to mapped memory
* CI tests for python peripherals