Commit Graph

991 Commits

Author SHA1 Message Date
zylx 42e0ba2b8b 【添加】添加 H7-TOOL bsp 2019-10-25 17:56:30 +08:00
armink 8dabc3be27 [tools] change the eclipse project include path format 2019-10-25 16:35:09 +08:00
armink 5560e59d20 [bsp/stm32] update the eclipse project config and add include file. 2019-10-25 15:09:15 +08:00
armink 21e5a706e0 [bsp/stm32] update the eclipse project config. 2019-10-25 13:53:34 +08:00
SummerGift 0b0936cae1 [fix] add #include <rtthread.h> for stm32g4xx_hal.h 2019-10-24 17:26:22 +08:00
ZYH 959a10a1b2 [BSP][STM32][STM32H743-ST-NUCLEO] 修复编译错误,添加CI
Signed-off-by: ZYH <lymz@foxmail.com>
2019-10-23 14:54:11 +08:00
Ernest 7be06b67bb [add] default environment 2019-10-22 16:48:57 +08:00
Bernard Xiong c1bf9e645e
Merge pull request #3142 from xuzhuoyi/stm32f429-disco
[bsp][stm32][stm32f429-st-disco] Move stm32f429-disco to stm32 dir
2019-10-21 08:36:43 +08:00
guozhanxin 347336feba add stm32f412-st-nucleo bsp 2019-10-20 22:34:55 +08:00
xuzhuoyi b95400b14d [bsp][stm32] Add stm32g431-st-necleo and stm32f429-st-disco to stm32/README.md 2019-10-19 22:15:30 +08:00
xuzhuoyi 9122fc14a3 [bsp][stm32][stm32f429-st-disco] Update readme.md 2019-10-19 21:41:21 +08:00
xuzhuoyi d1a0f4b86b [bsp][stm32][stm32f429-st-disco] Modify SRAM size for stm32f429zi 2019-10-19 20:35:18 +08:00
xuzhuoyi 595e42719b [bsp][stm32][stm32f429-st-disco] Update stm32f429-disco BSP with new stm32 bsp framework 2019-10-19 19:02:31 +08:00
Bernard Xiong 3dfdfb2dd5
Merge pull request #3137 from balanceTWK/master_stm32_RTC
[update][bsp][stm32] drv_rtc.c
2019-10-19 16:55:11 +08:00
Bernard Xiong 21d24d51b8
Merge pull request #3125 from yygg/master
fix warning: #1296-D
2019-10-18 08:49:11 +08:00
tangweikang 2a37a4abf6 [update][bsp][stm32] drv_rtc.c 2019-10-17 18:29:32 +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
yygg_you 361ee3da97 fix warning: #1296
When compiling C code containing statements like this:
rt_base_t xx_io_tbl[] =
{
   GET_PIN(A,0),
};
the compiler will report:
Warning: #1296-D: extended constant initialiser used
2019-10-10 11:06:21 +08:00
xuzhuoyi b171e1d245 [bsp][stm32][stm32g431-st-nucleo] Add LPUART support and README.md 2019-10-05 14:32:36 +08:00
xuzhuoyi cd267a30e4 [bsp][stm32][stm32g431-st-nucleo] Add stm32g431-st-nucleo bsp 2019-10-03 22:29:13 +08:00
xuzhuoyi f30a03f093 [bsp/stm32] Add STM32G4xx_HAL library 2019-10-03 18:18:07 +08:00
Bernard Xiong 67bb485dd4
Merge pull request #3100 from balanceTWK/master_encoder_9_20
[bsp][stm32][driver] drv_pulse_encoder.c
2019-09-30 20:17:50 +08:00
tangweikang 4d796c8fb3 [bsp][stm32][driver][drv_pulse_encoder.c] code style 2019-09-29 18:05:39 +08:00
tyustli 300242134a remove old stm32h743-nucleo bsp 2019-09-29 09:56:40 +08:00
Bernard Xiong 88ad2398e9
Merge pull request #3102 from Lawlieta/develop
[components][finsh] Decouple RT_USING_DEVICE dependency for msh feature
2019-09-28 12:32:01 +08:00
chenyong 74793a53fd [bsp] update project configure file for finsh component change
Signed-off-by: chenyong <1521761801@qq.com>
2019-09-26 15:40:13 +08:00
SummerGift b4347c2025 [stm32][docs] optimize BSP production tutorial 2019-09-25 17:34:52 +08:00
tangweikang c11686751e [bsp][stm32][driver][drv_pulse_encoder.c] code style 2019-09-24 14:27:40 +08:00
tangweikang f1fe6479b1 [bsp][stm32][driver][drv_pulse_encoder.c] remove pulse_encoder->parent.user_data 2019-09-24 11:54:05 +08:00
Bernard Xiong 47fa1d929f
Merge pull request #3095 from armink/fix_serial
Fix serial
2019-09-21 16:15:36 +08:00
armink fe6cf948d5 [bsp/stm32] Remove the use of device user data on uart driver. 2019-09-21 13:51:04 +08:00
a1012112796 0bae6e884c [bsp][stm32][stm32/stm32f427-robomaster-a/]修改部分配置错误
1. 引入 #3062 '[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项'所做的修改至本BSP包
2. 删去原rtconfig.h中非必要及无意义的配置,包括sensor,pwm,uart3,dma.
2019-09-21 08:58:08 +08:00
tangweikang 7c455e6767 [bsp][stm32][driver] drv_pulse_encoder.c 2019-09-20 15:57:26 +08:00
Bernard Xiong ade78fb12c
Merge pull request #3083 from tyustli/h743
add stm32h743-st-nucleo bsp
2019-09-20 06:30:11 +08:00
gbcwbz cfb6e59941 [bsp][stm32][stm32f767-atk-apollo] Fix missing lcd_port.h error 2019-09-19 11:44:17 +08:00
tyustli e3ba233dc0 add stm32h743-st-nucleo bsp 2019-09-18 10:11:13 +08:00
gbcwbz b789721307 [bsp][stm32][stm32f767-atk-apollo] Add LCD driver port 2019-09-17 13:59:14 +08:00
Bernard Xiong bb014b2061
Merge pull request #3050 from ericQiang/master
bug fix: the value of timer auto reload should be (val-1)
2019-09-16 17:36:23 +08:00
Bernard Xiong 6259e715d2
Merge pull request #3053 from willianchanlovegithub/WillianChan
[bsp][stm32][f796-disco]Add stm32f769-st-disco bsp
2019-09-16 17:35:57 +08:00
Willian Chan 58aa6b792a [bsp][stm32][templates/stm32f7xx]Fix the problem of indentation.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-16 14:05:50 +08:00
Willian Chan c3293f4386 [bsp][stm32][f769-disco]Fix the problem of indentation.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-16 13:49:10 +08:00
Bernard Xiong 91e1918250
Merge pull request #3071 from xfan1024/fix-stm32l0-exti-bug
Fix STM32L0 Series External Interrupt BUG
2019-09-15 09:38:54 +08:00
Bernard Xiong 41753b2e7a
Merge pull request #3066 from zhangjun1996/master
[bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数
2019-09-15 09:38:19 +08:00
Bernard Xiong 20d9ac459e
Merge pull request #3054 from a1012112796/writing_zzc_add_bsp_robomaster_a
[bsp][stm32] 更新stm32f427-robomaster-a外设驱动配置
2019-09-15 09:37:47 +08:00
Bernard Xiong 6db1bd4516
Merge pull request #3062 from yangjie11/yj_kconfig_com
[bsp]解除组件初始化与使用user main的依赖,并修改相应的 Kconfig
2019-09-15 09:35:42 +08:00
xiaofan 8be42fdf2f Fix STM32L0 Series Interrupt BUG
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-13 02:13:51 +08:00
tangweikang 41f00e5315 [bsp][stm32] fix : #define HEAP_BEGIN 2019-09-12 10:35:05 +08:00
zhangjun 3cf0f34164 [bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数 2019-09-12 10:34:49 +08:00
Willian Chan c51352d7cb [bsp][stm32f7]Fix "scons --dist" error in stm32f7's bsp
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-11 18:16:34 +08:00
Willian Chan 315843438b [bsp][stm32][f769-disco]Add uart5 to support esp8266
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-11 14:32:25 +08:00
yangjie 1ef33e66cd [bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项 2019-09-11 12:06:43 +08:00
a1012112796 60bda424eb [bsp][stm32] 更新stm32f427-robomaster-a外设驱动配置
1.增加串口1,7,8配置,经实机测试无误
2.增加PWM4 CH1 -- 4, PWM12(BUZZER)配置,因条件有限,仅测试了TIM12 CH1
3.经测试,CAN通信无法正常使用,原因尚未找出,故暂时删去此配置
测试所用编译器: mdk5, IAR
2019-09-10 19:17:38 +08:00
Willian Chan 19034c4aa4 [bsp][stm32][f769-disco]Modify README.md 2019-09-10 18:23:36 +08:00
Willian Chan 3bef0a1e41 [bsp][stm32]Delete dist files
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-10 18:15:54 +08:00
Willian Chan 2d31662e94 [bsp][stm32]Delete dist files
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-10 18:08:40 +08:00
Willian Chan ba9759e0fa [bsp][stm32][f796-disco]Add stm32f769-st-disco bsp
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-10 18:00:48 +08:00
ericQiang ee668cce81 bug fix: the value of timer auto reload should be (val-1) 2019-09-09 22:22:29 +08:00
Bernard Xiong 4ba5fe5ab5
Merge pull request #3035 from Linjieqiang/fix_spelling_mistake
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
2019-09-09 13:25:11 +08:00
Bernard Xiong 1370a4c79b
Merge pull request #3044 from yangjie11/stm32-lib
[bsp][stm32] update Stm32 lib
2019-09-09 08:08:43 +08:00
yangjie 53fc84656b [bsp][stm32/libraries] update STM32L4xx_HAL lib to V1.14.0 2019-09-05 18:07:41 +08:00
yangjie 77a90a2cdc [bsp][stm32/libraries] update STM32H7xx_HAL lib to V1.5.0 2019-09-05 17:53:14 +08:00
yangjie 804e3967d0 [bsp][stm32/libraries] update STM32G0xx_HAL lib to V1.3.0 2019-09-05 17:43:00 +08:00
yangjie 0cde9a27c6 [bsp][stm32/libraries] update STM32F7xx_HAL lib to V1.15.0 2019-09-05 17:35:36 +08:00
yangjie 2f269499de [bsp][stm32/libraries] update STM32F2xx_HAL lib to V1.8.0 2019-09-05 17:19:57 +08:00
yangjie bae87829a9 [bsp][stm32/libraries] update STM32F1xx_HAL lib to V1.8.0 2019-09-05 17:06:53 +08:00
yangjie 7498a9296a [bsp][stm32/libraries] update STM32L0xx_HAL lib to V1.11.2 2019-09-05 16:47:02 +08:00
yangjie 2f7d9d4330 [bsp][stm32/libraries] update STM32F0xx_HAL lib to V1.10.1 2019-09-05 14:58:33 +08:00
LinJieqiang d16d78c53e fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE" 2019-09-05 08:33:12 +08:00
Bernard Xiong 42248d81e5
Merge pull request #3036 from Linjieqiang/fix_stm32hal_rtc_error
bsp: fix stm32 rtc hal library error.
2019-09-05 08:05:50 +08:00
tyustli 1d44368b27 [bsp] [stm32] port to dfs 2019-09-04 20:36:52 +08:00
LinJieqiang dce37d0b4b bsp: fix stm32 rtc hal library error. 2019-09-04 10:08:34 +08:00
Bernard Xiong 03f8762e28
Merge pull request #2989 from yexinfu/master
[bsp][stm32][HAL_Drivers]modified stm32 timer_start cant set  HWTIMER_MODE_PERIOD mode
2019-09-04 08:03:28 +08:00
Bernard Xiong 9573b6c013
Merge pull request #3023 from a1012112796/writing_zzc_add_bsp_robomaster_a
新增stm32f427-RoboMaster-a板 BSP包
2019-09-03 22:26:37 +08:00
xiaofan 65afdf050a STM32 Ethernet driver: Add DP83848C support
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:53 +08:00
xiaofan 7676b5e69b Optimize STM32 Ethernet Drvier
1. Add phy_linkchange function to simplify eth_phy_isr and phy_monitor_thread_entry
2. phy_speed is uint8_t may case some problems, use enumeration instead of hardware-dependent values
3. Fix eth_phy_isr can not detect link up
4. Use macro to check phy status for flexibility

Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:09 +08:00
xiaofan 37fe581be4 Fix STM32 Ethernet Driver Spelling Mistake
Rename PHY_INTERRUPT_MSAK_REG to PHY_INTERRUPT_MASK_REG

Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:50:45 +08:00
a1012112796 c14bb274dc 纠正 新增stm32f427-robomaster-a板BSP包编写错误
更改stm32f427-robomaster-a板BSP包board.png图片
2019-09-03 18:28:55 +08:00
tyustli 51d1ec80a4 fix docs link err 2019-09-03 11:41:22 +08:00
赵智超 b77a1fdea1 stm32f427-RoboMaster-a板 BSP包提交,完成基本要求 2019-09-01 15:59:10 +08:00
tyustli 60aa0e6f1e [bsp] [stm32] fix stm32l452 Kconfig error 2019-08-31 13:26:55 +08:00
tangweikang 0f74ee7e20 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into drv_encoder
# Conflicts:
#	components/drivers/misc/encoder.c
2019-08-30 16:11:46 +08:00
tangweikang b76d3dac8a [components][drivers] change name: encoder -> pulse_encoder 2019-08-30 15:58:52 +08:00
Willian Chan 63e5257a06 [bsp][stm32][stm32l475-atk-pandora]Fix the indentation issue.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 16:49:42 +08:00
Willian Chan 35b03ed139 [bsp][stm32][stm32l475-atk-pandora]Modify README.md
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 13:53:55 +08:00
Willian Chan f4a96bb13b [bsp][stm32][stm32l475-atk-pandora]Add lcd driver codes
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 13:46:37 +08:00
Willian Chan 48b4385c01 [bsp][stm32][stm32l475-atk-pandora]Add lcd driver and fix compilation report error on spi_config.h
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 12:03:11 +08:00
Bernard Xiong 9a6e47bcc6
Merge pull request #3012 from tyustli/imxrt-docs
[bsp] [imxrt] rename docs imxrt -> i.MX RT
2019-08-27 18:26:30 +08:00
tyustli 3730df2411 1、[bsp] [imxrt] rename docs imxrt -> i.MX RT
2、[bsp] [stm32] fix drv_can assert bug
2019-08-27 15:35:58 +08:00
armink 8369472fdb [bsp/stm32/stm32f103-yf-ufun] Add eclipse project. 2019-08-27 11:01:22 +08:00
armink fd39d5c92a [bsp/stm32/stm32f411-st-nucleo] add eclipse support. 2019-08-27 10:51:51 +08:00
tangweikang 05b1dff094 [bsp][stm32] add drv_encoder.c to stm32f103-atk-warshipv3 2019-08-27 09:31:41 +08:00
Bernard Xiong f87dd2e7c4
Merge pull request #2998 from tyustli/can
[bsp] [stm32] fix drv_can.c and can.c bug
2019-08-24 13:50:15 +08:00
tyustli 363c9b1460 [bsp] [stm32] fix drv_can.c and can.c bug 2019-08-23 20:40:09 +08:00
tangweikang 94d7bdd010 [bsp][stm32] add drv_encoder.c to stm32f407-atk-explorer 2019-08-23 16:50:59 +08:00
tangweikang 1d4139ab53 [bsp][stm32] add drv_encoder.c 2019-08-23 14:08:02 +08:00
Willian Chan aba81f65f4 [bsp][stm32][stm32f103-dofly-M3S]Add spi sdcard port code
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-23 11:40:59 +08:00
yexinfu 0c1a12afd8 修复stm32 timer_start函数不能设置HWTIMER_MODE_PERIOD模式
修复timer_start函数注释:将TIM2改为TIM更合理
2019-08-23 07:45:45 +08:00
Bernard Xiong 61f151f463
Merge pull request #2981 from LaoYeNing/rtt-branch
[stm32][driver_eth] 修复开启自动协商时出错的 bug
2019-08-22 17:31:24 +08:00
tyustli c4d0c91502 [bsp] [stm32] fix drv_flash_l4.c bug 2019-08-21 18:39:14 +08:00
Bernard Xiong ccf80cc2f3
Merge pull request #2953 from wuhanstudio/pwm-clock-enable
[stm32][driver] pwm enable clock
2019-08-19 16:47:19 +08:00
Bernard Xiong 38209e2652
Merge pull request #2968 from tyustli/driver-can
[bsp] [stm32] fix drv_can.c
2019-08-19 16:39:06 +08:00
tyustli c81eebcd5d [bsp] [stm32] fix drv_can.c 2019-08-16 12:14:30 +08:00
Wu Han 2e90a7e5b2 [stm32][driver] switch HAL_TIM_PWM_Init with HAL_TIM_Base_Init for new CubeMX 2019-08-15 13:38:44 +08:00
Wu Han a1a7621b87 [bsp][stm32][stm32f103-yf-ufun] add pwm CubeMX config 2019-08-15 11:37:10 +08:00
Wu Han 6a1e12f178 [stm32][driver] pwm enable clock 2019-08-15 11:21:14 +08:00
laoyening cdb70c696e 1、修复因LAN8720A重启无效而导致无法进行自动协商,引起网卡初始化失败。
2、LWIP-1.4.1中tcp协议栈的初始化顺序有误,导致使用netdev组件时,网卡无法正常注册,该问题之前在LWIP-2.0.2和LWIP-2.1.0已经修复。
2019-08-15 10:37:58 +08:00
Wu Han b5fdb36b6f [bsp][stm32][stm32f103-yf-ufun] update readme 2019-08-15 10:23:06 +08:00
Wu Han 487532dc9c [bsp][stm32][stm32f103-yf-ufun] add pwm config 2019-08-15 10:15:06 +08:00
laoyening cf4f42ea19 在没插好网线,开发板就上电时,以太网硬件初始化返回失败,导致下一步的以外网DMA环结构和以太网中断都没有被初始化好。等到网线被插好之后,以太网接收数据线程堆栈溢出,程序发生奔溃。 2019-08-12 17:47:52 +08:00
Bernard Xiong 532ad16b7b
Merge pull request #2933 from murphyzhao/fix-pwm-usagefault
[bsp][stm32] fix drv_pwm.c device register usagefault
2019-08-08 11:17:54 +08:00
Bernard Xiong 7261c7460c
Merge pull request #2934 from yangjie11/test_uart
[bsp][stm32]修改stm32 bsp 制作教程中 link.icf 图片的错误信息
2019-08-08 11:17:09 +08:00
Bernard Xiong 33e774358f
Merge pull request #2935 from ErnestChen1/master
[bsp][stm32][stm32f429-atk-apollo][audio]add f429 audio driver
2019-08-08 11:12:53 +08:00
Ernest 45fe517da5 [bsp][stm32][stm32f429-atk-apollo][audio]add f429 audio driver 2019-08-08 09:54:05 +08:00
Bernard Xiong 48afe9318a
Merge pull request #2930 from murphyzhao/fix-assert
[bsp][stm32] fix RT_ASSERT location error
2019-08-08 08:37:49 +08:00
yangjie 17fa3d538c [bsp][stm32]修改stm32 bsp 制作教程中 link.icf 图片的错误信息 2019-08-07 14:46:33 +08:00
MurphyZhao e3a0773520 [bsp][stm32] fix drv_pwm.c device register usefault
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:30:15 +08:00
MurphyZhao 1f842df9ce [bsp][stm32] remove C99 feature
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:24:09 +08:00
EvalZero baac77c8c2 [bsp][qemu-vexpress-a9][stm32l475-atk-pandora]add audio driver copyright file header. 2019-08-07 14:03:18 +08:00
MurphyZhao 891823521a [bsp][stm32] fix RT_ASSERT location error
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-06 18:00:57 +08:00
EvalZero 4e8278fa7e [bsp][stm32][stm32l475-atk-pandora]add stm32l475-atk-pandora audio device drivers. 2019-08-06 16:52:52 +08:00
armink 2150439a73 [bsp/stm32] Update the eclipse project. 2019-08-03 15:56:18 +08:00
tyustli a08f767a42 fix 429 uart2/3 hardware init and add can1 2019-08-02 10:42:37 +08:00
Wu Han 2f95667af1 [bsp][stm32f103-yf-ufun] Add SDIO support 2019-07-30 21:41:10 +08:00
Bernard Xiong ba084c5b5b
Merge pull request #2907 from yangjie11/stm32Kconfig
[bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板
2019-07-30 13:11:03 +08:00
Chinese66 6f7749bb07 添加f1的usbd驱动 2019-07-29 21:37:35 +08:00
yangjie 011f62a53a [bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板 2019-07-29 14:02:24 +08:00
yangjie 30491ddd73 [bsp][stm32]修改drv_spi.c中的tab为空格 2019-07-27 18:11:46 +08:00
yangjie 66abaa3818 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma 2019-07-27 18:08:11 +08:00
tyustli 2cb74f92fb add stm32 l475 pwm2 channel3、4 driver 2019-07-26 11:08:58 +08:00
Bernard Xiong be88330f86
Merge pull request #2884 from balanceTWK/master_wdt
[update][bsp][stm32] drv_wdt.c
2019-07-26 05:59:09 +08:00
yangjie 31197c891d [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c
[bsp][stm32/libraries]修改各个系列下的sconscript文件,默认添加 stm32xxxx_hal_gpio.c
2019-07-24 15:22:41 +08:00
yangjie 584cabe035 [bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错 2019-07-23 19:20:19 +08:00
yangjie c794ac0255 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma 2019-07-23 11:00:49 +08:00
tangweikang a509186e97 [update][bsp][stm32] drv_wdt.c 2019-07-22 09:15:25 +08:00
yangjie 85ab390750 [bsp][stm32f091]mian函数添加LED指示灯闪烁 2019-07-19 15:03:12 +08:00
yangjie cca033fd6f [bsp][stm32f091]CubeMX使能SPI1,修复直接在env中打开SPI1外设报错 2019-07-19 15:02:17 +08:00
yangjie 35cd668cf7 [bsp][stm32/libraries/HAL_Drivers] F0 系列支持SPI,并修复DMA中断函数重复定义 2019-07-19 14:59:21 +08:00
Ernest 9058fb2684 [bsp][stm32][kconfig] rename quote kconfig 2019-07-18 11:48:10 +08:00
Ernest b4afc7748d [bsp][stm32][unite] input format by bytes 2019-07-18 10:28:14 +08:00
Ernest 7b7443bb7b [bsp][stm32][prefect] avoid a bug from HAL 2019-07-18 10:28:13 +08:00
Ernest 3211ae2c16 [bsp][stm32][prefect] crypto configure and solve a problem 2019-07-18 10:28:13 +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
Ernest 2aaa7d066d [drivers][crypto]add device CRC/RNG 2019-07-18 10:26:31 +08:00
Bernard Xiong 8f4b4bdbcd
Merge pull request #2857 from whj4674672/master
[bsp][stm32h743-atk-apollo] add iwg
2019-07-17 21:10:22 +08:00
Wu Han a9c46656a2 [bsp][stm32f103-mini-system] Add SWD debug support 2019-07-15 22:43:52 +08:00
whj4674672 aeecc1b6aa [bsp][stm32h743-atk-apollo] add iwg 2019-07-14 16:36:13 +08:00
Bernard Xiong fe556e6332
Merge pull request #2847 from balanceTWK/master_wdt
[bsp][stm32] update drv_wdt.c
2019-07-12 19:03:52 +08:00
tangweikang 7cca808705 [bsp][stm32] update drv_wdt.c 2019-07-12 15:50:01 +08:00
Ernest 333f423a20 [bsp][stm32][update]RT_USING_SMALL_MEM 2019-07-10 11:55:57 +08:00
Ernest 61c94a3a31 [bsp][stm32][add] stm32f0xx_hal_crc_ex.c for avoiding crc error 2019-07-10 11:51:21 +08:00
Bernard Xiong 0714dffc46
Merge pull request #2821 from willianchanlovegithub/dofly
[bsp][stm32][f103-dofly-m3s]Add support for nRF24L01 extension module
2019-07-05 17:29:49 +08:00
mulan 611886e709
Update tim_config.h 2019-07-04 12:50:44 +08:00
Bernard Xiong c578016f92
Merge pull request #2822 from willianchanlovegithub/PANDORA
[bsp][stm32][l475-atk-pandora]Add support for nRF24L01 extension module
2019-07-03 09:16:09 +08:00
Willian Chan 0f849fa0ba Fix Kconfig
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-30 10:14:46 +08:00
Willian Chan 96468b5d0e Revert Kconfig
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-30 10:10:18 +08:00
Willian Chan c55f788077 [bsp][stm32][l475-atk-pandora]Modify README.md
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-29 18:45:17 +08:00
Willian Chan 639f46363f [bsp][stm32][l475-atk-pandora]Add support for nRF24L01 extension module 2019-06-29 18:39:59 +08:00
Willian Chan a3c84f50ce [bsp][stm32][f103-dofly-m3s]Modify README.md 2019-06-29 18:31:55 +08:00
Willian Chan 130d330300 [bsp][stm32][f103-dofly-m3s]Add support for nRF24L01 extension module
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-29 18:24:28 +08:00
SummerGift b9a7563668 【修改】更新 F4 系列固件库到 1.24.1 版本 2019-06-29 10:47:13 +08:00
Bernard Xiong 5db17e543c
Merge pull request #2805 from ylz0923/can_pr
[bsp][stm32][libraries][HAL_Drivers] update drv_can.c
2019-06-28 16:06:47 +08:00
杨连钊 b1f4e192ad [drv_can.c]fix 3 warings 2019-06-28 10:57:37 +08:00
Bernard Xiong 0412fec56e
Merge pull request #2815 from luhuadong/develop
stm32f767-st-nucleo BSP 添加以太网驱动支持
2019-06-28 09:15:59 +08:00
luhuadong 97d8f14aeb 调整缩进 2019-06-27 17:14:03 +08:00
Bernard Xiong cc2d54ff9f
Merge pull request #2781 from jinsheng20/Timer
增加基础定时器驱动
2019-06-27 15:47:17 +08:00
luhuadong 72fd4f0427 stm32f767-st-nucleo BSP 添加以太网驱动支持 2019-06-27 15:21:17 +08:00
Bernard Xiong ef6a4aee91
Merge pull request #2812 from lymzzyh/stm32simulator
[bsp][stm32] fix mdk simulator
2019-06-26 18:34:29 +08:00
ZYH 8fd800fea3 [bsp][stm32] fix mdk simulator 2019-06-26 14:32:30 +08:00
balanceTWK 2460efabaf [bsp][stm32] drv_wdt.c | 完善日志输出 2019-06-25 22:18:26 +08:00
tangweikang fae9518185 [bsp][stm32] drv_wdt.c | 完善 stm32 看门狗驱动 2019-06-25 20:26:35 +08:00
杨连钊 9e74077928 [bsp][stm32][libraries][HAL_Drivers] update drv_can.c
adapt to new HAL_lib
2019-06-24 13:06:26 +08:00
Bernard Xiong c574c49b2f
Merge pull request #2800 from misonyo/rttdev
[bsp/stm32]add stm32f2xx template
2019-06-21 14:47:12 +08:00
Bernard Xiong efab8a25c3
Merge pull request #2797 from armink/fix_eclipse
Fix eclipse
2019-06-19 12:04:52 +08:00
armink c180c1865f [bsp/stm32/stm32l475-atk-pandora] Add eclipse project. 2019-06-19 10:44:48 +08:00
Bernard Xiong d855d381ae
Merge pull request #2791 from balanceTWK/gpio_pr
[bsp][stm32] fix drv_gpio.c 直接将特殊引脚删除,不再作为 pin 设备
2019-06-19 10:01:42 +08:00
armink b4bf6e7652 [bsp/stm32/stm32f767-atk-apollo] Add eclipse project. 2019-06-19 09:14:03 +08:00
armink 7090503f58 [bsp/stm32/stm32f429-fire-challenger] Add eclipse project. 2019-06-19 09:13:33 +08:00
armink 7c41df1157 [bsp/stm32/stm32f429-atk-apollo] Add eclipse project. 2019-06-19 09:13:12 +08:00
armink 71eb4b6022 [bsp/stm32/stm32f407-atk-explorer] Add eclipse project. 2019-06-19 09:12:50 +08:00
armink e4e3c18fce [bsp/stm32/stm32f401-st-nucleo] Add eclipse project. 2019-06-19 09:12:11 +08:00
tangweikang eef4afe9fb [update][bsp][stm32] drv_gpio.c 2019-06-19 08:46:09 +08:00
misonyo aae6274ef1 [bsp/stm32]add stm32f2xx template 2019-06-18 18:26:49 +08:00
tangweikang de4336420a [update] drv_gpio.c 2019-06-18 16:34:21 +08:00
tangweikang c4c58a0ead [add] stm32 SDIO_MAX_FREQ option.If not defined, the default minimum value is 1000000 . 2019-06-18 16:14:21 +08:00
jinsheng f94ffe28e1 增加基础定时器驱动 2019-06-17 09:53:19 +08:00
zhangjun1996 c4b527a738 Merge branch 'master' of https://github.com/rt-thread/rt-thread 2019-06-17 02:48:01 +08:00
zhangjun1996 778199f876 如果开启了RT_CAN_USING_HDR,则提示该驱动不支持硬件过滤器,请取消RT_CAN_USING_HDR。 2019-06-17 02:46:36 +08:00
Bernard Xiong a6a01da3be
Merge pull request #2779 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Fix the BUG of SD card hot plug detection
2019-06-15 18:13:30 +08:00
zhangjun1996 3e7580dc7d 重新配置CAN之前,关闭CAN,配置完再打开。 2019-06-15 18:08:00 +08:00
zhangjun1996 2fc56f4ff4 头文件缩进 2019-06-15 14:05:28 +08:00
zhangjun1996 537c2376f9 1,修复由于stm32系列的hal库升级导致stm32f1和stm32f4平台的can驱动编译错误
2,关闭components/drivers/Kconfig中默认打开的can硬件滤波器选项
3,为了让can波特率设置匹配stm32f429的时钟,给stm32f429增加波特率表
4,以上修复在stm32f103-fire-arbitrary,stm32f407-atk-explorer,stm32f429-atk-apollo三个bsp中测试通过
2019-06-15 11:52:11 +08:00
Willian Chan 6e7baa7fd5 [bsp][stm32][f469-disco]Fix the BUG of SD card hot plug detection
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-15 09:52:54 +08:00
Bernard Xiong 0d717a48d3
Merge pull request #2760 from HubertXie/master
[bsp][stm32]修复RTC选用LSI时不工作问题
2019-06-13 22:52:11 +08:00
lhxzui 2b710c0aec 1. Add bsp stm32f103-gizwits-gokitv21.
2. Solve display error code in README opened in markdown mode.
2019-06-13 15:34:03 +08:00
Bernard Xiong 191cea14c2
Merge pull request #2770 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add SD card hot plug detection
2019-06-12 16:40:34 +08:00
Willian Chan d4ad48d893 [bsp][stm32][f469-disco]Add "static" to some APIs.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 15:03:08 +08:00
Willian Chan 14c5926ff7 [bsp][stm32][f469-disco]Change some API's name
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 14:12:58 +08:00
Willian Chan 33febada5c [bsp][stm32][f469-disco]Add SD card hot plug detection
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-06-12 09:52:01 +08:00
Bernard Xiong bcf77abad6
Merge pull request #2762 from SummerGGift/phy_check
[stm32][driver] Fix the problems of PHY status examination mentioned in issue #2756
2019-06-12 06:27:46 +08:00
SummerGift 6a9fb353f7 【修改】HAL_ETH_RxCpltCallback 提示等级由 error 修改为 info,因为这是一个非致命的问题 2019-06-10 17:53:49 +08:00
SummerGift 680e3ff70d 【优化】PHY 状态检测流程 2019-06-10 17:49:29 +08:00
SummerGift 7f710f9eab 【修改】changelog for PHY state detection process 2019-06-10 17:30:05 +08:00
SummerGift 44e70b3c0d 【完善】PHY 状态检测驱动 2019-06-10 17:24:00 +08:00
我夏了夏天 08c67d0a71
【修复】恢复更新 F1 HAL 库错误删除的代码 2019-06-10 16:50:21 +08:00
SummerGift 4ee460f71b 【更新】f1 系列 HAL 库到 1.1.3 版本,主要更新了 can 相关驱动 2019-06-10 16:00:25 +08:00
SummerGift 7312dd693a 【更新】HAL CMSIS 到 4.3.0 版本 2019-06-10 15:56:24 +08:00
SummerGift 8710b1fd06 【修复】PHY 状态查询过程中的 bug 2019-06-10 15:07:45 +08:00
HubretXie 56a65431dc
Update drv_rtc.c
rtc选用lsi时不工作
2019-06-09 13:56:44 +08:00
lhxzui 8e5776b013 1. Add bsp stm32l452-st-nucleo.
2. Bsp stm32l452-st-nucleo has been tested with NUCLEO-L452RE board.
3. Modify the applications SConscript of bsp stm32f103-yf-ufun, using new method.
4. Modify README of bsp stm32f072-st-nucleo.
2019-06-08 13:12:34 +08:00
Bernard Xiong 4bb7dc9f4b
Merge pull request #2744 from lhxzui/lhxzui_rtt
1. Add bsp stm32f072-st-nucleo
2019-06-08 10:23:11 +08:00
Bernard Xiong 7cbdf9e4a9
Update SConscript 2019-06-06 07:43:17 +08:00
whj4674672 0ef18239e0 [bsp][stm32h743-atk-apollo]add rtc 2019-06-05 14:25:15 +08:00
lhxzui 4bf3a83f47 1. Add bsp stm32f072-st-nucleo 2019-05-30 18:00:03 +08:00
Bernard Xiong d363b72095
Merge pull request #2732 from SummerGGift/modify_stack_size
[bsp][stm32] 修改一些 bsp 的 shell 线程栈大小为 4096
2019-05-29 18:07:28 +08:00
Bernard Xiong c45f2f4cbc
Merge pull request #2735 from Guozhanxin/master
为潘多拉添加 usb device 支持
2019-05-29 17:33:15 +08:00
armink 1b0a2914b0 [bsp][stm32][stm32f103-dofly-M3S] Add for eclipse project support. 2019-05-29 13:39:17 +08:00
guozhanxin 7d17f78a41 [bsp/stm32/pandora] 添加 usb device 支持 | Add usb device support. 2019-05-29 11:53:39 +08:00
guozhanxin 3a5a2ff5a3 [bsp][stm32] Add usb configuration for L4 series 2019-05-29 11:38:37 +08:00
SummerGift 96f0085f45 【修改】shell 线程栈默认大小为 4096 2019-05-29 09:59:27 +08:00
SummerGift d78c574629 【修改】407-atk-explorer bsp 的 shell 默认栈大小为 4096 2019-05-29 09:52:23 +08:00
HubretXie 524f78a2dd
Update Kconfig 2019-05-28 21:27:53 +08:00
HubretXie d9e215265a
[BSP][STM32] 增加RT_USING_CPU_FFS配置选项
kconfig中增加RT_USING_CPU_FFS配置选项,并且默认开启
2019-05-27 22:50:52 +08:00
Bernard Xiong 13d79c2b16
Merge pull request #2715 from lhxzui/lhxzui_rtt
1.add bsp stm32f103-ufun.
2019-05-27 12:13:48 +08:00
Bernard Xiong 7ca0ce2627
Merge pull request #2717 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Separation of MIPI-LTCDC and LCD Configuration
2019-05-26 00:53:24 +08:00
lhxzui dae875593f 1.修改stm32f103-ufun为stm32f103-yf-ufun和其readme。 2019-05-25 14:32:43 +08:00
Bernard Xiong 10b8338a6c
Merge pull request #2718 from whj4674672/master
[stm32][stm32h7]修复H7 spi依赖文件路径错误的BUG
2019-05-25 07:28:03 +08:00
SummerGift 9e26010948 【修复】由于添加串口 DMA 发送对串口 DMA 接收配置造成的影响 2019-05-24 20:53:43 +08:00
Willian Chan 5707e84a82 Fix comment random code
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-05-24 19:25:00 +08:00
whj4674672 d82c90dc9a [stm32][stm32h7]修复H7 spi依赖文件路径错误的BUG 2019-05-24 18:08:44 +08:00
Willian Chan 90e2954724 分离MIPI-LTDC和LCD配置
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-05-24 11:48:17 +08:00
Bernard Xiong e8a10c4df0
Merge pull request #2645 from zhouchuanfu/stm32_uart_tx_dma
[bsp][stm32] 增加uart的DMA发送功能
2019-05-23 23:20:40 +08:00
lhxzui f857e8b21c 1.add bsp stm32f103-ufun. 2019-05-23 18:33:24 +08:00
Bernard Xiong 9ac9b94351
Merge pull request #2705 from MoonwalkerLee/master
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
2019-05-22 18:37:20 +08:00
周传福 d548215a3b
Update drv_usart.c 2019-05-22 14:53:49 +08:00
周传福 1e10891f37
Update drv_usart.c
修复dma_config里面rcc的bug。
2019-05-22 09:48:13 +08:00
SummerGift 4a65d1987f 【修复】F746 bsp 的 dist 功能 2019-05-22 08:24:03 +08:00
Vincent Wang 08580b71db [bsp][stm32l432-st-nucleo] fix link.icf rom size 2019-05-21 22:19:39 +08:00
lizhen9880 d88afc3985
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
STM32H7系列与STM32F系列时钟架构不同
STM32F系列systick时钟源来自HCLK
STM32H7系列systick时钟源来自SystemCoreClock
因此增加SOC_SERIES_STM32H7作为编译条件
2019-05-21 17:26:34 +08:00
Bernard Xiong a1898156bf
Merge pull request #2704 from Guozhanxin/iot_board
[bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题
2019-05-20 20:37:19 +08:00
guozhanxin 501d894cfd [bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题 2019-05-20 18:28:43 +08:00
周传福 56e83fe735
Update drv_usart.c 2019-05-20 10:44:08 +08:00
周传福 893bb72907
Update drv_usart.c 2019-05-20 10:21:00 +08:00
周传福 030b365333
Update drv_usart.c 2019-05-20 09:47:36 +08:00
周传福 81ff374aed
Update drv_usart.c 2019-05-19 22:26:56 +08:00
周传福 24f38acf52
Merge branch 'master' into stm32_uart_tx_dma 2019-05-19 14:37:34 +08:00
Bernard Xiong c8efc0032d
Merge pull request #2644 from zhouchuanfu/stm32_uart
[bsp][stm32] 增加uart的dma半中断接收方式。
2019-05-18 14:57:19 +08:00
周传福 6ebb2c75d9
Update drv_usart.c
添加部分空行
2019-05-17 23:23:14 +08:00
周传福 77daf413be
Update drv_usart.c
添加函数说明
2019-05-16 12:37:25 +08:00
周传福 9329b62bef
Merge branch 'master' into stm32_uart_tx_dma 2019-05-16 12:22:53 +08:00
SummerGift f23b278d62 【修复】f0 f1 f4 f7 系列 flash 擦除函数返回值与 fal 接口不匹配的问题 2019-05-16 10:24:53 +08:00
SummerGift 6309492ec5 【修改】PHY 检测相关处理 2019-05-15 15:45:48 +08:00
SummerGift 76431f6b00 Merge remote-tracking branch 'remotes/origin/master' into master_lab 2019-05-13 14:28:56 +08:00
Bernard Xiong a05823b52c
Merge pull request #2671 from yangjie11/yj_fix_branch
[bsp][stm32/stm32l475-atk-pandora]添加 sensor 框架下 aht10 的支持
2019-05-10 18:36:50 +08:00
yangjie 9c246173c6 [bsp][stm32/stm32l475-atk-pandora]添加 sensor 框架下 aht10 的支持 2019-05-10 17:15:08 +08:00
Bernard Xiong 9eef644169
Merge pull request #2662 from SummerGGift/master_spi_flash
[bsp][stm32][atk-f767] 修改 QSPI FLASH 名称以及设备初始化顺序
2019-05-10 09:30:50 +08:00
Bernard Xiong 1dd364b45a
Merge pull request #2666 from Zero-Free/pm_dev
[pm]add pm example and support for stm32l475-atk-pandora
2019-05-10 09:30:21 +08:00
EvalZero 598f2d360b [bsp][stm32l475-atk-pandora]adapt new pm interface for stm32l475-atk-pandora. 2019-05-09 20:57:31 +08:00
guozhanxin 0d2be12594 [bsp][stm32]去除 drv_eth.c 和 lwip 的依赖关系。 2019-05-09 17:06:19 +08:00
SummerGift d8b1c7d067 【修改】:QSPI FLASH 的名称实际为 W25Q256,并修改 QSPI FLASH 的初始化顺序为 device 2019-05-09 11:13:51 +08:00
Bernard Xiong fa2d77ac72
Merge pull request #2660 from Guozhanxin/iot_board
[bsp][stm32][pandora] 添加 icm20608 及 flash 文件系统支持.
2019-05-09 09:49:36 +08:00
Bernard Xiong d0b686ed3c
Merge pull request #2653 from Zero-Free/pm_dev
改进低功耗组件
2019-05-09 09:42:19 +08:00
guozhanxin a2048b6c76 [bsp][stm32][pandora] 添加 icm20608 及 flash 文件系统支持. 2019-05-08 17:03:56 +08:00
SummerGift 960451695b 【修改】 网卡驱动的初始化应当在 lwip 初始化之后以及应用调用网络接口之前,因此修改初始化等级为 device 是比较合适的。 2019-05-08 10:43:25 +08:00
EvalZero d51e0783ba [components][pm]fix some issues with low power components 2019-05-07 21:03:48 +08:00
EvalZero 943c5ccc66 [bsp][stm32l476-st-nucleo]add low power feature support for stm32l476-st-nucleo 2019-05-06 19:56:01 +08:00
yangjie f22753aa5b [bsp/stm32][templates]support AC6 for stm32 bsp templates. 2019-05-06 10:34:38 +08:00
yangjie d7832ef8c9 [bsp/stm32][board.h]support AC6 for stm32 bsp. 2019-05-06 10:20:58 +08:00
zhouchuanfu b844496ac9 增加F1系列的uart的dma支持。 2019-05-04 18:44:36 +08:00
zhouchuanfu d52a412f4c 增加串口DMA发送功能 2019-05-03 20:52:31 +08:00
zhouchuanfu 18d24cfd8d 增加uart的dma半中断接收方式,用来解决连续一次性接收大于dma缓存的数据而不会丢失数据。 2019-05-03 18:16:16 +08:00
Bernard Xiong 4691f335da
Merge pull request #2636 from willianchanlovegithub/dofly
[bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
2019-04-30 18:54:00 +08:00
Bernard Xiong 514be9cc47
Merge pull request #2348 from Shuobatian/shuobatian_hwtimer
fix drv_timer.c  stm32f7 TIM14 Interrupt
2019-04-30 08:42:13 +08:00
Willian Chan ee33d475d1 [bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-29 16:02:45 +08:00
Bernard Xiong 3ae69adf9e
Merge pull request #2610 from jhbdream/stm32l4r9-bsp
add bsp for stm32l4r9
2019-04-29 13:50:00 +08:00
jhb 850b1e8b6c Modify the indentation format
because github set tab as eight
2019-04-29 12:42:20 +08:00
jhb 642aaa9496 Modify the indentation format 2019-04-29 11:57:20 +08:00
Bernard Xiong 8684f1662b
Merge pull request #2623 from willianchanlovegithub/stm32fxxx_hal
[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
2019-04-27 09:51:47 +08:00
Willian Chan 4f631d780e [bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-27 09:32:40 +08:00
WillianChan 631d547c32 [bsp[stm32][f103-dofly-m3s]Add sdcard drivers
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2019-04-26 23:08:32 +08:00
Bernard Xiong 9f1ceb4fe8
Merge pull request #2619 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add sdcard drivers
2019-04-26 15:52:42 +08:00
Willian Chan c702e1289d [bsp][stm32][f469-disco]Add sdcard driver
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-26 14:55:48 +08:00
yangjie 02c7158c1a Merge branch 'master' of https://github.com/RT-Thread/rt-thread into yj_fix_branch 2019-04-24 19:06:40 +08:00
yangjie d910839880 [bsp][stm32]modify stm32l4xx template,preventing conflict with the linker files 2019-04-24 19:05:14 +08:00
jhb 70cbbcb59a fix format 2019-04-24 09:59:06 +08:00
jhb 1cbcf9be44 fix format 2019-04-24 09:56:18 +08:00
jhb 74137a31a2 fix format 2019-04-24 09:51:44 +08:00
jhb 93f810fdb3 add dsi lcd driver for stm32l4r9-st-eval board
add touch driver for stm32l4r9-st-eval board
add sram driver for stm32l4r9-st-eval board
fix [HAL_Drivers/drv_gpio.c] for L4 serials about VDDIO2 enable
fix [HAL_Drivers/SConscript] for can not auto remove [soft_iic.c] file when not define BSP_USING_IICx
2019-04-24 09:35:06 +08:00
Bernard Xiong 54faef99f6
Merge pull request #2604 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add touch drivers
2019-04-23 22:14:42 +08:00
Bernard Xiong 78f21eb628
Merge pull request #2606 from yangjie11/yj_fix_branch
[bsp][stm32]support PWM1
2019-04-23 21:36:55 +08:00
Bernard Xiong a706957beb
Merge pull request #2605 from willianchanlovegithub/HAL_Drivers
[bsp][stm32[HAL_Drivers]Fix GPIO serial number disorder
2019-04-23 20:49:15 +08:00
Willian Chan 91c342d54d [bsp][stm32][f469-disco]Fix license issue.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:52:31 +08:00
Willian Chan 9cd099c33c [bsp][stm32][f469-disco]Add touch drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:40:21 +08:00
yangjie11 e0345397f8
Update drv_pwm.c 2019-04-23 19:36:28 +08:00
yangjie e2ff6d3763 [bsp][stm32/stm32l475-atk-pandora]add PWM1 to pandora 2019-04-23 19:22:00 +08:00
yangjie e92a4263b4 [bsp][stm32/libraries]support PWM1 2019-04-23 19:17:21 +08:00
Willian Chan 4c7d841046 [bsp][stm32[HAL_Drivers]Fix GPIO serial number disorder
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 18:27:05 +08:00
Bernard Xiong b2f39ab81c
Merge pull request #2599 from willianchanlovegithub/F429-FIRE
[BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
2019-04-22 19:25:55 +08:00
Bernard Xiong 987ef23c22
Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL
【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
2019-04-22 19:25:34 +08:00
Bernard Xiong b4028cf1a8
Merge pull request #2597 from willianchanlovegithub/469
[BSP][STM32][F469-DISCO]Add lcd drivers
2019-04-22 19:25:14 +08:00
Willian Chan 2e437fa4ea [BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:21:41 +08:00
misonyo 6a79f72447 [bsp/stm32]update stm32 readme 2019-04-22 16:19:16 +08:00
Willian Chan c74e43fc04 【修改】为了适配F469-DISCO的LCD驱动,增加使用“BSP_USING_LTDC”时所引用的库函数文件
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:15:35 +08:00
Willian Chan 07ec9ec64c [BSP][STM32][F469-DISCO]Add lcd drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:04:26 +08:00
misonyo 6fe5d13ea1 [travis]add new bsp and fix ci build error 2019-04-22 11:08:16 +08:00
杨连钊 e641798633
Update drv_wdt.c 2019-04-18 22:17:24 +08:00
Bernard Xiong 10ec398472
Merge pull request #2586 from Guozhanxin/f411
[bsp][stm32]fix the error when open uart6 alonely!
2019-04-17 23:49:35 +08:00
Bernard Xiong 3cedbd5d0a
Merge pull request #2582 from SummerGGift/patch-3
[bsp][stm32] Modify error message
2019-04-17 22:00:17 +08:00
guozhanxin cd41b993a7 [bsp][stm32]fix the error when open uart6 alonely! 2019-04-17 11:32:07 +08:00
SummerGift c8fff14107
【修改】:错误提示信息 2019-04-16 18:05:40 +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
Bernard Xiong 54316fa060
Merge pull request #2575 from greedyhao/stm32-f103-mini
[bsp][stm32] 修复stm32f103-mini-system脚本错误
2019-04-14 15:30:45 +08:00
Hao Zhu 2fa4fa2c8a [bsp][stm32] 修复stm32f103-mini-system脚本错误
menuconfig运行报错,少了两个endif
2019-04-14 14:20:07 +08:00
Bernard Xiong fcd2f73b3e
Merge pull request #2571 from willianchanlovegithub/469
[bsp][stm32][469]修复编译错误。
2019-04-13 10:48:50 +08:00
Willian Chan d8bbf27d3c [bsp][stm32][469]修复编译错误。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-12 15:25:26 +08:00
armink fa4d4ab7cf Update all of debug log definition to DBG_TAG and DBG_LVL. 2019-04-12 10:18:57 +08:00
ZYH 836ecef614 resubmit [BSP][STM32][469-DISCO]Add flash sdram usb drivers 2019-04-11 11:21:41 +08:00
ZYH d212787bbb [BSP][STM32][469-DISCO]Add flash sdram usb drivers 2019-04-11 10:27:49 +08:00
Bernard Xiong 2a41e3257f
Merge pull request #2558 from willianchanlovegithub/dofly
【增加】stm32f103-dofly-M3S开发板的BSP
2019-04-10 23:44:07 +08:00
Bernard Xiong 93b418f703
Merge pull request #2559 from willianchanlovegithub/469
【增加】stm32f469-st-disco开发板的BSP
2019-04-10 23:34:43 +08:00
Bernard Xiong e20aa16b9f
Update SConscript 2019-04-10 21:49:55 +08:00
Bernard Xiong bee289a63e
Update SConscript 2019-04-10 21:46:21 +08:00
Bernard Xiong d0744fcc28
Merge pull request #2563 from lymzzyh/stm32
[BSP][STM32] 对F4系列增加USB驱动支持和QSPI驱动支持
2019-04-10 21:40:41 +08:00
ZYH 8f93eb4a0f [BSP][STM32]Add usb device fs for stm32f4 2019-04-10 15:30:41 +08:00
ZYH 14558ce8cf [BSP][STM32]Add qspi for stm32f4 2019-04-10 15:27:01 +08:00
Willian Chan 9bf8d1d119 【修改】README.md文件及rtconfig.py文件相关配置。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 12:04:14 +08:00
Willian Chan 5d09122b6b 【修改】Kconfig配置文件以及README.md。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 11:08:57 +08:00
Willian Chan d8e004fb04 【修改】Kconfig配置,与README.md保持一致。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 10:48:23 +08:00
jhb 4217aa99d5 修改RAM信息相关内容 2019-04-09 21:30:37 +08:00
jhb e86386c948 修改 2019-04-09 20:30:24 +08:00
jhb 66e2a24cd7 1】修改bsp目录名称
2】修改其他
2019-04-09 19:56:54 +08:00
Willian Chan b3d7073fff 【增加】stm32f469-st-disco开发板的BSP
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:52:21 +08:00
Willian Chan 7af98b5f17 【增加】stm32f103-dofly-M3S开发板的BSP
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:50:55 +08:00
jhb 013f4e1761 继续修改小错误 2019-04-09 18:17:33 +08:00
jhb e6d20e9120 修改了小错误 2019-04-09 17:37:47 +08:00
jhb 365de33d75 修改完善README 2019-04-09 14:18:37 +08:00
jhb 08a9d4412b 【添加】stm32l4r9-eval bsp
Signed-off-by: jhb <1023506846@qq.com>
2019-04-09 14:10:50 +08:00
Bernard Xiong c14b37f047
Merge pull request #2551 from XiaojieFan/ibox_spi_and_fal
ibox bsp  add spi1 and fal  support
2019-04-07 16:56:37 +08:00
Bernard Xiong ff70bf5fe5
Fix indentation issue in Kconfig. 2019-04-07 11:41:52 +08:00
dingo1688@126.com 1d152b18eb ibox bsp add spi1 and fal support 2019-04-07 02:07:12 +08:00
guozhanxin e48a7b71c7 [bsp][stm32]完善 f4xx-nucleo spi、rtc支持 2019-04-04 10:30:38 +08:00
guozhanxin 291597de21 [bsp][stm32][f411-nucleo] add uart6 support. 2019-04-02 19:37:27 +08:00
guozhanxin 6013aafb6b [bsp][stm32]添加 uart6 的支持 2019-04-02 19:16:07 +08:00
Bernard Xiong 8d5c456ad3
Merge pull request #2529 from qgyhd1234/readme
[bsp][stm32]Update lcd driver support
2019-04-02 08:50:55 +08:00
zylx fbaa1e0d0b [bsp][stm32]Update lcd driver support 2019-04-01 11:13:49 +08:00
greedyhao 9de59de52a 升级f7的hal库版本为1.15 修复野火f7的bug 2019-03-29 23:05:06 +08:00
Bernard Xiong 43a499c008
Merge pull request #2497 from whj4674672/master
[READY][bsp][stm32]add stm32h743-atk-apollo
2019-03-27 10:24:29 +08:00
Bernard Xiong 4bdbb5c24d
Merge pull request #2507 from qgyhd1234/fal
[BSP]Modify the fal_cfg.h to support spi flash
2019-03-26 23:49:24 +08:00
zylx 8aaaefe1eb [BSP]Modify the fal_cfg.h to support spi flash 2019-03-26 19:21:08 +08:00
whj4674672 c5e9a6a41b [WIP][stm32]修改PR STM32H743中存在的错误 2019-03-26 17:04:45 +08:00
tyustli ea8509717e delete C++ support for gcc in the rtconfig.py file 2019-03-26 15:41:06 +08:00
tyustli 8327200072 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2019-03-26 14:06:13 +08:00
tyustli 1be90253d0 delete the CMSIS from components and add the CMSIS
and add the CMSIS in some specific BSP
2019-03-26 13:58:33 +08:00
Bernard Xiong 0f22a85eba
Merge pull request #2499 from ylz0923/patch-1
[bsp][stm32][libraries][HAL_Drivers] Update drv_common.c
2019-03-26 08:54:10 +08:00
杨连钊 b3cea3f5a8
Update drv_common.c 2019-03-25 10:35:32 +08:00
tyustli 4b6c732cd7 last push forget modified the templates to support C++
this time add C++ for templates
2019-03-25 10:28:12 +08:00
Bernard Xiong b9932f80b6
Merge pull request #2386 from slcmcu/dev-stm32f405
[bsp][stm32]添加板载LED灯示例程序
2019-03-24 16:54:56 +08:00
whj 1d760bfeec [bsp][stm32]增加stm32h743-atk-apollo bsp 2019-03-24 11:34:17 +08:00
whj4674672 6dca889a36 [bsp][stm32]add stm32h743-atk-apollo 2019-03-24 10:43:59 +08:00
tyustli 4f03ef589f add c++ support for the bsp of stm32 2019-03-23 13:59:53 +08:00
Bernard Xiong 4e5c28a279
Update main.c 2019-03-20 21:35:58 +08:00
Bernard Xiong 76942baaa4
Merge pull request #2475 from qgyhd1234/rtc
[bsp][stm32]添加 RTC 时钟源选择
2019-03-20 21:21:17 +08:00
Bernard Xiong 93a57b678d
Update SConscript 2019-03-20 21:18:42 +08:00
sunlichao fb9bb7ca22 [bsp][stm32]支持板载LED灯和自动生成mdk工程 2019-03-20 12:14:39 +08:00
zylx 7a80fdf894 [bsp][stm32]为所有支持 rtc 的 bsp 添加时钟源选项 2019-03-20 11:29:04 +08:00
tyustli 828f2f204d [bsp/stm32/stm32l475-st-discovery] 更新 README.md,更新MDK工程
Signed-off-by: tyustli <1225613647@qq.com>
2019-03-19 18:56:25 +08:00
zylx b941e6c730 [bsp][stm32]添加 RTC 时钟源选择 2019-03-19 18:24:28 +08:00
tyustli 9b9881bf4c [bsp/stm32l475-st-discovery] add a new bsp of stm32 2019-03-19 15:13:18 +08:00
Bernard Xiong 3f466dc8d3
Merge pull request #2396 from shaoguoji/master
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
2019-03-18 09:00:33 +08:00
Bernard Xiong 0adf83b6a1
Merge pull request #2352 from ylz0923/master
[bsp][stm32] add can driver.
2019-03-17 10:04:05 +08:00
Bernard Xiong cac8e7aab5
Merge pull request #2462 from jinsheng20/746
增加看门狗和 tft 屏驱动
2019-03-16 08:49:23 +08:00
jinsheng a90e795d15 增加看门狗和 tft 屏驱动 2019-03-15 21:10:15 +08:00
Bernard Xiong fc5cfe0a5e
Merge pull request #2450 from jesven/fix_lf
Fix lf
2019-03-14 20:25:09 +08:00
Bernard Xiong 656d20362b
Merge pull request #2449 from qgyhd1234/checksum
[components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和
2019-03-14 20:23:36 +08:00
zylx 9818ee2d29 [components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和 2019-03-14 16:39:50 +08:00
misonyo c135b34b9d [bsp/stm32f411]add pwm driver 2019-03-14 11:16:24 +08:00
杨连钊 900050ba98 [bsp][stm32][stm32f103-fire-arbitrary][board]
修改stm32f1xx_hal_msp.c文件CAN引脚配置,
修改Kconfig文件,取消CAN2相关内容
还原stm32f1xx_hal_conf.h中与CAN不相关的内容
2019-03-14 09:50:19 +08:00
shaojinchun 377bbdc833 继续fix stm32f767 的lf问题 2019-03-13 17:56:56 +08:00
Bernard Xiong a0df6bea81
Merge pull request #2440 from jesven/fix_lf
fix stm32767 lf
2019-03-13 17:16:00 +08:00
shaojinchun ce8bc80e8d fix stm32767 lf 2019-03-13 14:27:23 +08:00
sun_shine cca0eda2c2 [bsp][stm32] modify sdram configuration 2019-03-13 12:01:54 +08:00
shaoguoji 74f1396c9d 调整iar工程配置 2019-03-12 16:45:02 +08:00
shaoguoji 8820d898c3 修正链接脚本注释 2019-03-12 16:44:47 +08:00
Bernard Xiong a4f16ed41f
Merge pull request #2417 from obito0/master
[BSP]添加两个STM32的BSP
2019-03-11 09:41:02 +08:00
obito ec5d9bed8c 更新了README.md,增加了我上传的这两个BSP的描述 2019-03-10 19:10:15 +08:00
obito 55f4d28ec5 我们学生一般都会用体积比较小的最小系统,也就是网上热卖的STM32F103C8T6最小系统,所以先做出这个最小系统的BSP,方便大家直接使用到自己的项目当中,也方便那些没有开发板的人用这个最小系统学习RTT 2019-03-10 19:09:49 +08:00
obito 75448d5e4b 因为刚入手RT-Thread的时候就想找这个正点原子战舰V3开发板的BSP,结果没找到,一开始就制作BSP门槛相对高了,特此增加了正点原子的战舰V3开发板的BSP(STM32F103ZET6),方便所有和我用这款开发板的人快速入门RTT 2019-03-10 19:09:13 +08:00
guozhanxin 8a9e1caebe [bsp][stm32]更新pwm驱动 2019-03-08 10:58:45 +08:00
Bernard Xiong c5bb91ad60
Merge pull request #2393 from lymzzyh/Kconfig
[Kconfig]将Kconfig unix格式化
2019-03-07 17:06:49 +08:00
shaoguoji 8671e706b5 [bsp]添加 stm32f401-st-nucleo 开发板 BSP 2019-03-07 15:43:08 +08:00
ZYH 7f11e4ded2 [Kconfig]将Kconfig unix格式化 2019-03-07 13:20:36 +08:00
armink 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +08:00
guozhanxin f4e74ccd18 [bsp][stm32] add rt_hw_us_delay 2019-03-05 18:23:22 +08:00
jinsheng 24b289b776 增加 flash drv 宏判断,增加fal 配置 2019-03-02 12:52:53 +08:00
杨连钊 0b63d83485 [bsp][stm32][stm32f103-fire-arbitrary] 优化代码 2019-02-27 12:20:52 +08:00
jinsheng c0855d1350 增加 flash 2019-02-27 10:34:10 +08:00
Bernard Xiong dcf52cf267
Merge pull request #2336 from Guozhanxin/rtt_sensor
添加 阿里 DeveloperKit 开发板
2019-02-23 10:09:07 +08:00
Bernard Xiong f6d551553d
Merge pull request #2357 from jinsheng20/bsp/stm32
增加 LTDC 官方驱动条件加入工程
2019-02-20 18:36:35 +08:00