hanyidadada / ArchMinix

RTEMS C66 BSP Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchMinix

This is a repo that contains the major efforts I made to port the c6678 bsp into the master branch of rtems 4.11.

About ArchMinix

  • libcpu: c6x dsp support
  • libbsp: c6678 board support
  • librtems: rtos support
  • libc: c support

About RTEMS

I've partitioned the source files into multiple sub-folders.

Hope it can serve as a starting point for you to port them to other RTOSes such as RT-Thread, FreeRTOS, Zephyr, and so on.

About BSP

The repo contains:

  • boot
  • clock
  • console
  • timer
  • network
  • flash

More than BSP

  • dynamic loader

About libc

RTEMS uses newlib, whereas TI CCS uses its own libc, called rts. I have consolidated them.

How to build

You can download TI CCS toolchain for C6x platforms.

About

RTEMS C66 BSP Support


Languages

Language:C 95.3%Language:Pascal 2.6%Language:Assembly 0.9%Language:Roff 0.8%Language:C++ 0.1%Language:XS 0.1%Language:Makefile 0.1%Language:Batchfile 0.0%