| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-21 | Added in_flash RuntimeBuilder constructor | Sherif A Abdou | |
| Applications linked through this builder can be placed in a flash reservation. You'll need some other software to launch these programs, since they lack the boot header required by the NXP boot ROM. | |||
| 2024-04-03 | Add environment variable overrides for stack, heap | Ian McIntyre | |
| If you define a runtime, you can call `stack_size_env_override` to define an optional environment variable checked by the runtime builder. Same goes for the heap. A user can set these environment variables to override the runtime's stack / heap size. You can use this package's examples to try it out; see the updated build script. There's no default environment variable for either memory region. The package that defines the runtime needs to opt-in to this feature. | |||
| 2022-12-01 | First commit | Ian McIntyre | |
