https://github.com/apache/mynewt-pkg-bsp
This is a basic definition of a sample Mynewt package
https://github.com/apache/mynewt-pkg-bsp
mynewt
Last synced: about 17 hours ago
JSON representation
This is a basic definition of a sample Mynewt package
- Host: GitHub
- URL: https://github.com/apache/mynewt-pkg-bsp
- Owner: apache
- Created: 2016-10-12T07:00:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T19:02:05.000Z (about 4 years ago)
- Last Synced: 2025-06-01T02:16:33.655Z (14 days ago)
- Topics: mynewt
- Language: C
- Homepage: https://mynewt.apache.org
- Size: 6.84 KB
- Stars: 3
- Watchers: 24
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample BSP Definition
This is a basic definition of a sample Mynewt BSP package. See
https://mynewt.apache.org/latest/os/core_os/porting/port_bsp/ for documentation
on creating a Mynewt BSP package.The source files are located in the src/ directory.
Header files are located in include/
pkg.yml contains the base definition of the BSP package.
bsp.yml contains BSP-specific settings.
syscfg.yml contains Mynewt setting definitions and overrides.
Any questions? Please refer to the documentation at
http://mynewt.apache.org/ or ask questions on [email protected]