-
Compiling os_msgqueue.c gives the error :-
```
/Users/adityaxavier/Development/STM/CocoOS/Libraries/cocoOS/src/os_msgqueue.c:153: syntax error: token -> 'uint8_t' ; column 8
/Users/adityaxavier/Dev…
-
Dear:
I have compile the cocoos in xc8, , the original version is ok,
and it report an error, after I add the os_tick() into timer ISR.
the error said that there are reentrant issue, and blablabla…
ZanoZ updated
5 years ago
-
So,
j'ai déjà une base d'arduino.
Je sais comment installer les drivers, comment on le structure, comment uploader du code, le blink, collecter des data via le serial,
Aujourd'hui, j'aimerai e…
-
I have done some simple projects using cocoOS. I was thinking about adding a folder of examples to the project with several. Of course well documented and grouped by platform.
Tell me @cocoOS, What d…
-
- https://www.freertos.org/
- https://www.embedded-world.de/en/events/vortrag/freertos-kernel-v10--introducing-amazon-freertos/688466
- https://www.freertos.org/FreeRTOS_Support_Forum_Archive/July_2…
Peque updated
5 years ago
-
Upon usage of `msg_post` within my project, I get a compiler error indicating:
`inc/cocoos.h:89:29: error: case label '10060' not within a switch statement`
The line looks like this:
[`case (__LI…