diff --git a/board/boards/black.h b/board/boards/black.h index bf8d5bd74..d72ab39aa 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 0950e1e53..049e6e20a 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 69e9169c2..e93c01591 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 a7a4cc044..e8f90e263 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 c1569beac..2b653e9ed 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 1bf33d609..58410894b 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 205574f20..eec3d95cd 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 3a5d89618..4e8564b20 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 29f0a0c59..5f8af593d 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 680e3cb05..5048c0779 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 29c23d6df..9581686e2 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 7bce61ebb..095114825 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},