embedded

Results 4 comments of embedded

@danmar Agreed that the code is bad, the linter should flag it and carry on, rather than grind to a halt and stop checking the rest of the code. As...

Got it, so it should be: ``` TEST_ASSERT_EQUAL_MEMORY_ARRAY(&u8VirtualScreen[0], &u8ReferenceScreen[0], sizeof(u8VirtualScreen), sizeof(uint8_t)); ```

Thanks for the link, I've seen those docs before, but again, there isn't any reference to what types the parameters should be, so it's a bit of guesswork. I would...

Yes if I pollute my project tree it works. You guessed correctly, I would rather have the tools installed system-wide rather than in the project folder.