Brian Team

Results 31 comments of Brian Team

Interesting, my board is set as an `ED060SC4`. I wonder if the Lilygo board doesn't have a temp sensor so that those adc functions are compiled out? I'm not sure...

Yeah I'm all set, it's a simple one-off little project. Just raising the issue here in case it wasn't known. The version of megaTinyCore that I have installed is from...

Edit: the comment was deleted. aka spam. ...I'm not downloading a random file and compiling something from a bitly link. Given the fact that you posted this 1 minute after...

@LavissaWoW's comment is a definite 'nice to have' for me as well, but I absolutely am just okay with a raw text input that matches on all parameters for any...

It's only arm, which is why I figured I was going down the wrong path here. But if I can't compile that Middlewares folder, then any of the code I...

So this still gives me an error ``` Test 'test_event_log.c' ----------------------- Generating include list for semphr.h... ceedling/temp/_semphr.h:32:3: error: #error "include FreeRTOS.h" must appear in source files before "include semphr.h" #error...

I'm still getting the same error even with that added. Is there a way to stop the ceedling/cmock process without it cleaning up after itself? I want to be able...

The reason the source files are included there is because those paths are all added under :paths:source:, which the Ceedling documentation says should include all source files, and can also...

I put together a barebones project that's showcasing what I'm running into. The description of the problem and 2 questions I have are in the README. https://github.com/dot4qu/FreeRTOS-Ceedling-error-example

In response to this pull request: https://github.com/dot4qu/FreeRTOS-Ceedling-error-example/pull/1/commits/45d0f482a03b3cd06948b386c03fd0818c2c3d26 I've fixed the expect and return statement with correct arguments, which then allows ceedling to compile and pass the test. But i guess...