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 |
7YZ7
|
501b22aabe
|
[HUST CSE] Fix many abnormal symbols in annotations and format code
|
2023-04-17 22:26:23 -04:00 |
Meco Man
|
0f461e870c
|
[errno code][-RT_ERROR] fix that use RT_ERROR without -
|
2023-03-20 00:06:16 -04:00 |
Meco Man
|
f58d3c5200
|
rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
|
2023-02-07 21:43:57 -05:00 |
liYangYang
|
6eaf9a9c57
|
[stm32][qspi] qspi attach 函数问题解决方案 (#6867)
* [qspi] qspi attach 函数解决方案
* pin
* 更改函数名字
|
2023-01-18 22:04:45 -05:00 |
Meco Man
|
592284c66c
|
format link scripts
|
2023-01-08 22:52:13 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Man, Jianting (Meco)
|
99bdf978d7
|
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
|
2022-12-11 13:12:03 -05:00 |
Meco Man
|
6808f48bdc
|
[stm32] 解决Error_Handler()函数在*_msp.c文件下报错的问题
在用户头文件区增加#include <drv_common.h>即可
|
2022-11-21 21:31:33 -05: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
|
9182d4cbb7
|
[stm32] remove meaningless files
|
2022-05-20 10:51:55 +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 |
liukangcc
|
3d2e23ec1c
|
[update] move dfs_posix.h to legacy/dfs/dfs_posix.h
|
2022-01-14 23:09:32 +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 |
Meco Man
|
4f06fdc0ad
|
[stm32]删除RTC对libc的依赖
|
2021-03-05 09:26:26 +08:00 |
thread-liu
|
2fa563f164
|
[add] dcmi and ov2640 driver.
|
2020-11-21 17:24:37 +08:00 |
linyiyang
|
fb21e50c9e
|
[bsp][stm32][stm32h743-atk-apollo]Modify LTDC GPIO speed
|
2020-11-02 16:46:36 +08:00 |
thread-liu
|
8edb7c316a
|
[add] stm32h7 adc and dac driver.
|
2020-10-09 10:24:08 +08:00 |
Bernard Xiong
|
697077f8a8
|
Merge pull request #3605 from A-orz/master
Add SD Card driver for stm32h743-atk-apollo board
|
2020-05-26 14:03:53 +08:00 |
liuduanfei
|
2849cb4282
|
formatting code
|
2020-05-26 11:35:03 +08:00 |
liuduanfei
|
efdde9ffd4
|
formatting code
|
2020-05-26 10:46:33 +08:00 |
liuduanfei
|
1a4c6cb05f
|
formatting code
|
2020-05-26 10:41:52 +08:00 |
liuduanfei
|
1d1376e7fa
|
clean code
|
2020-05-25 20:27:05 +08:00 |
liuduanfei
|
5db00fa758
|
add author information
|
2020-05-23 22:35:43 +08:00 |
liuduanfei
|
535aa894e8
|
clean code
|
2020-05-23 22:25:01 +08:00 |
whj4674672
|
8d45e7f856
|
add drv_flash_h7.c
|
2020-05-23 17:30:40 +08:00 |
whj4674672
|
b91f1ab54e
|
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 fal
|
2020-05-20 13:40:33 +08:00 |
liuduanfei
|
3c9da16d8d
|
Add SD Card driver for stm32h743-atk-apollo board
|
2020-05-17 13:45:42 +08:00 |
liuduanfei
|
d1a12288ad
|
Add SD Card driver for stm32h743-atk-apollo board
|
2020-05-17 13:31:18 +08:00 |
whj4674672
|
92ddb8b0f3
|
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 uart dma
|
2020-05-02 15:09:41 +08:00 |
whj4674672
|
32d13e389b
|
sppport stm32h743-atk-apollo pcf8574 and uart2(485)
|
2020-04-11 17:27:46 +08:00 |
whj4674672
|
f117df8476
|
Porting for stm32h7xx spi
|
2020-01-15 14:31:40 +08:00 |
whj4674672
|
ac1ab2d140
|
[bsp][stm32h7]Fix BUG that cannot run in IAR environment
|
2019-10-16 14:43:50 +08:00 |
whj4674672
|
91e39a278f
|
[BSP][stm32h743-atk-apollo] add QSPI FLASH
|
2019-10-13 14:17:34 +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 |
Ernest
|
1f114ec22f
|
[bsp][stm32]upgrade menuconfig about crypto
|
2019-07-18 10:27:27 +08:00 |
whj4674672
|
aeecc1b6aa
|
[bsp][stm32h743-atk-apollo] add iwg
|
2019-07-14 16:36:13 +08:00 |
whj4674672
|
0ef18239e0
|
[bsp][stm32h743-atk-apollo]add rtc
|
2019-06-05 14:25:15 +08:00 |
whj4674672
|
d82c90dc9a
|
[stm32][stm32h7]修复H7 spi依赖文件路径错误的BUG
|
2019-05-24 18:08:44 +08:00 |
whj4674672
|
45d709fd0a
|
[bsp][stm32][stm32h743-atk-apollo]调整drv_mpu.c的目录
|
2019-04-16 09:37:10 +08:00 |
whj4674672
|
ab4fe34e24
|
[bsp][stm32][stm32h743-atk-apollo]add lcd and sdram drive
|
2019-04-15 10:45:39 +08:00 |
whj4674672
|
c5e9a6a41b
|
[WIP][stm32]修改PR STM32H743中存在的错误
|
2019-03-26 17:04:45 +08:00 |