Commit Graph

1810 Commits

Author SHA1 Message Date
Bernard Xiong 5e8fde8617 [BSP] rename stm32f429_armfly to stm32f429-armfly 2017-12-09 10:20:46 +08:00
tanek liang a1f6c4ccf3 [bsp] add missing files for debugger 2017-12-08 17:24:22 +08:00
tanek liang bc3ef4d9bc [bsp] sram heap rename 2017-12-08 17:21:38 +08:00
Bernard Xiong b0bff83669
Merge pull request #1085 from BernardXiong/master
[BSP] fix the finsh_system_init issue in BSP
2017-12-08 13:02:07 +08:00
Bernard Xiong f74cde045b [BSP] fix the finsh_system_init issue in BSP 2017-12-08 11:57:22 +08:00
Bernard Xiong 4ad621075b
Merge pull request #1084 from enkiller/master
[bsp]54608更新GUI引擎宏定义
2017-12-07 20:35:49 +08:00
tangyuxin ded66869c6 [bsp]54608更新GUI引擎宏定义 2017-12-07 19:09:23 +08:00
tanek liang 5fe9bcd176 [bsp] Delete duplicate code 2017-12-07 15:06:33 +08:00
tanek liang 7631dba4c7 [bsp] remove unused files 2017-12-07 13:43:58 +08:00
tanek liang f79bd13d5d [bsp] add memory dump function 2017-12-07 13:42:45 +08:00
tanek liang 010891fcd1 [bsp] add link info dump and update SDCard mount 2017-12-07 13:41:05 +08:00
tanek liang da30f0fae2 [bsp] update MDK and IAR project 2017-12-07 13:38:51 +08:00
tanek liang f88e1268be [bsp] support using debuger download, runing after reboot 2017-12-07 13:36:52 +08:00
tanek liang 68f13f5d92 [bsp] add sdram driver 2017-12-07 13:26:23 +08:00
tanek liang 6a88e5b20e [bsp]clean code 2017-12-07 13:15:52 +08:00
tanek liang 5fd89e4461 [bsp] update eth driver: fix phy init never timeout bug 2017-12-07 13:14:41 +08:00
Bernard Xiong 37c6eac27b [BSP] Update qemu nographic script 2017-12-05 20:17:55 +08:00
lin 2706bccbdd [BSP]Add more drivers and fix some problem 2017-12-04 18:52:02 +08:00
parai d0f7ec73b9
better use gcc to link instead of g++
on ubuntu, use g++ will add a additional linkflag "-lstdc++" and this will result link failed.
2017-12-04 14:35:18 +08:00
bernard 89af35b0c3 [BSP] Add qemu-nographic script 2017-12-02 16:37:50 +08:00
bernard 9463fd9ae8 [BSP] Add '-nostartfiles' to link flags. 2017-12-02 10:53:42 +08:00
bernard ae7237dc53 [BSP] Fix the WIN32 compiling issue.
rename _errno to __rt_errno for conflict in WIN32.
2017-11-30 23:56:52 +08:00
Bernard Xiong 1e55105b1d
Merge pull request #1065 from BernardXiong/master
[libc] Add mmap API.
2017-11-30 21:19:18 +08:00
bernard 98786df5cc [BSP] Update configuration of qemu-vexpress 2017-11-30 21:18:55 +08:00
Bernard Xiong c1f78f0468
Merge pull request #1063 from kuangdazzidd/dev_mini2440_sdio
[BSP] add csd support for mini2440 sdio driver.
2017-11-30 21:18:07 +08:00
kuangdazzidd c3e2f6a568 add csd support for mini2440 sdio driver. 2017-11-30 20:41:45 +08:00
Bernard Xiong 7bc87e4ae8 [Kconfig] Rename all of KConfig files to 'Kconfig' 2017-11-30 20:12:53 +08:00
bernard c8932cda2b [BSP] Add SDIO/EMAC drivers for VExpress A9 bsp 2017-11-30 16:33:16 +08:00
tanek liang 50de6eedf5 [bsp] fix lpc54608 printf bug 2017-11-29 18:35:13 +08:00
MiraculousConch 596d9b427b [BSP]mv stm32f10x_HAL to stm32f10x-HAL 2017-11-29 13:44:59 +08:00
tanek liang f37df10a63 [bsp] update stm32f429 bsp
- enable SPI/SPI Flash/SDIO/SDCARD default
- update mount file system code
- enable C99 for MDK4 template
- update all project file
2017-11-28 22:01:02 +08:00
gaoxiang 4d7434f9d3 添加直接可以打开的MDK工程文件 2017-11-27 17:36:41 +08:00
tanek liang f7b434481c [bsp] fix bug: emac hardfault when RJ45 not inserted 2017-11-25 21:10:40 +08:00
tanek liang 02693a2051 [bsp] fix scons + armcc build error
- add --c99 flag for c code
- add --cpp flag for cpp code
2017-11-24 20:20:12 +08:00
tanek liang e2b5f7a722 [bsp] update emac driver
- fix 10 or hard duplex not work
- rewrite tx/rx function
- update emac init function
2017-11-24 20:20:11 +08:00
Bernard Xiong aa0747f64e
Merge pull request #1036 from caogos/master
[BSP][ls1c]新增PIN接口
2017-11-24 17:40:32 +08:00
勤为本 9af2db092e [BSP][ls1c]新增PIN接口
将龙芯1c库中的gpio接口重新封装为RTT统一标准的pin接口
2017-11-24 17:16:42 +08:00
uestczyh222 345bea8b1d [BSP]fix F4-HAL bsp usbdriver 2017-11-23 16:05:27 +08:00
tangyuxin a702dde0c7 [bsp]Add SOC type 2017-11-22 20:02:11 +08:00
Bernard Xiong 5b8aa350ac
Merge pull request #1026 from caogos/master
[BSP] 龙芯1c平台的rtt统一标准的I2C接口
2017-11-22 13:42:37 +08:00
勤为本 711ad21e30 龙芯1c平台的rtt统一标准的I2C接口 2017-11-22 13:12:11 +08:00
tanek liang 1061a49d2d [bsp] stm32l476 bsp update
- add pin driver and user led
- add kconfig support
- clean code
2017-11-20 20:08:16 +08:00
uestczyh222 5e0e1701e2 [BSP][stm32f4xx-hal][driver]Add RTC driver 2017-11-19 14:38:19 +08:00
uestczyh222 52794a0291 [BSP]rename STM32F40x_HAL to STM32F4xx-HAL 2017-11-18 14:47:07 +08:00
uestczyh222 d2076cbb64 [Bsp][STM32F4xx_HAL]Fix hal_conf.h to include rtthread.h 2017-11-18 14:21:53 +08:00
tanek liang f6828446bc [bsp] update delay function 2017-11-18 07:26:22 +08:00
uestczyh222 747e49337e [bsp][New][STM32F4xx_HAL]Can to use usb and menuconfig to choose mcu 2017-11-18 07:25:49 +08:00
uestczyh222 9134f48db9 [BSP][STM32F10x_HAL]Add mcu type choose in menuconfig 2017-11-17 14:16:18 +08:00
tanek liang 40d0ff9960 [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
tanek liang a0c2e50e36 [bsp] support GCC for RT_USING_MODULE 2017-11-16 11:05:32 +08:00