Skip to content

Commit

Permalink
Update variant header files
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Bhargav <[email protected]>
  • Loading branch information
ajaybhargav committed Feb 12, 2025
1 parent ba3c03c commit f6841f4
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/a9/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extern "C"
#endif

#define HAS_USB_SERIAL
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/asr160x/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extern "C"
#define HAS_SERIAL_UART2
#define HAS_USB_SERIAL
#define HAS_USB_SERIAL2
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 40000000UL

Expand Down
2 changes: 2 additions & 0 deletions variants/ec200u/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ extern "C"
#define HAS_USB_SERIAL2
#define HAS_BLE_SERIAL

#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

/* Analog Pin definition */
Expand Down
1 change: 1 addition & 0 deletions variants/ec600u/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern "C"
#define HAS_USB_SERIAL
#define HAS_USB_SERIAL2
#define HAS_BLE_SERIAL
#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/eg915u/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern "C"
#define HAS_USB_SERIAL
#define HAS_USB_SERIAL2
#define HAS_BLE_SERIAL
#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/m590/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extern "C"
#endif

#define HAS_USB_SERIAL
#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/m66/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ extern "C"

#define HAS_SERIAL_UART2
#define HAS_BT_SERIAL
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 10000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/mc20u/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extern "C"
#define HAS_SERIAL_UART2
#define HAS_USB_SERIAL
#define HAS_BT_SERIAL
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 10000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/mc60/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ extern "C"

#define HAS_SERIAL_UART2
#define HAS_BT_SERIAL
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 10000000UL

Expand Down
2 changes: 2 additions & 0 deletions variants/mc65/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ extern "C"
#define DEFAULT_STDIO_PORT "/dev/ttyS0"
#endif

#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

/* Analog Pin definition */
Expand Down
1 change: 1 addition & 0 deletions variants/n58/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern "C"
#define HAS_USB_SERIAL
#define HAS_USB_SERIAL2
#define HAS_BLE_SERIAL
#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/n716/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern "C"
#define HAS_USB_SERIAL
#define HAS_USB_SERIAL2
#define HAS_BLE_SERIAL
#define I2C_INTERFACES_COUNT 2

#define SPI_MAX_SPEED 40000000UL

Expand Down
1 change: 1 addition & 0 deletions variants/sim868/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extern "C"
#define HAS_SERIAL_UART2
#define HAS_USB_SERIAL
#define HAS_BT_SERIAL
#define I2C_INTERFACES_COUNT 1

#define SPI_MAX_SPEED 10000000UL

Expand Down

0 comments on commit f6841f4

Please sign in to comment.