Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChunghanYi/zephyr-examples
zephyr RTOS examples
https://github.com/ChunghanYi/zephyr-examples
Last synced: 3 months ago
JSON representation
zephyr RTOS examples
- Host: GitHub
- URL: https://github.com/ChunghanYi/zephyr-examples
- Owner: ChunghanYi
- License: apache-2.0
- Created: 2017-03-29T09:56:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T10:39:23.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T09:08:22.289Z (6 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zephyr-rtos - zephyr RTOS examples
README
# Zephyr RTOS examples
$ git clone https://gerrit.zephyrproject.org/r/zephyr zephyr-project
=> Download zephyr OS codes
$ cd zephyr-project
$ git clone https://github.com/ChunghanYi/zephyr-examples
=> Download zephyr-examples$ export ZEPHYR_GCC_VARIANT=zephyr
$ export ZEPHYR_SDK_INSTALL_DIR={YOUR_PATH}/zephyr-sdk
=> If you didn't install zephyr-sdk, download it at first from https://www.zephyrproject.org/downloads/tools
$ source zephyr-env.sh
$ cd zephyr-examples
$ cd alert/
$ make BOARD=nucleo_f103rb
=> You can see the output files under the outdir/ directory.
$ make BOARD=nucleo_f103rb flash
=> You should install the openocd package at first.
...For more information about the zephyr-project, see the following page please.
https://www.zephyrproject.org/doc/getting_started/getting_started.html
or
http://slowbootkernelhacks.blogspot.kr/