Nav
64af03c101
Used target memory aliases in TDF structs
2024-03-15 18:45:48 +00:00
Nav
cbdb1e27e4
Added access member to TDF MemorySegment struct. Also used target memory alias types
2024-03-15 18:39:49 +00:00
Nav
df0e74ea74
Renamed TDF attribute rw to access
2024-03-14 23:59:15 +00:00
Nav
289d1cd3b4
Moved memory segment types to Target scope
2024-03-14 21:48:55 +00:00
Nav
75d5124265
Moved TargetRegisterDescriptor struct to separate file
2024-03-09 17:16:29 +00:00
Nav
534b269b56
Updated TDF variant extraction to align with new TDF format
2024-03-09 15:40:05 +00:00
Nav
4bb273124a
Tidying
2024-03-09 15:20:55 +00:00
Nav
7358a116e9
Corrected exception usage in TargetDescriptionFile class
2024-03-09 15:20:24 +00:00
Nav
e5cac7e39c
Updated TDF pinout and pin extraction to align with new TDF format
2024-03-09 01:55:54 +00:00
Nav
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.
2024-03-08 00:49:36 +00:00
Nav
1de011f948
Correcting outdated comment and some tidying
2024-03-02 02:00:43 +00:00
Nav
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
2024-03-02 01:59:55 +00:00
Nav
e75ce8b403
Tidying
2024-02-27 21:27:41 +00:00
Nav
94c20b2978
Updated TDF peripheral, register group instance and signal extraction to align with new TDF format
2024-02-27 21:01:46 +00:00
Nav
11c0106fd6
Tidying
2024-02-26 20:51:45 +00:00
Nav
041c61e3fd
Used more appropriate exception in TDF member functions
2024-02-26 19:28:18 +00:00
Nav
205ed1d55c
Updated TDF module, register group, register group reference, register and bit field extraction to align with new TDF format
2024-02-26 19:27:36 +00:00
Nav
98f10bc1f4
Corrected return type of getters in TDF structs
2024-02-26 00:57:52 +00:00
Nav
7918b7c9f7
Tidying
2024-02-25 16:41:57 +00:00
Nav
0c8ba1b7b7
Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs
2024-02-22 20:40:59 +00:00
Nav
67133804c0
Corrected address-space-key attribute value in AVR8 TDFs
2024-02-21 20:08:05 +00:00
Nav
64b8846d7c
Corrected memory segment type for the production signatures memory segment, in XMEGA TDFs
2024-02-18 21:48:38 +00:00
Nav
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.
2024-02-17 21:30:31 +00:00
Nav
a09de592f4
Tidying
2024-02-15 21:25:32 +00:00
Nav
7e9e28286f
Made physical interface enum more generic (moved out of AVR8-specific context)
2024-02-15 21:25:12 +00:00
Nav
f33b4d8c70
Updated TDF physical interface extraction to align with new TDF format
2024-02-15 19:40:22 +00:00
Nav
bf39260e0e
Refactored TDF parsing exceptions
2024-02-13 20:48:06 +00:00
Nav
a8a679320c
Tidying
2024-02-13 20:24:52 +00:00
Nav
f5677b6235
Updated TDF address space, memory segment and memory segment section extraction to align with new TDF format
2024-02-13 20:24:25 +00:00
Nav
4b6e21e43f
Typo correction
2024-02-12 19:39:21 +00:00
Nav
8474867563
Added try... member functions to property group class
2024-02-12 19:34:59 +00:00
Nav
a39099d5dd
Began updating TDF parsing to align with new format.
...
- Convenience functions for fetching attributes from XML elements
- Property groups are now being parsed correctly
- Property group lookups (including nested lookups) are working correctly
2024-02-12 19:23:34 +00:00
Nav
a60f5b833a
Updated property group structure to align with new TDF format
2024-02-12 19:18:16 +00:00
Nav
09a5be91fd
Revised TDF format to accommodate targets from other families
...
- Refactored all AVR8 TDFs to conform to new format
2024-02-09 00:13:22 +00:00
Nav
647b8aa8a3
Enum value for all possible memory segment types
2023-12-19 21:54:30 +00:00
Nav
0d1ab0205d
Used 'aliased' memory segment type for "MAPPED_PROGMEM" segments in AVR8 TDFs
2023-12-19 21:53:25 +00:00
Nav
e3d7ea7226
Persistent memory segment type for "PROD_SIGNATURES" segments in AVR8 TDFs
2023-12-19 21:50:51 +00:00
Nav
cc33eea712
RISC-V target ID verification upon activation
2023-12-17 18:43:16 +00:00
Nav
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
2023-12-17 18:40:52 +00:00
Nav
4dd6050781
Renamed variant 'ordercode' to 'name'
2023-12-13 23:03:04 +00:00
Nav
e2ed0002bd
More TDF reformatting
2023-12-13 20:40:14 +00:00
Nav
4e373ea45d
Tidying AVR8 TDFs
2023-12-13 20:33:41 +00:00
Nav
b5587d1e3c
Added target family attribute to AVR8 TDFs and renamed AVR family attribute to avr-family
2023-12-13 00:50:10 +00:00
Nav
41a6e0bbbd
Tidying
2023-12-12 23:25:29 +00:00
Nav
ec51a21846
- Began refactoring TDF build scripts
...
- Separated TDF validation and mapping generation
- Moving away from the JSON mapping file, to a generated header file containing the TDF mapping.
- Other bits of tidying
2023-12-12 23:19:21 +00:00
Nav
275885e6ec
Moved TargetFamily enum into separate header file
2023-12-12 19:02:54 +00:00
Nav
7924478145
Tidying TDF processing in preparation for RISC-V accomodation
2023-12-10 13:04:05 +00:00
Nav
d6c3f8044a
Tidying
2023-12-08 23:04:13 +00:00
Nav
f4b30dbdf6
Added RiscVProgramInterface for RISC-V debug tools that are unable to program RISC-V targets via the debug interface
2023-12-08 23:04:04 +00:00
Nav
eab1688b1a
Memory access commands should be LSB
2023-12-02 14:00:06 +00:00