Skip to content

Make fossa friendlier for embedded systems #299

@cpq

Description

@cpq

FYI @danielinux & @maximevince

The primary fossa use case is embedded. However, when modules's functionality is getting extended, we unintentionally leak functions into the core, making it fatter. We need to make sure that our development does not increase core size, unless intended.

  • Disable all modules by default. Let user explicitly enable those which are needed
  • Make minimal fossa build on a small board (e.g. Arduino UNO)
  • Setup CI with embedded fossa build, making sure we're not bloating the code
  • No big objects on stack

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions