mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-07-26 10:38:52 +00:00
0fe51fa7e3
* Move flashsize.h to build directory to avoid conflicts when switching builds plus small fix in praline image generation * Update hackrf submodule to latest next * fix fpga append comments * Update firmware/CMakeLists.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update firmware/CMakeLists.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove ls dependency from build --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: gullradriel <gullradriel@users.noreply.github.com>
9 lines
247 B
C
9 lines
247 B
C
#pragma once
|
|
// DO NOT EDIT: IT IS AUTO GENERATED BY CMAKE!!!!
|
|
|
|
// clang-format off
|
|
//Allowed fw size in MB
|
|
#define FLASH_SIZE_MB @FLASH_MB_SIZE@
|
|
//Current compiled fw size in MB
|
|
#define FLASH_SIZE_LIMIT_MB @FLASH_MB_LIMIT_SIZE@
|
|
// clang-format on
|