nathan-moore
nathan-moore
>Doesn't the CLI trigger a complete rebuild of a project after preforming an update? I'm sure that knowing what it isn't doing would be helpful for whoever tries to work...
> I'd love to use PROS if I can. Can other programs upload to your cortex? What version of the cli are you running on? 3.3.2 seems to be the...
The kernel version shouldn't matter. Do you mind giving an earlier release a try? https://github.com/purduesigbots/pros-cli/releases/tag/3.1.0
Daniel was getting a failure with int8x8_t, which leads to this nice gcc page: https://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/ARM-NEON-Intrinsics.html. Do you know why we're using the soft abi? I remember checking in the past...
A minimal repo is: ```c++ #include int8x8_t Test2(int8x8_t test, int8x8_t test2) { return vadd_s8(test, test2); } ``` Though you might also want to check out types of different widths to...
Maybe? I wouldn't expect the ABI to impact which instructions are capable of being emitted, though NEON abi would likely make floating code a bit faster. I'm just going to...
That module is vex's private sdk, which we can't distribute.
Presumably llemu would be in its own template, or with lvgl's (since I don't know what you mean by a version with and without llemu). The other thing that comes...
There are a lot of times where the brain wouldn't have power, so any clock with a non-local frame of reference can't really be implemented. The ones alex was talking...