Numbers station works, very basic

Added utilities, whip antenna length calculator
Modal errors/abort
This commit is contained in:
furrtek
2016-12-06 13:31:38 +01:00
parent d18b6d135d
commit e56fa0f479
32 changed files with 642 additions and 153 deletions

View File

@@ -110,12 +110,12 @@ constexpr region_t bootstrap {
constexpr region_t images {
.offset = 0x10000,
.size = 0x40000,
.size = 0x70000,
};
constexpr region_t application {
.offset = 0x80000,
.size = 0x40000,
.size = 0x50000,
};
} /* namespace spi_flash */