Skip to content

alexzhang001/FreeRTOS_RH850

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeRTOS Ported to RH850

This provides a very basic port of FreeRTOS to RH850.

Requirement

  1. GCC or IAR or CCRH
  2. CMake
  3. Ninja
  4. RFP

How to Build

Depend on the compiler you are using, modify the INSTALL_DIR variable in the CMake toolchain file as needed.

Modify the V850_GCC_DIR variable in gcc.cmake for example.

$ git clone https://github.com/mikisama/FreeRTOS_RH850
$ cd FreeRTOS_RH850/build
$ cmake -DCMAKE_TOOLCHAIN_FILE='cmake/gcc.cmake' -DCMAKE_BUILD_TYPE=Debug -GNinja ..
$ ninja
$ ninja flash

build

About

FreeRTOS port for Renesas RH850

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Assembly 1.5%
  • CMake 0.6%