Imported from GitHub: portapack-mayhem/mayhem-mdk · commit c0c3d7f · license GPL-3.0
Description
PortaPack - Module Develoment Kit
README
Requirements
Like the mayhem-firmware a version of gcc-arm-none-eabi is required. See Compile Firmware on how to get started.
to build
cmake -DCMAKE_TOOLCHAIN_FILE=../common/config/arm-none-eabi-toolchain.cmake -B build -S. make -C build
build with docker
docker build -t arm-docker-build ../common/config docker run --rm -v .:/src -w /src arm-docker-build bash -c "cmake -DCMAKE_TOOLCHAIN_FILE=common/config/arm-none-eabi-toolchain.cmake -B build -S." docker run --rm -v .:/src -w /src arm-docker-build bash -c "make -C build -j3"
No comments yet. Be the first to ask about this board.