diff --git a/board/boards/black.h b/board/boards/black.h index bf8d5bd7..d72ab39a 100644 --- a/board/boards/black.h +++ b/board/boards/black.h @@ -1,6 +1,6 @@ -// ///////////////////// // -// Black Panda + Harness // -// ///////////////////// // +// /////////////////////////////// // +// Black Panda (STM32F4) + Harness // +// /////////////////////////////// // void black_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver){ diff --git a/board/boards/cuatro.h b/board/boards/cuatro.h index 0950e1e5..049e6e20 100644 --- a/board/boards/cuatro.h +++ b/board/boards/cuatro.h @@ -1,3 +1,7 @@ +// ////////////////////////// // +// Cuatro (STM32H7) + Harness // +// ////////////////////////// // + void cuatro_set_led(uint8_t color, bool enabled) { switch (color) { case LED_RED: diff --git a/board/boards/dos.h b/board/boards/dos.h index 69e9169c..e93c0159 100644 --- a/board/boards/dos.h +++ b/board/boards/dos.h @@ -1,6 +1,6 @@ -// ///////////// // -// Dos + Harness // -// ///////////// // +// /////////////////////// // +// Dos (STM32F4) + Harness // +// /////////////////////// // void dos_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver){ diff --git a/board/boards/grey.h b/board/boards/grey.h index a7a4cc04..e8f90e26 100644 --- a/board/boards/grey.h +++ b/board/boards/grey.h @@ -1,6 +1,6 @@ -// ////////// // -// Grey Panda // -// ////////// // +// //////////////////// // +// Grey Panda (STM32F4) // +// //////////////////// // // Most hardware functionality is similar to white panda diff --git a/board/boards/pedal.h b/board/boards/pedal.h index c1569bea..2b653e9e 100644 --- a/board/boards/pedal.h +++ b/board/boards/pedal.h @@ -1,6 +1,6 @@ -// ///// // -// Pedal // -// ///// // +// ///////////// // +// Pedal STM32F2 // +// ///////////// // void pedal_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver){ diff --git a/board/boards/red.h b/board/boards/red.h index 1bf33d60..58410894 100644 --- a/board/boards/red.h +++ b/board/boards/red.h @@ -1,6 +1,6 @@ -// ///////////////////// // -// Red Panda + Harness // -// ///////////////////// // +// ///////////////////////////// // +// Red Panda (STM32H7) + Harness // +// ///////////////////////////// // void red_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver) { diff --git a/board/boards/red_chiplet.h b/board/boards/red_chiplet.h index 205574f2..eec3d95c 100644 --- a/board/boards/red_chiplet.h +++ b/board/boards/red_chiplet.h @@ -1,6 +1,6 @@ -// ///////////////////// // -// Red Panda chiplet + Harness // -// ///////////////////// // +// ///////////////////////////////////// // +// Red Panda chiplet (STM32H7) + Harness // +// ///////////////////////////////////// // // Most hardware functionality is similar to red panda diff --git a/board/boards/tres.h b/board/boards/tres.h index 3a5d8961..4e8564b2 100644 --- a/board/boards/tres.h +++ b/board/boards/tres.h @@ -1,6 +1,6 @@ -// ///////////////// -// Tres + Harness // -// ///////////////// +// /////////////////////////// +// Tres (STM32H7) + Harness // +// /////////////////////////// bool tres_ir_enabled; bool tres_fan_enabled; diff --git a/board/boards/uno.h b/board/boards/uno.h index 29f0a0c5..5f8af593 100644 --- a/board/boards/uno.h +++ b/board/boards/uno.h @@ -1,6 +1,6 @@ -// ///////////// // -// Uno + Harness // -// ///////////// // +// /////////////////////// // +// Uno (STM32F4) + Harness // +// /////////////////////// // void uno_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver){ diff --git a/board/boards/white.h b/board/boards/white.h index 680e3cb0..5048c077 100644 --- a/board/boards/white.h +++ b/board/boards/white.h @@ -1,6 +1,6 @@ -// /////////// // -// White Panda // -// /////////// // +// ///////////////////// // +// White Panda (STM32F4) // +// ///////////////////// // void white_enable_can_transceiver(uint8_t transceiver, bool enabled) { switch (transceiver){ diff --git a/board/jungle/boards/board_v1.h b/board/jungle/boards/board_v1.h index 29c23d6d..9581686e 100644 --- a/board/jungle/boards/board_v1.h +++ b/board/jungle/boards/board_v1.h @@ -1,3 +1,6 @@ +// ///////////////////////// // +// Jungle board v1 (STM32F4) // +// ///////////////////////// // void board_v1_set_led(uint8_t color, bool enabled) { switch (color) { diff --git a/board/jungle/boards/board_v2.h b/board/jungle/boards/board_v2.h index 7bce61eb..09511482 100644 --- a/board/jungle/boards/board_v2.h +++ b/board/jungle/boards/board_v2.h @@ -1,3 +1,6 @@ +// ///////////////////////// // +// Jungle board v2 (STM32H7) // +// ///////////////////////// // const gpio_t power_pins[] = { {.bank = GPIOA, .pin = 0},