Skip to main content

utils.version

Update values following semantic versioning convention.

  • MAJOR: Major version
  • MINOR: Minor version
  • PATCH: Patch version
  • DEV: Boolean indicating it is a development release

asserts

def asserts()

Enforces version.

version_tuple

def version_tuple()

Returns tuple containing firmware version.

version_string

def version_string()

Returns string containing firmware version.

BoardType Objects

class BoardType()

Enum representing the Amiga Board type (where Amiga application layer is running).

get_board_type

def get_board_type()

Return the Board type based on the operating system.