- Setting up the framework by using pyavrdebug (by mraardvark). Identified the modules that need changes in pymcuprog and implemented the first version of modules with specialized classes that I will use. Later on, these could be used to create a PR. I prefixed the module names with dwe_ (standing for debugWIRE enabled) and the classes with DWE:
- dwe_avr8target.py
- dwe_avrdebug.py
- dwe_nvmdebugwire.py
- In addition, I prepared a new deviceinfo/devices folder, which will be populated with all the devices that will be supported.