Added some documentation on TDFs

This commit is contained in:
Nav
2021-06-20 17:41:47 +01:00
parent 35675041fe
commit c93c012cbb
3 changed files with 64 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ namespace Bloom::Targets::TargetDescription
* or target family. For example, the Targets::Microchip::Avr::Avr8Bit::TargetDescription::TargetDescriptionFile
* class inherits from this class, to represent TDFs for AVR8 targets. The derived class provides access to
* additional data that is only found in AVR8 TDFs (such as AVR target signature, AVR Family, etc).
*
* For more information of TDFs, see src/Targets/TargetDescription/README.md
*/
class TargetDescriptionFile
{