Skip to content

Commit

Permalink
Smol Slime Update (#317)
Browse files Browse the repository at this point in the history
* Smol Update

Toolchain/SDK 2.9.0 migration, Cleanup, and Stacked build schematic.

* New uptime command

* Pre-compiled SW0 variants and HID Protocols

* Open GH Issue for Firmware bugs/issues

* Quest Standalone update (Unrelated to Smols)

* Updated Stacked Smol Schematic

* Updated Sensors for Configuring FW Defines

* Stacked Smol Youtube Tutorial Link
  • Loading branch information
ShineBrightMeow authored Feb 1, 2025
1 parent fd122c7 commit 2c8907d
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 33 deletions.
Binary file added src/assets/img/smol_slime_stacked_schematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/js/configuring-defines.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,13 @@
'IMU_MPU6500': 'MPU6500',
'IMU_MPU6050': 'MPU6050',
'IMU_ICM20948': 'ICM20948',
'IMU_ICM42688': 'ICM42688',
'IMU_ICM45686': 'ICM45686',
'IMU_BMI160' : 'BMI160',
'IMU_BMI270' : 'BMI270',
'IMU_LSM6DSO' : 'LSM6DSO',
'IMU_LSM6DSR' : 'LSM6DSR',
'IMU_LSM6DSV' : 'LSM6DSV',
},
action: (vals) => { return {imu: vals.imu}; }
},
Expand Down Expand Up @@ -170,8 +175,13 @@
'IMU_MPU6500': 'MPU6500',
'IMU_MPU6050': 'MPU6050',
'IMU_ICM20948': 'ICM20948',
'IMU_ICM42688': 'ICM42688',
'IMU_ICM45686': 'ICM45686',
'IMU_BMI160' : 'BMI160',
'IMU_BMI270' : 'BMI270',
'IMU_LSM6DSO' : 'LSM6DSO',
'IMU_LSM6DSR' : 'LSM6DSR',
'IMU_LSM6DSV' : 'LSM6DSV',
'IMU' : 'None'
},
action: (vals) => { return {imu_2: vals.imu_2}; }
Expand Down
Loading

0 comments on commit 2c8907d

Please sign in to comment.