8324d30742
Added address space for the register file, in AVR8 targets, where the register file is not located in the data address space
Nav
2024-04-04 22:48:02 +01:00
779a5ad151
Corrected EEARL/H register address extraction from AVR8 TDFs. Some other bits of tidying
Nav
2024-03-29 15:52:12 +00:00
b9d537e924
Created EdbgAvr8Session struct and moved EDBG target info to it
Nav
2024-03-28 21:10:08 +00:00
266cc8f196
Added signature memory segment check to validation script for AVR8 TDFs
Nav
2024-03-28 20:54:23 +00:00
ab19fc5a45
Moved AVR8 TDF class
Nav
2024-03-25 19:21:36 +00:00
3c8efa60a6
Added EDBG parameter structs with TDF-based initialisation
Nav
2024-03-25 18:59:15 +00:00
dd0b4dd7e1
Added EDBG parameter size validation to TDF script and other bits of tidying
Nav
2024-03-25 18:57:05 +00:00
0056d56904
Corrected TDF data extraction for EDBG parameters in TDF scripts
Nav
2024-03-25 18:55:53 +00:00
cf99e3e6fa
Moved memory segment TDF validation to AVR8 validation class
Nav
2024-03-25 18:55:03 +00:00
57f56e634e
Corrected bug in TDF script where TargetRegisterGroup objects were not being constructed correctly
Nav
2024-03-22 20:09:04 +00:00
07019fb358
Generate target descriptor from TDF
Nav
2024-03-21 15:04:09 +00:00
5d63b629e0
Began refactoring target descriptor structs. This is incomplete - a partial commit of a substantial peice of work
Nav
2024-03-21 15:03:06 +00:00
6c82c4295a
Corrected return type of getRegisterGroup() member function in Module TDF struct
Nav
2024-03-20 21:28:05 +00:00
af815fba13
Added tryGetDeviceAttribute() member function to TDF class
Nav
2024-03-20 21:13:32 +00:00
0ee769c872
Used TargetRegisterAccess object in place of a string for Register TDF struct
Nav
2024-03-20 21:12:00 +00:00
af9a8304bd
Corrected return type of RegisterGroup::getSubgroup() member function
Nav
2024-03-17 13:54:19 +00:00
b94d76cb45
Added getIntersectingMemorySegmentDescriptors() member function to address space descriptor struct
Nav
2024-03-17 13:12:10 +00:00
6ca2f7681b
Moved TargetAddressSpaceDescriptor member functions to separate source file
Nav
2024-03-16 16:55:09 +00:00
11a714d4b6
Used TargetMemoryAddressRange in address space and memory segment descriptors
Nav
2024-03-16 16:22:35 +00:00
4675d1fddc
Added size() member function to TargeMemoryAddressRange
Nav
2024-03-16 16:21:39 +00:00
95dd0e0119
Added missing include
Nav
2024-03-16 00:07:55 +00:00
2e68383a3b
Address space count validation in TDF validation script
Nav
2024-03-16 00:07:34 +00:00
47e92157f7
Added target address space and memory segment descriptor structs
Nav
2024-03-16 00:06:53 +00:00
e2f7fb48f3
Corrected outdated access attribute name in TDF parsing class
Nav
2024-03-15 18:48:05 +00:00
9002d739feTargetMemorySegmentType enum (should have been included in a previous commit)
Nav
2024-03-15 18:46:14 +00:00
64af03c101
Used target memory aliases in TDF structs
Nav
2024-03-15 18:45:48 +00:00
cbdb1e27e4
Added access member to TDF MemorySegment struct. Also used target memory alias types
Nav
2024-03-15 18:39:49 +00:00
df0e74ea74
Renamed TDF attribute rw to access
Nav
2024-03-14 23:59:15 +00:00
289d1cd3b4
Moved memory segment types to Target scope
Nav
2024-03-14 21:48:55 +00:00
75d5124265
Moved TargetRegisterDescriptor struct to separate file
Nav
2024-03-09 17:16:29 +00:00
534b269b56
Updated TDF variant extraction to align with new TDF format
Nav
2024-03-09 15:40:05 +00:00
7358a116e9
Corrected exception usage in TargetDescriptionFile class
Nav
2024-03-09 01:56:43 +00:00
e5cac7e39c
Updated TDF pinout and pin extraction to align with new TDF format
Nav
2024-03-09 01:49:04 +00:00
024058db53
Converted the ValidateTargetDescriptionFiles and GenerateBriefTargetDescriptors custom targets back to a custom commands in CMake, after realising that custom targets will always be built, even if all byproducts already exist and no dependency has changed. Also specified a list of all TDF files as dependencies of the custom commands, so that they will run whenever any of the TDFs are modified.
Nav
2024-03-08 00:49:36 +00:00
1de011f948
Correcting outdated comment and some tidying
Nav
2024-03-02 02:00:43 +00:00
4aa8ed30de
- Renamed build script for brief target descriptor generation - Created new TargetService class - Moved brief target descriptor mapping to new TargetService class - Replaced CMake custom commands with custom targets, for TDF validation and brief target descriptor generation build scripts - Moved BriefTargetDescriptor into separate header file
Nav
2024-03-02 01:59:55 +00:00
041c61e3fd
Used more appropriate exception in TDF member functions
Nav
2024-02-26 19:28:18 +00:00
205ed1d55c
Updated TDF module, register group, register group reference, register and bit field extraction to align with new TDF format
Nav
2024-02-26 19:27:36 +00:00
98f10bc1f4
Corrected return type of getters in TDF structs
Nav
2024-02-26 00:57:52 +00:00
0c8ba1b7b7
Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs
Nav
2024-02-22 20:40:59 +00:00
67133804c0
Corrected address-space-key attribute value in AVR8 TDFs
Nav
2024-02-21 20:08:05 +00:00
64b8846d7c
Corrected memory segment type for the production signatures memory segment, in XMEGA TDFs
Nav
2024-02-18 21:48:38 +00:00
7ac54ec259
Implemented parsing for new register-group-instance element in TDF scripts
Nav
2024-02-17 21:44:02 +00:00
de096f63f0
Another TDF refactor - replaced register-group-reference with register-group-instance in peripheral elements The register-group-instance element is very similar to register-group-reference but with the additional address-space-key attribute.
Nav
2024-02-17 21:30:31 +00:00
2a9dfda2c2
Added start address, offset and size bit-width validation in TDF validation script
Nav
2024-02-17 19:41:58 +00:00
b6dc0b87f9
Removed unused property in TDF RegisterGroup class
Nav
2024-02-17 17:39:51 +00:00
f5677b6235
Updated TDF address space, memory segment and memory segment section extraction to align with new TDF format
Nav
2024-02-13 20:22:18 +00:00
46d75b3f4b
Replaced --target-list-machine CLI command with a more generic --capabilities-machine command, so that I can include other info.
Nav
2024-02-12 23:22:19 +00:00
599637502d
Don't instantiate QApplication/QCoreApplication when running CLI commands QApplication takes around a second to be constructed - annoying when all we want to do is run a CLI command
Nav
2024-02-12 23:02:06 +00:00
f20705db7e
Updated help text with new --target-list-machine command
Nav
2024-02-12 20:34:41 +00:00
60dddb847c
Added CLI command to list supported targets in JSON format
Nav
2024-02-12 20:25:51 +00:00
4b6e21e43f
Typo correction
Nav
2024-02-12 19:39:21 +00:00
8474867563
Added try... member functions to property group class
Nav
2024-02-12 19:34:59 +00:00
a39099d5dd
Began updating TDF parsing to align with new format.
Nav
2024-02-12 19:23:00 +00:00
a60f5b833a
Updated property group structure to align with new TDF format
Nav
2024-02-12 19:18:16 +00:00
3a69647159
Added string to uint conversion and string splitting to StringService
Nav
2024-02-12 19:17:19 +00:00
a4c08c1b0a
Stricter string to integer conversion in TDF scripts
Nav
2024-02-12 19:14:25 +00:00
fdf7b936e2
Updated PHP dependencies in README - TDF processing now requires the mbstring PHP extension
Nav
2024-02-09 23:38:53 +00:00
e70b4cc972
Updated TDF mapping generation script to use new services
Nav
2024-02-09 23:36:19 +00:00
025d2d6e08
Updated TDF validation script to use new services
Nav
2024-02-09 23:35:53 +00:00
e991077c5a
New TDF validation service for AVR8 TDFs
Nav
2024-02-09 23:35:26 +00:00
955f738691
New TDF validation service
Nav
2024-02-09 23:34:45 +00:00
8ec72afaef
New TDF discovery service
Nav
2024-02-09 23:34:22 +00:00
5ea04625ef
New service for converting TDFs to/from XML documents
Nav
2024-02-09 23:32:58 +00:00
c563443737
Refactored TDF processing PHP code to confirm to new TDF format
Nav
2024-02-09 23:30:47 +00:00
09a5be91fd
Revised TDF format to accommodate targets from other families
Nav
2024-02-09 00:03:15 +00:00
647b8aa8a3
Enum value for all possible memory segment types
Nav
2023-12-19 21:54:30 +00:00
0d1ab0205d
Used 'aliased' memory segment type for "MAPPED_PROGMEM" segments in AVR8 TDFs
Nav
2023-12-19 21:53:25 +00:00
e3d7ea7226
Persistent memory segment type for "PROD_SIGNATURES" segments in AVR8 TDFs
Nav
2023-12-19 21:50:51 +00:00
cc33eea712
RISC-V target ID verification upon activation
Nav
2023-12-17 18:41:38 +00:00
66cbd89051
- Refactored AVR8 constructor, moving TDF construction to the TargetControllerComponent - The TargetControllerComponent now resolves the target via the new generated mapping approach - Added TargetDescriptionFile derived class - Removed obsolete JSON map processing code - Other bits of refactoring and tidying
Nav
2023-12-17 18:12:53 +00:00