tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
163 stars 109 forks source link

make: Add groups for building tabs #509

Open bradjc opened 1 year ago

bradjc commented 1 year ago

This adds new targets make tab-<group> EXAMPLE=x to the build system.

The groups are:

Each group would build a tab file with several TBFs targeting addresses likely to be valid on boards in that group.

Questions

  1. Are these groups the right groups?
  2. Where did imix go? I think it went with the nrf52. Is it better to duplicate? I'm not sure what happens to make tab then.

Todo

brghena commented 1 year ago

Wouldn't Imix match Hail?

bradjc commented 1 year ago

Wouldn't Imix match Hail?

It should, we should change hail to use 0x40000 for apps. But then it too is part of nrf52...