1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-06 13:31:00 +00:00

fixup! feat(core): add BLE to t3w1 board

This commit is contained in:
tychovrahe 2024-12-18 09:57:26 +01:00
parent 351a74a1c5
commit 0e12ea1e3a

View File

@ -129,20 +129,20 @@
#define SBU_2_PORT GPIOC
#define SBU_2_CLK_ENA __HAL_RCC_GPIOC_CLK_ENABLE
#define NRF_RESET_PIN GPIO_PIN_0
#define NRF_RESET_PORT GPIOG
#define NRF_RESET_CLK_ENA __HAL_RCC_GPIOG_CLK_ENABLE
#define NRF_GPIO0_PIN GPIO_PIN_7
#define NRF_GPIO0_PORT GPIOE
#define NRF_GPIO0_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_GPIO1_PIN GPIO_PIN_13
#define NRF_GPIO1_PORT GPIOE
#define NRF_GPIO1_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_GPIO2_PIN GPIO_PIN_15
#define NRF_GPIO2_PORT GPIOE
#define NRF_GPIO2_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_GPIO3_PIN GPIO_PIN_11
#define NRF_GPIO3_PORT GPIOE
#define NRF_GPIO3_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_IN_GPIO0_PIN GPIO_PIN_7
#define NRF_IN_GPIO0_PORT GPIOE
#define NRF_IN_GPIO0_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_IN_FW_RUNNING_PIN GPIO_PIN_13
#define NRF_IN_FW_RUNNING_PORT GPIOE
#define NRF_IN_FW_RUNNING_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_OUT_RESET_PIN GPIO_PIN_0
#define NRF_OUT_RESET_PORT GPIOG
#define NRF_OUT_RESET_CLK_ENA __HAL_RCC_GPIOG_CLK_ENABLE
#define NRF_OUT_STAY_IN_BLD_PIN GPIO_PIN_15
#define NRF_OUT_STAY_IN_BLD_PORT GPIOE
#define NRF_OUT_STAY_IN_BLD_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#define NRF_OUT_FW_RUNNING_PIN GPIO_PIN_11
#define NRF_OUT_FW_RUNNING_PORT GPIOE
#define NRF_OUT_FW_RUNNING_CLK_ENA __HAL_RCC_GPIOE_CLK_ENABLE
#endif // TREZOR_T3W1_REVA_H_