RaspberryPi-FreeRTOS icon indicating copy to clipboard operation
RaspberryPi-FreeRTOS copied to clipboard

A port of FreeRTOS to the raspberry pi.

Results 7 RaspberryPi-FreeRTOS issues
Sort by recently updated
recently updated
newest added

when i type 'make' and enter, following error appears > Dark Builder - Unified Build Environment > Version (1.0.0 - Armstrong) > [CC] [RaspberryPi BSP] port.o > /home/ajay/RaspberryPi-FreeRTOS/FreeRTOS/Source/portable/GCC/RaspberryPi/port.c: In function...

I want to use PWM and FreeRTOS on RPi. There are some libraries that do the hard stuff of controlling the RPi's registers, but I can't find how to add...

Can I have freeRTOS as a OS running in Raspberry board pi 4 I want to my freeRTOS applications to run Raspberry board pi 4 Does freeRTOS OS have Support...

Hi James: I'm newbie to RPi bare metal programming, and now using a RPi 2 model B to self training I'm currently digging in your port of FreeRTOS to RPi...

I try to compile the demo version on Windows. I attain the step by generating the ELF file but it is stopped at the list file generation. The LIST command...

- Uniform naming. Functions are called `gpioSomething()`, enums are `GpioSomething`. - Decreased size of code, removed some verbose constructs. - Added functionality: - can set pull up/pull down state (this...

I've tried this on 2 different debian, the fixed path seems ok now. It remains distribution dependant, I don't have a better idea to make this clean right now (except...