Skip to content
Snippets Groups Projects

Spi

Merged Spi
1 unresolved thread
Merged Stephen D requested to merge spi into master
1 unresolved thread

Use SPI between Pi and MCU instead of UART

Merge request reports

Pipeline #2409 failed

Pipeline failed for bfef25d6 on spi

Approval is optional

Merged by Stephen DStephen D 1 year ago (Jul 9, 2023 8:17pm UTC)

Loading

Pipeline #2414 failed

Pipeline failed for 856d73ba on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
276 &mut ctx.shared.pi_tx,
277 &mut ctx.shared.other_tx_buf,
278 &mut ctx.shared.spi_data,
279 new_spi_data,
280 );
281
179 282 iterations_since_last_packet = 0;
180 283 } else {
181 284 iterations_since_last_packet += 1;
182 285 }
286 }
287 }
183 288
184 i += 1;
289 #[task(shared = [radio, spi_data, pi_tx, other_tx_buf])]
290 fn get_radio_temp(mut ctx: get_radio_temp::Context) {
  • Author Owner

    Unsure what will happen if we fetch the temperature during a TX cycle. This breaks on the RX side but seems like it could be okay here

  • Please register or sign in to reply
  • Stephen D mentioned in commit 856d73ba

    mentioned in commit 856d73ba

  • merged

  • Please register or sign in to reply
    Loading