StratifyLabs / StratifyOS

A Powerful embedded RTOS for ARM Cortex M microcontrollers
https://stratifylabs.co
Other
116 stars 23 forks source link

add an asset filesystem #183

Closed tyler-gilbert closed 5 years ago

tyler-gilbert commented 5 years ago

The asset filesystem will provide access to binary data that is compiled into the OS.

The BSP will need to define a table of assets with names, pointers to the data and the size of the data. The filesystem will have a fixed number of directory items. The filesystem will be read-only.