Skip to content
Snippets Groups Projects
  • Stephen D's avatar
    e8c78668
    Move over to a mutex-spi to prepare for the radio · e8c78668
    Stephen D authored
    I don't like this one bit. It's very hacky, and it's subject to race conditions if the mutex is shared between priorities. So I will have to ensure the radio runs in the same priority (or more probably, in the same task). Honestly I hope this all gets ripped out if/when I redesign the board to give the display a dedicated SPI line. But this will help me continue development for now
    e8c78668
    History
    Move over to a mutex-spi to prepare for the radio
    Stephen D authored
    I don't like this one bit. It's very hacky, and it's subject to race conditions if the mutex is shared between priorities. So I will have to ensure the radio runs in the same priority (or more probably, in the same task). Honestly I hope this all gets ripped out if/when I redesign the board to give the display a dedicated SPI line. But this will help me continue development for now
This project manages its dependencies using Cargo. Learn more