Module boards

Module boards 

Source

Structs§

BoardIter
This is a helper struct, which allows you to iterate over every board defined
CircuitPlaygroundBluefruit
This is the Circuit Playfround Bluefruit board
CustomBoard
A struct, which can be passed into the elf2uf2 function, this can be constructed via the CustomBoardBuilder struct.
CustomBoardBuilder
A builder for the CustomBoard struct, which can be passed into the elf2uf2 function
RP2040
RP2350
UsbDevice
This is the usb device information from the usb device. It is possible to generate this information with something like rusb
UsbVersion
This is the version of the firmware on the usb device

Enums§

CustomBoardBuildError

Traits§

BoardInfo
This trait helps by allowing for definitions of multiple different boards.