Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Stanley Lwin
|
f0ef8ada33
|
[bsp] [stm32F401] Enable PA11 for TIM1_CH4 (#6756)
|
2022-12-20 01:20:20 -05:00 |
Meco Man
|
6808f48bdc
|
[stm32] 解决Error_Handler()函数在*_msp.c文件下报错的问题
在用户头文件区增加#include <drv_common.h>即可
|
2022-11-21 21:31:33 -05:00 |
Man, Jianting (Meco)
|
c7a9481831
|
[rtduino] 对接STM32F412 NUCLEO (#6461)
|
2022-09-25 22:38:35 -04:00 |
Meco Man
|
97a5e4ca19
|
[rtduino] remove libraries dependencies
|
2022-08-22 09:45:45 +08:00 |
liYang~
|
a8581ac8a4
|
[Ardunio]为stm32f103-blue-pill对接RTdunio软件包 (#6231)
* 对接RTdunio
|
2022-08-05 11:51:40 -04:00 |
liYang~
|
32ed7dcfd2
|
修复了pwm互补输出的一些bug,并在finsh中添加使用说明 (#6191)
* Fix the bug of complementary output
|
2022-07-26 10:07:07 +08:00 |
liyangyang
|
709d615096
|
Fix the configuration of stm32f401's PWM in CubeMX
|
2022-07-22 12:04:43 +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
|
83b3aadaa3
|
[Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断
因为不确定后续IAR是否会像Keil一样内含有不同的编译工具链
此外,将判断条件改为列表方式,这样更方便后续增加其他可能的IAR编译链
|
2022-06-09 07:01:59 +08:00 |
Meco Man
|
50f041f5c2
|
[Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链
|
2022-06-09 07:01:59 +08:00 |
Meco Man
|
4ac54cfd60
|
[arduino] suuport MsTimer2 library
|
2022-05-25 10:03:54 +08:00 |
Meco Man
|
9182d4cbb7
|
[stm32] remove meaningless files
|
2022-05-20 10:51:55 +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 |
Man, Jianting (Meco)
|
a0f8d43744
|
[gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM (#5802)
* [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM
|
2022-04-20 09:56:04 +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
|
5187d75af5
|
[armclang] 使用__clang__代替__CLANG_ARM
|
2021-12-29 14:15:38 -05:00 |
Meco Man
|
878ecd14f4
|
[stm32] add ignore_format.yml
|
2021-12-13 00:49:48 -05:00 |
Meco Man
|
7b5e6a81f9
|
[stm32][gcc] 修复栈为0的bug,将栈扩展到0x400(与Keil IAR一致)
|
2021-12-03 10:05:03 -05:00 |
Meco Man
|
698569c3ca
|
[stm32][lib] modify heap size to zero
|
2021-10-11 17:25:15 -04:00 |
chenjh
|
67b86e61ba
|
[uart] Modify the uart file to configure uart_pin for pullup
|
2021-07-07 18:51:21 +08:00 |
Meco Man
|
5bd17e1433
|
[stm32] auto formatted
|
2021-03-14 15:33:55 +08:00 |
yangjie
|
1ef33e66cd
|
[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项
|
2019-09-11 12:06:43 +08:00 |
Ernest
|
9058fb2684
|
[bsp][stm32][kconfig] rename quote kconfig
|
2019-07-18 11:48:10 +08:00 |
Ernest
|
a962fb3532
|
[bsp][stm32]add source kconfig by batch
|
2019-07-18 10:28:12 +08:00 |
tyustli
|
4f03ef589f
|
add c++ support for the bsp of stm32
|
2019-03-23 13:59:53 +08:00 |
shaoguoji
|
8820d898c3
|
修正链接脚本注释
|
2019-03-12 16:44:47 +08:00 |
shaoguoji
|
8671e706b5
|
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
|
2019-03-07 15:43:08 +08:00 |