Bernard Xiong
1e50355534
Merge pull request #3376 from DavidLin1577/patch-4
...
Fixed typo: 'lenght'
2020-02-17 12:09:21 +08:00
Bernard Xiong
de78f81068
Merge pull request #3382 from DavidLin1577/patch-9
...
Fixed typos: 'threah' and 'swithc' in cpuport.c
2020-02-17 12:08:10 +08:00
David Lin
36d2652f0d
Fixed typo 'threah' and 'swithc' in cpuport.c
...
Fixed typo:
threah -> thread
swithc -> switch
2020-02-17 09:13:17 +08:00
yangwu
55eaea2f26
make spi driver pass compiling
2020-02-16 22:12:07 +08:00
yangwu
7c94a2c3f6
fix recursive macro dependency
2020-02-16 22:10:41 +08:00
David Lin
ca1e9137d6
[net] Fixed macro error in lc-switch.h
...
Fixed macro error: __LC_SWTICH_H__ -> __LC_SWITCH_H__
2020-02-16 20:54:45 +08:00
David Lin
7ef85206dd
Fixed function spelling mistakes in context_iar.S
...
swtich_to_thread -> switch_to_thread
2020-02-16 20:39:50 +08:00
David Lin
91f1ab5efd
Fixed typo: 'swtich' coding_style_cn.md
...
Note that the word 'swtich' is wrong,
so that 'swtich' should been replaced with 'switch'.
2020-02-16 20:21:33 +08:00
David Lin
8e19bec11b
Fixed typo: 'wirte' in uffs_nandif.c
...
Note that the word 'wirte' is wrong,
so that 'wirte' should been replaced with 'write'.
2020-02-16 20:08:36 +08:00
armink
fd3dd9d85b
[tools] add C++ support for eclipse target
2020-02-16 18:38:53 +08:00
David Lin
812d3d2833
Fixed typo: 'lenght'
...
Note that the word 'lenght' is wrong,
so that 'lenght' should been replaced with 'length'.
2020-02-16 17:07:34 +08:00
David Lin
e5845ea753
Fixed typo: 'commond'
...
Note that the word 'commond' is wrong,
so that 'commond' should been replaced with 'command'.
2020-02-16 16:31:39 +08:00
Karl Zhang
95f4c7d374
PKG_USING_TFM: Use TFM package macro instead
...
RT_USING_TFM was duplicate macro. Remove it.
Change-Id: I626c63fe661202e63074f0db82ba99c06d12bc03
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
2020-02-15 19:29:16 +08:00
Karl Zhang
bd927324cc
LPC55S69: Add NS project support
...
This requires TFM package support to run in the secure side, while the
RTT running in non-secure.
Change-Id: Ic749f92937fc99e6e29ba4a1be66cb7819670f2c
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
2020-02-15 19:18:33 +08:00
Karl Zhang
ca3e5726e1
tool: Keil: Parse .o file as object file
...
The *.o file does not have the correct type number in Keil.py, it will
be set as text file which can not link by Keil.
Change-Id: Ib32e315c35e08ac0c882d5b4927948469fd9d0c9
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
2020-02-15 19:18:31 +08:00
nongxiaoming
607ed93513
[libcpu]context-m33:fix label error in context_gcc.S.
2020-02-11 21:39:35 +08:00
Bernard Xiong
dd5178efdf
Merge pull request #3352 from z14git/serial_bug_fix
...
修复因串口接收缓冲区满且没有开启ULOG_USING_ISR_LOG而造成的死机问题
2020-02-11 11:56:01 +08:00
Bernard Xiong
fbe98db381
Merge pull request #3367 from luhuadong/develop
...
[AT] Fix typos in Kconfig
2020-02-10 14:42:47 +08:00
luhuadong
3d5357bc75
[AT] Fix typos in Kconfig
2020-02-10 03:35:04 +08:00
Bernard Xiong
4cffe19dfe
Merge pull request #3364 from BernardXiong/gcc_version
...
[Tools] rename GCC_VERSION to GCC_VERSION_STR
2020-02-08 11:51:26 +08:00
Bernard Xiong
57ff16edb9
Merge pull request #3365 from longtengmcu/master
...
给软件定时器增加定时器工作状态查询的功能
2020-02-07 21:31:32 +08:00
longtengmcu
720d8479a5
给软件定时器增加定时器工作状态查询的功能
2020-02-07 16:43:39 +08:00
Bernard Xiong
e7af915cf2
Merge pull request #3363 from armink/fix-kservice
...
Update show version info.
2020-02-07 16:10:47 +08:00
Bernard Xiong
835504ed95
[Tools] rename GCC_VERSION to GCC_VERSION_STR
2020-02-07 15:55:53 +08:00
朱天龙 (Armink)
a7c590773e
Update show version info.
2020-02-07 13:08:04 +08:00
Bernard Xiong
cd8dd40cd2
Merge pull request #3362 from bigmagic123/fix_spi
...
Fix spi
2020-02-06 22:05:22 +08:00
Bernard Xiong
e5aafd2aa0
Merge pull request #3359 from wendal/master
...
fix: 为W60x添加rt_hw_us_delay
2020-02-06 22:01:18 +08:00
bigmagic
3e533e9992
fix spi bug
2020-02-06 16:03:31 +08:00
bigmagic
4ec07a04e6
use gcc-arm-none-eabi-5_4 compile raspi3
2020-02-06 16:00:56 +08:00
Bernard Xiong
bad4f92451
Merge pull request #3358 from pinxue/master
...
update Kconfig in raspi-64 bsp to fix RTT root path
2020-02-05 20:29:16 +08:00
Wendal Chen
c677f88eee
fix: 为W60x添加rt_hw_us_delay https://github.com/RT-Thread/W601_IoT_Board/issues/10
...
思路是将drv_soft_i2c的w60x_udelay, 改名为rt_hw_us_delay, 并搬到broad.c
2020-02-05 20:09:02 +08:00
品雪
cca440f815
update Kconfig in raspi-64 bsp
...
to fix RTT root path
2020-02-04 18:40:27 +08:00
Bernard Xiong
f8c32243e7
Update ChangeLog.md
2020-01-31 13:31:09 +08:00
Bernard Xiong
c95987e757
Merge pull request #3296 from ChazJin/patch-5
...
Fix bug for drv_enet.c
2020-01-26 20:51:14 +08:00
Bernard Xiong
5ca53690f7
Merge pull request #3336 from geniusgogo/fixed_drv_eth
...
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value
2020-01-26 18:21:19 +08:00
Bernard Xiong
810063e642
Merge pull request #3290 from tyustli/imxrt-usbd
...
[imxrt] [driver] add usb device driver
2020-01-24 19:16:02 +08:00
Bernard Xiong
c62ad71203
Merge pull request #3334 from geniusgogo/fixed_code_style
...
fixed whitespace character
2020-01-24 19:07:53 +08:00
Bernard Xiong
8d309ed533
Merge pull request #3343 from chengxiaohu/master
...
Add DMA for ADC driver, and other little update.
2020-01-24 19:07:19 +08:00
Bernard Xiong
43abbc3ce8
Merge pull request #3356 from wangyq2018/es32f369x
...
[bsp]add bsp essemi/es32f369x.
2020-01-23 16:27:02 +08:00
Bernard Xiong
0f781d013c
Merge pull request #3217 from essemi-yuzr/master
...
Add essemi/ES32F0271 BSP drivers
2020-01-23 16:26:33 +08:00
wangyq2018
9a5a66a716
[bsp]add bsp essemi/es32f369x.
2020-01-23 11:07:22 +08:00
z14git
50c2af5eea
[serial.c] 修复在没有开启ulog时,警告日志不会输出的问题
2020-01-21 16:38:07 +08:00
Bernard Xiong
a2af1cfcba
Merge pull request #3353 from Eric-LGF/raspberry
...
[bsp] fix macro error
2020-01-21 10:24:39 +08:00
Eric LGF
8f7cf60f24
[bsp] fix macro error
2020-01-20 16:03:33 +08:00
Bernard Xiong
78388f503e
Merge pull request #3344 from foss-for-synopsys-dwc-arc-processors/arc_new_bsp
...
[bsp][synopsys] add basic new embarc bsp support
2020-01-20 10:13:50 +08:00
Bernard Xiong
452347df46
Merge pull request #3349 from luhuadong/develop
...
[BSP] fix error 'undefined reference to entry' after menuconfig
2020-01-20 10:12:21 +08:00
luhuadong
bfceeef81c
[BSP] [stm32f769-st-disco] fix error 'undefined reference to *entry*' after scons --menuconfig
2020-01-18 11:04:40 +08:00
z14git
1499844699
修复因串口接收缓冲区满且没有开启ULOG_USING_ISR_LOG而造成的死机问题
2020-01-18 10:12:29 +08:00
linyiyang
8f1d5c5ba2
[bsp][stm32][stm32f103-atk-warshipv3]add sdcard driver
2020-01-17 21:08:50 +08:00
luhuadong
779feb5cd4
fix error 'undefined reference to entry' after menuconfig
2020-01-17 18:59:12 +08:00