Page 1 of 1

ChibiOS HAL with FreeRTOS v10

Posted: Tue Jan 02, 2018 11:38 pm
by Dodo
Hello,

I made an example project showing how to use the ChibiOS/HAL with FreeRTOS. You can find it here: https://github.com/BertoldVdb/FreeRTOS-ChibiOSAL

The Cortex-M3 part is quite well tested on a STM32F103 chip, running a few quite big programs. The Cortex-M0 part is very new and not really tested.

One of the projects using it is the firmware of a frequency converter (https://github.com/BertoldVdb/FreeRTOS-ChibiOSAL) for the http://electrosense.org project.

Sincerely,
Dodo

Re: ChibiOS HAL with FreeRTOS v10

Posted: Tue Jan 09, 2018 4:06 pm
by omcdr
Good job.
Do you have version for STM32F4 ?

Re: ChibiOS HAL with FreeRTOS v10

Posted: Sat Jan 20, 2018 12:38 pm
by Giovanni
You should post about this work on the FreeRTOS board too probably, interested users would be there.

Giovanni