Merge pull request #1 from ccollins476ad/more

Add BSP-specific files; remove non-BSP files.
tree: b25c74e093a31a834d7b10ce2b83b8f518662051
  1. include/
  2. src/
  3. $$pkgname.ld
  4. $$pkgname_debug.sh
  5. $$pkgname_download.sh
  6. .gitignore
  7. boot-$$pkgname.ld
  8. bsp.yml
  9. pkg.yml
  10. README.md
  11. syscfg.yml
README.md

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 dev@mynewt.apache.org