You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2342: use const generics to tie number of IPC regions to number of processes on board r=alevy a=hudson-ayers
### Pull Request Overview
This pull request fixes#1583 . Now, IPC works even if one of the apps has an index higher than 7. Further, when boards are compiled with support for less than 8 processes, `(8-NUM_PROCS)*48` bytes of memory are saved.
### Testing Strategy
This pull request was tested by flashing the IPC apps on an nrf52840dk.
### TODO or Help Wanted
N/A
### Documentation Updated
- [x] no updates are required.
### Formatting
- [x] Ran `make prepush`.
Co-authored-by: Hudson Ayers <hayers@stanford.edu>
0 commit comments