Updated TDF pinout and pin extraction to align with new TDF format
This commit is contained in:
18
src/Targets/TargetPinoutDescriptor.hpp
Normal file
18
src/Targets/TargetPinoutDescriptor.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace Targets
|
||||
{
|
||||
enum class PinoutType: std::uint8_t
|
||||
{
|
||||
SOIC,
|
||||
SSOP,
|
||||
DIP,
|
||||
QFN,
|
||||
QFP,
|
||||
DUAL_ROW_QFN,
|
||||
MLF,
|
||||
BGA,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user