Mux I2S at Tock start

- Configure the pinmux for I2S TX and RX.

Change-Id: I91edce555b58e72ef3969b718fc6fb24e531ec69
2 files changed
tree: 897777e0c8bb865ae666456fc8c2ad69e4a37a5b
  1. app/
  2. blob_fs/
  3. capsules/
  4. config/
  5. hal/
  6. platform/
  7. utils/
  8. .gitignore
  9. CONTRIBUTING.md
  10. LICENSE
  11. matcha.code-workspace
  12. README.md
README.md

Matcha SW Repository

This project contains the support needed to build a TockOS artifact that can run on the Matcha security core, and integrated as part of the Shodan repository.

Prerequisite

If you get this project from Project Shodan manifest, you are all set.

This project needs to be at <dir>/sw/matcha.

Code structure

  • app: TockOS applications (including the boot loader)
  • blob_fs: prototype implementation of a Blob filesystem (unused)
  • capsules: TockOS capsules
  • config: TockOS configuration for Matcha
  • hal: TockOS hal crates
  • platform: TockOS Matcha platform support
  • utils: utility code for apps & capsules