Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 343 Bytes

File metadata and controls

6 lines (4 loc) · 343 Bytes

Porting to a new platform

Platform implementations are located in separate subfolders and should:

  • Contain a README.md with instructions on how to build and use the platform port.
  • Implement the functions defined in cc_platform.h, these functions are the interface used by the constrained runtime to setup and access platform functions.