Skip to content
forked from CenoOS/CenoOS-IOT

CenoOS is a real time operating system for IOT devices from cenocloud.

Notifications You must be signed in to change notification settings

Node-X/Ceno-RTOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CenoOS

CenoOS is a real time operating system for IOT devices from cenocloud.

Architecture Overview

Architecture

Documentation

Prepare

1. 选择开发版

在根目录/conf/makefile.conf中修改如下配置:
# 开发板支持
ARCH=arm32
BOARD=ek-TM4C123gxl
MCU=TM4C123GH6PM
LINK_FILE=link.ld
OCD_CFG_FILE=ek-tm4c123gxl.cfg
其中选项对应board下支持的开发版

2. 配置openOCD script目录:

OPENOCD_SCRIPT_DIR=/usr/local/share/openocd/scripts/board

3. 配置项目跟目录:

BASE_DIR=/Users/neroyang/project/Ceno-RTOS

build

1. openOCD启动:

cd user
make openOCD_connect

2. 构建

make clean
make build

3. 烧写

make flash

last

have a good trial!

About

CenoOS is a real time operating system for IOT devices from cenocloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • C++ 4.7%
  • HTML 1.9%
  • Assembly 1.3%
  • Batchfile 0.0%
  • Objective-C 0.0%