posted Feb 23, 2011, 3:48 AM by Stefano Oliveri
[
updated Jul 22, 2011, 3:45 PM
]
The FreeRTOS Extension Class now support the Firmware Component Architecture (FCA) concept. I published a new web site in order to review my development approach without disposing all information I collected until today in this web site.
From now on I will publish all new content in the new web site:
|
posted Sep 9, 2010, 2:56 AM by Stefano Oliveri
Added a section (4.5 How to modify the linker script for a different STM32 MCU?) to explain the memory organization and how it is related to the linker script.
|
posted Sep 7, 2010, 2:04 AM by Stefano Oliveri
Added the section The CHelloWorld class (an example) |
posted Aug 19, 2010, 8:42 AM by Stefano Oliveri
[
updated Aug 19, 2010, 8:48 AM
]
What's news: - Added the CSemTest standard demo task.
- Renamed the anstract class CManagedTask to AManagedTask.
- All FreeRTOS API wrapper method are now inline.
- Added support for the FreeRTOS configuration parameters.
- Added support for the Eclipse Managed Build System (CppDemo_mbs).
- Minor update in html API documentation.
- Updated the demo web page.
|
posted Aug 18, 2010, 5:52 AM by Stefano Oliveri
The work on documentation go on! Every feedback to improve the reliability and to make more understandable the idea of this demo is welcome. |
posted Aug 18, 2010, 5:47 AM by Stefano Oliveri
[
updated Aug 18, 2010, 5:51 AM
]
What's news:
- Added the CPollQ standard demo task.
- Modified the create method for each wrapper class.
- Improved the code documentation.
- Updated the html API documentation.
|
posted Aug 6, 2010, 3:37 AM by Stefano Oliveri
The Doxygen made API reference is added in the Download area. The documentation is not full yet. Click on the link Documents near the demo download link to download it. |
posted Aug 5, 2010, 3:58 AM by Stefano Oliveri
[
updated Aug 5, 2010, 5:28 AM
]
What's news: - The demo link against the ST standard library (v3.2.0) in the default Common package.
- FreeRTOS Wrapper classes review:
- Added the IFreeRTOSObj interface
- Renamed the abstract base class ASemaphore to ASync
- Added the CManagedTask class.
- Added the Doxyfile in the project folder to generate the API documentation.
- Added the standard Blocking Queue (blockQ.c) demo tasks.
- Added CLcdTask class to display string text.
|
|