[Ardunio]为stm32f103-blue-pill对接RTdunio软件包 (#6231)

* 对接RTdunio
This commit is contained in:
liYang~
2022-08-05 23:51:40 +08:00
committed by GitHub
parent 76885ca908
commit a8581ac8a4
13 changed files with 295 additions and 25 deletions

View File

@@ -13,11 +13,12 @@
void setup(void)
{
/* put your setup code here, to run once: */
Serial.begin();
}
void loop(void)
{
/* put your main code here, to run repeatedly: */
Serial.println("Hello Arduino!\n");
Serial.println("Hello Arduino!");
delay(800);
}

View File

@@ -14,7 +14,7 @@ menu "Onboard Peripheral Drivers"
select BSP_USING_UART2
default y
config BSP_USING_ARDUINO
config BSP_USING_ARDUINO
bool "Support Arduino"
select PKG_USING_RTDUINO
select BSP_USING_STLINK_TO_USART