Skip to content

Commit

Permalink
Merge branch 'main' into kacper/hype-27-implement-time-of-flight
Browse files Browse the repository at this point in the history
  • Loading branch information
Aux1r committed Oct 17, 2024
2 parents 6a1c274 + 8c828ad commit f6d2c11
Show file tree
Hide file tree
Showing 39 changed files with 2,319 additions and 566 deletions.
21 changes: 21 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
* @davidbeechey

# Infrastructure
debugger @kshxtij
lib/core @kshxtij
lib/config @kshxtij
lib/state_machine @DylanCavers

# Localisation
lib/localisation @misha7b

# Motors & Levitation Control
lib/motors @jpfbastos
lib/levitation @jpfbastos

# Sensors
lib/sensors @licornes-fluos @H-Allen
lib/io @licornes-fluos @H-Allen

# Telemetry
telemetry @arjunnaha
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: rustup target add thumbv7em-none-eabihf
- run: cargo build --verbose
working-directory: boards/stm32l476rg
Loading

0 comments on commit f6d2c11

Please sign in to comment.