[rtduino][lpc55s69] update (#6972)
This commit is contained in:
parent
022760c569
commit
faddfecbd2
|
@ -22,7 +22,7 @@ Hardware Drivers Config --->
|
|||
|
||||
![LPC55s69-nxp-evk-pinout2](LPC55s69-nxp-evk-pinout2.png)
|
||||
|
||||
| Arduino引脚编号 | STM32引脚编号 | 5V容忍 | 备注 |
|
||||
| Arduino引脚编号 | LPC55引脚编号 | 5V容忍 | 备注 |
|
||||
| ------------------- | --------- | ---- | ------------------------------------------------------------------------- |
|
||||
| 0 (D0) | P(1,24) | 是/否 | Serial2-RX,默认被RT-Thread的UART设备框架uart1接管 |
|
||||
| 1 (D1) | P(0,27) | 是/否 | Serial2-TX,默认被RT-Thread的UART设备框架uart1接管 |
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include <board.h>
|
||||
#include <drv_pin.h>
|
||||
#include "pins_arduino.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -222,7 +222,7 @@ menu "On-chip Peripheral Drivers"
|
|||
|
||||
config BSP_USING_CTIMER1_MAT3
|
||||
bool "Enable CIMER1 Match3 as PWM output"
|
||||
default y
|
||||
default n
|
||||
|
||||
config BSP_USING_CTIMER2_MAT0
|
||||
bool "Enable CIMER2 Match0 as PWM output"
|
||||
|
|
Loading…
Reference in New Issue