General tidying, addressing issues found by static analysis tool.
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
namespace Bloom::Targets::TargetDescription
|
||||
{
|
||||
enum MemorySegmentType {
|
||||
enum MemorySegmentType
|
||||
{
|
||||
REGISTERS,
|
||||
IO,
|
||||
EEPROM,
|
||||
|
||||
@@ -6,10 +6,10 @@ Bloom will have an associated TDF in Bloom's codebase. They can be found in `src
|
||||
The data held by TDFs is fundamental to Bloom's operation. The following is an incomplete list of some of the
|
||||
data extracted from TDFs:
|
||||
|
||||
- Target signatures
|
||||
- Parameters for debug interfaces
|
||||
- Memory address space descriptions (including sections, offsets and sizes)
|
||||
- Register descriptions (including offsets and sizes)
|
||||
- Parameters for debug interfaces
|
||||
- Target signatures
|
||||
- Package variant descriptions
|
||||
- Package pinouts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user