commit | 6a2ae2d770cffe9c921fc3d45260f96e4a2a6032 | [log] [tgz] |
---|---|---|
author | Austin Appleby <aappleby@google.com> | Tue Apr 19 19:38:41 2022 -0700 |
committer | Austin Appleby <aappleby@google.com> | Fri Apr 22 15:11:52 2022 -0700 |
tree | 03df9ad313ccf8be138050c0acaaff9703e6b4c7 | |
parent | 7f4f01d07e46a3307d10bd8100ee7918d2bf9873 [diff] |
Make Tock's mailbox match the TLUL Mailbox spec & addressess. Match register names, make Tock only use the "SEC" endpoint of the mailbox, tweak how interrupts work due to the wonky "WTIRQ" interrupt that doesn't actually work for sleeping until a mailbox is drained (greater-than vs less-than issue in the spec). SEC will now busy-wait if the outbox is full, which should not usually be a problem. Change-Id: Ibc4c220c39cfc8395aa7948efdf6022a85738d51