Meco Man
|
d2c12e2da8
|
[RTduino] change the pinout group name
|
2024-03-29 21:49:13 +08:00 |
Meco Man
|
adaa44c911
|
[bsp][stm32f469-disco] support RTduino SPI
|
2024-03-09 21:43:23 -05:00 |
Meco Man
|
4d22242ea5
|
[stm32][rtduino] add drv_gpio.h for pins_arduino.c
|
2023-12-23 14:36:30 +08:00 |
Meco Man
|
bb66d1ea50
|
[bsp][stm32][nano] support nano version
stm32 BSPs to support nano version (RT_USING_NANO)
这个commit支持到stm32f7之前的BSP
|
2023-12-03 21:25:00 +08:00 |
Meco Man
|
94eb8c29be
|
[rtduino][stm32-f401] support timer9 as tone timer
|
2023-08-06 10:57:19 -04:00 |
liYangYang
|
f5fe1a5d7b
|
[RTduino][stm32-f401nucleo] 支持对接引脚的功能切换 (#7901)
|
2023-08-01 21:02:46 -04:00 |
Meco Man
|
a87b399848
|
[stm32][RTduino] limit pin max number check
|
2023-07-08 21:47:57 -04:00 |
Meco Man
|
85294a8e86
|
[RTduino][STM32] 优化内置ADC通道
|
2023-04-08 22:40:55 -04:00 |
Meco Man
|
0429452465
|
[bsp][rtduino] update arduino_main.cpp
|
2023-03-05 21:10:08 -05:00 |
Meco Man
|
baac8760a5
|
[RTduino][stm32f410-nucleo] add English readme
|
2023-01-13 11:40:57 +08:00 |
Meco Man
|
120595d371
|
[RTduino][readme] correct grammar
|
2023-01-13 11:40:57 +08:00 |
Meco Man
|
ac2fb2beab
|
[rtduino] 修正pinout_arduino文件所在Group名称
|
2022-11-05 10:56:36 -04:00 |
Man, Jianting (Meco)
|
ed1bcfbd7e
|
[rtduino][BSPs] translate readme to English (#6496)
|
2022-10-09 21:45:25 -04:00 |
Meco Man
|
97c483fe35
|
[rtduino][readme] change title
|
2022-09-28 02:11:35 -04:00 |
Man, Jianting (Meco)
|
c7a9481831
|
[rtduino] 对接STM32F412 NUCLEO (#6461)
|
2022-09-25 22:38:35 -04:00 |
Meco Man
|
560166477e
|
[stm32f401 nucleo] update main.c revert blinking LED
|
2022-09-20 10:33:12 -04:00 |
liyangyang
|
f71a287a68
|
[RTduino]更新stm32f469的对接文件
|
2022-09-20 10:32:56 -04:00 |
Man, Jianting (Meco)
|
8d3c1f7008
|
[rtduino]重新整理pinout (#6445)
* [rtduino][stm32l475-pandora] 重新整理pinout
* [rtduino][bluepill] 整理pinout
* [rtduino][stm32-f401nucleo]整理pinout
* [rtduino][stm32-pandora] 整理pinout
* [rtduino][stm32f072]整理pinout
|
2022-09-18 22:14:35 -04:00 |
liyangyang
|
dc6b9fde98
|
[RTduino]stm32f401-st-nucleo 更新对接文件
|
2022-09-18 10:05:36 -04:00 |
liYang~
|
a8581ac8a4
|
[Ardunio]为stm32f103-blue-pill对接RTdunio软件包 (#6231)
* 对接RTdunio
|
2022-08-05 11:51:40 -04:00 |
liYang~
|
a79b34ef8a
|
Improve the connection of RTdunio PWM(stm32f401-st-nucleo) (#6192)
* Improve the connection of RTdunio PWM
* Update bsp/stm32/stm32f401-st-nucleo/applications/arduino_pinout/README.md
|
2022-07-27 11:44:13 +08:00 |
Man, Jianting (Meco)
|
70bd55fea5
|
[arduino] use perf_counter to instead of hwtimer (#6089)
移除硬件定时器依赖
取消stm32f401 spi的支持
更换f401 arduino默认例程
|
2022-06-17 14:29:44 +08:00 |
Meco Man
|
3d4bb43aec
|
[arduino][readme] 增加对5v容忍的描述
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
b0364da7e3
|
[arduino] add F_CPU to indicate the frequency of CPU
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
36f142fbc3
|
[arduino] add RTDUINO_NO_SETUP_LOOP
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
8a7b9da76d
|
[stm32 nucleo][f072][f401] support TIM7/TIM11 hardware timer
|
2022-05-10 13:55:16 +08:00 |
Man, Jianting (Meco)
|
0e66f3f833
|
[arduino] update (#5895)
|
2022-05-01 12:24:35 +08:00 |
Meco Man
|
ec9629b5f0
|
更新文档 潘多拉增加spi2
|
2022-04-28 09:19:39 +08:00 |
Man, Jianting (Meco)
|
7b47e8d052
|
[stm32f401-nucleo] arduino support (#5842)
* [stm32f401-nucleo] arduino support
* 增加application arduino main文件
* 调整目录结构
|
2022-04-20 09:09:58 +08:00 |
Man, Jianting (Meco)
|
5b17eeeb9b
|
[stm32][nucleo-f072] add arduino support (#5650)
* [stm32][nucleo-f072] add arduino gpio support
* 完善stm32f401nucleo的基本配置
* 修改led引脚描述
* 潘多拉增加arduino引脚别名
* [ARDUINO]STM32L072RB 增加ADC A0-A5的引脚配置
* add pwm
|
2022-03-10 13:44:39 +08:00 |
Meco Man
|
a13aea3a30
|
remove return
|
2021-03-28 22:42:37 +08:00 |
Meco Man
|
390c635267
|
[stm32] remove 'count' variable in main()
|
2021-03-28 19:36:32 +08:00 |
Meco Man
|
5bd17e1433
|
[stm32] auto formatted
|
2021-03-14 15:33:55 +08:00 |
shaoguoji
|
8671e706b5
|
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
|
2019-03-07 15:43:08 +08:00 |