Search found 3 matches

by gmj
Wed Mar 09, 2016 4:51 pm
Forum: AVR Support
Topic: Adapting other libraries with ChibiOS
Replies: 5
Views: 3180

Re: Adapting other libraries with ChibiOS

I mean to disable interrupts and preemption during radio operations like radio.write(), radio.read(), etc, so SPI operations are not interrupted and no further modification on the driver is necessary...
by gmj
Sun Mar 06, 2016 3:30 pm
Forum: AVR Support
Topic: Adapting other libraries with ChibiOS
Replies: 5
Views: 3180

Re: Adapting other libraries with ChibiOS

Thanks for your reply utzig :) Browsing through projects of Arduino RTOS I also found NilRTOS ( https://github.com/greiman/NilRTOS-Arduino ) from this same author, which I think would work the same way of ChibiOS Arduino but with less overhead, right? As I have no experience with these OS yet, does ...
by gmj
Sat Feb 27, 2016 10:53 pm
Forum: AVR Support
Topic: Adapting other libraries with ChibiOS
Replies: 5
Views: 3180

Adapting other libraries with ChibiOS

Hi, I am using Arduino and nRF24l01+ radio for some tests of WSN projects. To use this radio, the best driver/library I have seen so far is tmrh20's ( https://github.com/TMRh20/RF24 ). Until now, I implemented my projects without any OS, but recently some mechanisms demanded preemption, mutual exclu...

Go to advanced search