DEVKIT-MPC5748G ChibiOS Bounty

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DEVKIT-MPC5748G ChibiOS Bounty

945 Views
jfrey
Contributor IV

I have created a bounty on BountySource to port ChibiOS kernel and HAL to the DEVKIT-MPC5748G board.

Bountysource: Support DEVKIT-MPC5748G

ChibiOS/RT 4.0.0 Reference Manual.

ChibiOS/HAL 5.0.0 Reference Manual.

ChibiOS/RT is a compact and fast real-time operating system supporting multiple architectures and released under the GPL3 license. 

The ChibiOS/RT microkernel supports:

All system objects, such as threads, semaphores, timers, etc., can be created and deleted at runtime. There is no upper limit except for the available memory. In order to increase system reliability, the kernel architecture is entirely static, a memory allocator is not required (but is available as an option), and there are no data structures with upper size limits like tables or arrays. The system APIs are designed to not have error conditions such as error codes or exceptions.

ChibiOS/HAL

The HAL component is meant to be an abstraction layer between the application and the underlying micro-controller hardware.

HAL offers an high level API for accessing common MCU peripheral like GPIO, ADC, SPI and so on and also take care of clocks-related and board-level initializations.

This component is only released only under Apache License 2.0 and is 100% free also for commercial use.

In Brief

  • MCU abstraction between application and hardware accelerates the firmware development allowing a more objective-oriented approach. Hardware inner details are mostly hidden to the application (but not unreachable).
  • Support for the most common MCU peripherals.
  • Interface layer toward the optional RTOS called OSAL. OSALs can be created in order to support any reasonable RTOS.
  • Out of the box support for RT and NIL RTOSes.
  • Layered drivers architecture.
  • Portable on most modern micro-controllers.
Tags (2)
0 Kudos
0 Replies