M Starch
M Starch
Here is a trick I learned from looking into arm64 (aarm64). ``` find_program(CMAKE_C_COMPILER NAMES aarch64-linux-gnu-gcc aarch64-none-linux-gnu-gcc PATHS ENV AARCH_DIR PATH_SUFFIXES bin REQUIRED) find_program(CMAKE_CXX_COMPILER NAMES aarch64-linux-gnu-g++ aarch64-none-linux-gnu-g++ PATHS ENV AARCH_DIR PATH_SUFFIXES...
F´ doesn't. I have been working on an arm64 toolchain on the side.
I haven't had luck with the arm website, so I have used Linaro. However, if structured with the ability to set a base, the system packages, linaro, or arm would...
@timcanham will you review this?
May need to add a throttling mechanism in the GDS as this is likely an overflow of incoming packets.
Nice to have: improve TCP components for "poll" mode such that we can run a polled baremetal system on Linux with an Os to test that the full setup works.
We should set this up to log once, and then only log again when it transitions from OK to error again.
Copy and paste error.
I'll be honest this is a big one to review. Since it is all `.md` files (no code), I'll review it as is (no need to break it up). It...
@myint this may be an issue in the build system. We try to determine the relative PATHs of files by taking the absolute path and removing a prefix. My guess...