Nav
|
83c273a22b
|
Implemented eraseMemory() member function in AVR8 class
|
2022-12-11 18:18:44 +00:00 |
|
Nav
|
96a688df08
|
Added support for writing to EEPROM via EDBG AVR8 Generic driver
|
2022-12-08 21:14:40 +00:00 |
|
Nav
|
b3fb3f0955
|
Lots of tidying
|
2022-12-03 22:16:21 +00:00 |
|
Nav
|
f2d09641a1
|
Tidying
|
2022-11-16 23:51:07 +00:00 |
|
Nav
|
87e230c589
|
Tidying
|
2022-10-09 13:10:30 +01:00 |
|
Nav
|
bc8206ccc7
|
Corrected missing header includes
|
2022-10-09 13:10:17 +01:00 |
|
Nav
|
065a389dfe
|
Improved naming consistency of aliases
|
2022-10-01 21:01:37 +01:00 |
|
Nav
|
35b49aae25
|
Fixed bug with AVR8 physical interface verification
|
2022-09-18 15:01:39 +01:00 |
|
Nav
|
8bec04e15a
|
Renamed 'updateDwenFuseBit' AVR8 param to 'manageDwenFuseBit'
|
2022-09-18 13:02:33 +01:00 |
|
Nav
|
5ff59d64a8
|
Removed unused member in TargetBreakpoint struct.
|
2022-09-07 01:45:51 +01:00 |
|
Nav
|
7d07a9cf6c
|
Tidying
|
2022-09-06 17:17:43 +01:00 |
|
Nav
|
46d8ce1854
|
Added TargetMemoryAddress, TargetMemorySize, TargetProgramCounter and TargetStackPointer aliases
|
2022-09-06 17:16:49 +01:00 |
|
Nav
|
cfb0ee6eee
|
New GenerateSvd GDB monitor command
|
2022-08-30 02:51:10 +01:00 |
|
Nav
|
6c436cbefc
|
Tidying
|
2022-08-27 17:56:55 +01:00 |
|
Nav
|
c88395b8eb
|
Tidying
|
2022-08-04 21:08:41 +01:00 |
|
Nav
|
6bea419e1b
|
Added check to confirm the user's selected AVR8 physical interface is supported by the selected target
|
2022-08-04 21:08:22 +01:00 |
|
Nav
|
96f0c14b53
|
Made AVR8 Physical Interfaces more generic (to include non-debug interfaces such as ISP)
|
2022-08-04 21:06:13 +01:00 |
|
Nav
|
40218e5c21
|
Moved loading of AVR8 TDFs into single function
|
2022-08-04 21:03:43 +01:00 |
|
Nav
|
ae5747e79b
|
Replaced project configuration format from JSON to YAML
|
2022-07-23 15:39:00 +01:00 |
|
Nav
|
c7cd88e198
|
Tidying
|
2022-07-16 19:12:45 +01:00 |
|
Nav
|
c44fc2a3c0
|
Other bits of tidying
|
2022-06-22 22:24:27 +01:00 |
|
Nav
|
af16b4bdf8
|
Refactored AVR8 target pin state manipulation - removed unnecessary register accesses when setting pin states
|
2022-06-22 22:23:00 +01:00 |
|
Nav
|
f065a70551
|
Tidying
|
2022-06-05 21:04:47 +01:00 |
|
Nav
|
b3af06654c
|
Tidying
|
2022-06-04 15:20:37 +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
|
012d987454
|
Added AVR8 programming session struct
|
2022-06-03 15:46:28 +01:00 |
|
Nav
|
a97cdeae6f
|
Used program memory address space address and size for AVR8 target parameters (otherwise we'd be ignoring other memory sections in the program memory, such as boot sections)
|
2022-06-03 11:53:12 +01:00 |
|
Nav
|
87b31d6f11
|
Included MCU module base address device parameters sent to EDBG tools, for XMEGA targets
|
2022-06-02 23:05:38 +01:00 |
|
Nav
|
4ab836f158
|
Renamed nvmBaseAddress to nvmModuleBaseAddress
|
2022-06-02 23:00:27 +01:00 |
|
Nav
|
dd204742d3
|
Renamed Linux to GNU/Linux and other tidying
|
2022-06-01 21:48:27 +01:00 |
|
Nav
|
abfd47dc9c
|
Tidying
|
2022-05-23 23:50:10 +01:00 |
|
Nav
|
5a824f4790
|
Added programMemoryType property to TargetDescriptor
|
2022-05-15 17:42:20 +01:00 |
|
Nav
|
89c47db1c0
|
Implemented programming mode functions for Avr8 target class
|
2022-05-15 17:42:02 +01:00 |
|
Nav
|
cea43044e5
|
Added programming mode functions to Target the interface
|
2022-05-15 17:41:26 +01:00 |
|
Nav
|
159c77a5f1
|
Added pageSize to TargetMemoryDescriptor struct
|
2022-05-14 22:39:37 +01:00 |
|
Nav
|
cfb1152423
|
Included FLASH memory descriptor in AVR8 target descriptor
|
2022-05-04 19:48:41 +01:00 |
|
Nav
|
42e2730408
|
Fixed AVR8 activation bug, where a hardcoded break statement was causing issues with reading data from the target, post activation
|
2022-05-03 19:58:44 +01:00 |
|
Nav
|
0a21526a68
|
Tidying
|
2022-04-17 23:56:57 +01:00 |
|
Nav
|
3b0b39fe83
|
Tidying
|
2022-04-15 22:06:38 +01:00 |
|
Nav
|
76fed8df72
|
Created subdirectory CMakeLists.txt files and moved source specifications from root CMakeLists.txt file
|
2022-04-04 22:21:42 +01:00 |
|
Nav
|
81ff76a1a3
|
More tidying in GDB command packet classes
|
2022-04-04 22:21:42 +01:00 |
|
Nav
|
db1efa7566
|
Corrected missing QT macro error and removed indirect include-dependency
|
2022-04-04 22:21:42 +01:00 |
|
Nav
|
2b7864e908
|
Tidying
|
2022-03-21 13:05:08 +00:00 |
|
Nav
|
d2dd9441fc
|
Included a power-up delay, to fix issue with some debug tools (evaluation boards). See comments in https://github.com/navnavnav/Bloom/issues/17 for more
|
2022-03-21 13:05:02 +00:00 |
|
Nav
|
7b79f19574
|
New targetPowerCycleDelay target config param, for configuring the AVR8 target power cycle delay (after updating the DWEN fuse bit)
|
2022-03-21 13:04:12 +00:00 |
|
Nav
|
a3b9bb8ca2
|
Replaced messy AVR8 target config approach with new Avr8TargetConfig object
|
2022-03-19 13:28:11 +00:00 |
|
Nav
|
19d45ed1b0
|
New Avr8TargetConfig class to extend TargetConfig - for AVR8 target config
|
2022-03-19 13:26:11 +00:00 |
|
Nav
|
80e5678ddf
|
New "cycleTargetPowerPostDwenUpdate" target config param to control the automatic cycling of target power, after updating the target's DWEN fuse bit
|
2022-03-16 17:21:12 +00:00 |
|
Nav
|
696e746279
|
Added target power cycling post AVR8 DWEN fuse bit update
|
2022-03-16 17:13:57 +00:00 |
|