void IIC_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOA, ENABLE ); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_12|GPIO_Pin_11; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP ; //推挽输出 GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; GPIO...
touch /etc/kvmd/.init_flag fi Expand Down 2 changes: 1 addition & 1 deletion2configs/kvmd/main.yaml Original file line numberDiff line numberDiff line change Expand Up@@ -16,7 +16,7 @@ kvmd: type:gpio msd: type:otg type:disabled ...
${HACKRF_PATH}/firmware/common/gpio_lpc.c ${HACKRF_PATH}/firmware/common/firmware_info.c ${HACKRF_PATH}/firmware/common/si5351c.c @@ -558,7 +559,6 @@ set(MODE_CPPSRC ${HACKRF_PATH}/firmware/libopencm3/lib/lpc43xx/scu.c ${HACKRF_PATH}/firmware/libopencm3/lib/lpc43xx/timer.c...
[all] BOOT_UART=0 WAKE_ON_GPIO=0 POWER_OFF_ON_HALT=1 DHCP_TIMEOUT=45000 DHCP_REQ_TIMEOUT=4000 TFTP_FILE_TIMEOUT=30000 ENABLE_SELF_UPDATE=1 DISABLE_HDMI=0 BOOT_ORDER=0xf41 CLIENT_IP=10.0.1.21 SUBNET=255.255.255.0 GATEWAY=10.0.1.1 NETCONSOLE=@10.0.1.21/,@10.0.1.10/ XHCI_DEBUG=0x6 ...
You should define these to the GPIO value as given directly to the generic GPIO functions. CONFIG_SYS_I2C_INIT_BOARD When a board is reset during an i2c bus transfer chips might think that the current transfer is still in progress. On some boards it is possible to access the i2c SCLK ...