board

package
v0.0.0-...-eba9e3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RegionFlashPrimary = "flash_primary"
	RegionSramPrimary  = "sram_primary"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootloader

type Bootloader struct {
	PM     []Section
	Config []appconfig.ConfigValue
}

func BootloaderConfig

func BootloaderConfig(bootloader string) *Bootloader

func BootloaderConfigFromBoard

func BootloaderConfigFromBoard(board string) (*Bootloader, string)

type Section

type Section struct {
	Name    string
	Address int
	Size    int
	Region  string
}

func (Section) EndAddress

func (s Section) EndAddress() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL