Nav
|
46d8ce1854
|
Added TargetMemoryAddress, TargetMemorySize, TargetProgramCounter and TargetStackPointer aliases
|
2022-09-06 17:16:49 +01:00 |
|
Nav
|
8061a349fc
|
Perform an entire chip erase for UPDI targets, in preparation for programming
|
2022-06-04 15:18:53 +01:00 |
|
Nav
|
1c92a02950
|
Added eraseProgramMemorySection() function to Avr8 debug interface - to erase XMEGA program memory sections when necessary
|
2022-06-03 15:49:12 +01:00 |
|
Nav
|
a582a963a8
|
Added programming mode functions in Avr8DebugInterface
|
2022-05-15 17:40:15 +01:00 |
|
Nav
|
a3b9bb8ca2
|
Replaced messy AVR8 target config approach with new Avr8TargetConfig object
|
2022-03-19 13:28:11 +00:00 |
|
Nav
|
a3911cebf5
|
New TargetPowerManagementInterface class, for debug tools that support target power management functions
|
2022-03-16 17:06:57 +00:00 |
|
Nav
|
fce0141a4e
|
Interface class for interfacing with the target via ISP
|
2022-03-05 17:47:08 +00:00 |
|
Nav
|
5309c1117f
|
Added new exception class for debug wire physical interface errors - to be handled with a DWEN fuse check
|
2022-03-02 00:57:41 +00:00 |
|
Nav
|
52533e2878
|
Moved AVR8 physicalInterface config extraction out of EDBG driver
|
2022-03-01 22:40:00 +00:00 |
|
Nav
|
f28ec0f162
|
Renamed Avr8Interface class to Avr8DebugInterface, in preparation for an AVR8 programming interface class
|
2022-02-15 13:14:03 +00:00 |
|
Nav
|
d462358b1e
|
Tidying
|
2022-01-11 21:12:25 +00:00 |
|
Nav
|
7c08a37d82
|
Renamed ApplicationConfig to ProjectConfig
|
2022-01-02 21:24:23 +00:00 |
|
Nav
|
6f364a7009
|
Added support for excluding address ranges from read memory events
|
2021-12-25 20:57:03 +00:00 |
|
Nav
|
f4da255b75
|
Updated target register interface with more generic register access & manipulation functions
|
2021-08-07 17:28:54 +01:00 |
|
Nav
|
a550d2c3a1
|
Some tidying and more TDF corrections
|
2021-06-11 23:59:17 +01:00 |
|
Nav
|
3f1247ce74
|
Fixed issue with automatic config variant selection, where we were not properly handling XMEGA targets with the JTAG physical interface.
Also introduced new AVR8 families, for D series targets.
Also moved AVR family param outside of TargetParameters struct
|
2021-06-06 18:41:08 +01:00 |
|
Nav
|
ce480a996c
|
Removed all using declarations and directives from header files
|
2021-05-24 20:58:49 +01:00 |
|
Nav
|
2fd045e056
|
Fixed typo in documentation and removed icon from readme
|
2021-04-04 21:11:02 +01:00 |
|
Nav
|
a29c5e1fec
|
Initial commit
|
2021-04-04 21:04:12 +01:00 |
|