From 1db0953b3108e495084a600e80bbf355fe6544c4 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 27 Nov 2022 20:23:51 +0100 Subject: [PATCH] Updated .gitignore file. Added some detail in the pin definition table for the connections. --- .gitignore | 2 ++ README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 70d3757..c3eac2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ #Exclude the bin folder from the project src/W800 SDK v1.00.08/bin/ +src/lvgl_win_sim/lv_port_win_codeblocks/bin +src/lvgl_win_sim/lv_port_win_codeblocks/obj \ No newline at end of file diff --git a/README.md b/README.md index 62893ff..6c981f2 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ Possible choices : ## MCU Pin assignement table : | Pin Number | Pin Name | Type | Function | Pull UP/DOWN| Connected to | Comment | |------------|----------|------|----------|-------------|--------------|---------| -||PB_20|I/O|UART0_RX/PWM1/UART1_CTS/**I²C_SCL**|U/D||| -||PB_19|I/O|UART0_TX/PWM0/UART1_RTS/**I²C_SDA**|U/D||| -||WAKEUP|I|**External Wake Up Pin**|D||The chip is waken up when the pin is HIGH| -||RESET|I|Reset Pin|D||| +||PB_20|I/O|UART0_RX/PWM1/UART1_CTS/**I²C_SCL**|U/D|**USB/Serial TX pin** and **BMA456, Touch Panel, HMC5883L and BMP280 SCL pins**|| +||PB_19|I/O|UART0_TX/PWM0/UART1_RTS/**I²C_SDA**|U/D|**USB/Serial RX pin** and **BMA456, Touch Panel, HMC5883L and BMP280 SDA pins**|| +||WAKEUP|I|**External Wake Up Pin**|D|**BMA456 IRQ line** and **Touch Panel IRQ line**|The chip is waken up when the pin is HIGH| +||RESET|I|Reset Pin|D|**Micro switch** and **USB/Serial RTS pin**|| ||XTAL_OUT|O|External crystal output|||| ||XTAL_IN|I|External crystal input|||| ||AVDD3V3|P|Chip power supply, 3.3V|||| @@ -59,8 +59,8 @@ Possible choices : ||AVDD3V3_AUX|P|Chip power supply, 3.3V|||| ||TEST|I|Test function configuration pin|||| ||BOOTMODE|I/O|BOOTMODE and I²S_MCLK/LSPI_CS/PWM2/I²S_DO|U/D||| -||PA_1|I/O|JTAG_CK/I²C_SCL/PWM3/I²S_LRCK/**ADC0**|U/D||| -||PA_4|I/O|JTAG_SWO/I²C_SDA/**PWM4**/I²S_BCK/ADC1 |U/D||| +||PA_1|I/O|JTAG_CK/I²C_SCL/PWM3/I²S_LRCK/**ADC0**|U/D|**Battery resistor voltage divider output**|| +||PA_4|I/O|JTAG_SWO/I²C_SDA/**PWM4**/I²S_BCK/ADC1 |U/D|**Screen backlight N-MOSFET driver**|| ||PA_7|I/O|PWM4/LSPI_MOSI/I²S_MCK/I²S_DI/Touch0|U/D||| ||VDD3V3IO|P|IO power supply, 3.3V|||| ||PB_0|I/O|PWM0/LSPI_MISO/UART3_TX/PSRAM_CK/Touch3|U/D|||