JonasWen
|
b010e434ed
|
[libcpu][arm] ArmClang 编译优化错误 (#6071)
|
2022-06-15 17:19:51 +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 |
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 |
blta
|
b1a9c4c4ea
|
[libcpu/arm]: add dsb and isb instructions in the end of rt_hw_context_switch_to (#5748)
|
2022-04-08 12:52:22 +08:00 |
Meco Man
|
563e49890c
|
[asm] 解决tab和空格混用的问题
|
2022-01-20 20:57:35 +08:00 |
Bernard Xiong
|
5decbb5170
|
Merge pull request #5345 from jiladahe1997/master
[bugfix] libcpu/arm/cortex-m/context_gcc: 修复thumb指令集汇编语法错误
|
2022-01-14 22:36:14 +08:00 |
Meco Man
|
5187d75af5
|
[armclang] 使用__clang__代替__CLANG_ARM
|
2021-12-29 14:15:38 -05:00 |
Man, Jianting (Meco)
|
ed1f8b3f64
|
Revert "add clang-arm support."
This reverts commit a5f6fdc780 .
|
2021-12-22 18:57:16 -05:00 |
guozhanxin
|
a5f6fdc780
|
add clang-arm support.
|
2021-12-22 13:03:05 +08:00 |
jiladahe1997
|
433e5f8147
|
[bugfix] libcpu/arm/cortex-m/context_gcc: 修复thumb指令集汇编语法错误
当使用thumb指令集时,要求汇编语法中的“条件执行”要跟在IT指令后面,否则会编译不通过。
报错如下:Error: thumb conditional instruction should be in IT block -- `moveq r4,#0x01'
虽然可以通过指定"-Wa,-mimplicit-it=thumb"选项来告诉编译器识别隐式的IT指令,但是能在代码里面直接加上IT指令的话更好。
thumb指令集“条件执行”arm官网文档:
https://developer.arm.com/documentation/dui0473/m/condition-codes/conditional-execution-in-thumb-state
参考论坛帖子:
https://club.rt-thread.org/ask/question/433887.html
https://club.rt-thread.org/ask/question/4188.html
Signed-off-by: Mingrui Ren <jiladahe1997@gmail.com>
|
2021-12-09 11:22:46 +08:00 |
liukangcc
|
0e46c8a33d
|
[update] support armclang
|
2021-09-26 10:46:21 +08:00 |
Meco Man
|
1997113fbc
|
FINSH_USING_BUILT_IN_COMMANDS改MSH_USING_BUILT_IN_COMMANDS
|
2021-08-28 16:48:08 -04:00 |
Meco Man
|
29828dc94f
|
[finsh] finsh组件可以选择是否包含内置命令
|
2021-08-25 19:48:15 -04:00 |
Bernard Xiong
|
199f73c72d
|
Merge pull request #4547 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
|
2021-04-02 18:37:40 +08:00 |
rtthread-bot
|
11dd63e9e9
|
Merge remote-tracking branch 'rtt_gitee/gitee_master'
|
2021-03-29 06:39:42 +00:00 |
Meco Man
|
6c907c3a47
|
[libcpu] auto formatted
|
2021-03-27 17:51:56 +08:00 |
shuobatian
|
791527caca
|
add armclang support
|
2021-01-11 20:07:12 +08:00 |
yangjie
|
eeaf1fcc50
|
resolve Conflicts
bsp/nrf52832/board/Sconscript
bsp/nrf52832/startups/Sconscript
bsp/raspberry-pi/raspi4-32/driver/SConscript
|
2020-12-28 12:02:31 +08:00 |
yangjie
|
ef62febf1f
|
[SConscript]update group name
|
2020-12-19 16:49:11 +08:00 |
yangjie11
|
ba83ddc3c4
|
[SConscript] change libcpu to LIBARCH,and correcte letter case
|
2020-11-30 15:52:43 +08:00 |
yangjie11
|
91261e25b9
|
[SConscript]rename group name
|
2020-11-20 13:38:11 +08:00 |
张世争
|
355f8dd95c
|
[libcpu][update]重启与关机函数:rt_hw_cpu_shutdown、rt_hw_cpu_reset,补充WEAK属性
|
2020-11-20 08:49:51 +08:00 |
xieyangrun
|
d2eaa452d6
|
[libcpu/arm/*/cpuport.c]fixed __rt_ffs bug on account of armclang LTO.
|
2020-06-18 09:19:10 +08:00 |
aozima
|
c3d63e49de
|
set Systick interrupt priority to the lowest
|
2020-05-30 15:23:25 +08:00 |
tangyuxin
|
8316646b85
|
[libcpu][arm] 修复因提前返回,导致sp指针不对称问题
|
2019-09-19 18:27:07 +08:00 |
yangjie
|
31ffc4582c
|
[libcpu/arm]add __rt_ffs() for armclang in CORTEX M3/4/7
|
2019-07-03 18:47:11 +08:00 |
Bernard Xiong
|
bde47018b8
|
[libcpu] Add SConscript in libcpu.
|
2019-01-07 06:09:45 +08:00 |
Bernard Xiong
|
7c425408b4
|
[license] Change the license of libarm to Apache.
|
2018-10-15 01:35:07 +08:00 |
Bernard Xiong
|
d96027f156
|
[libcpu] Fix the FPU definition in M4/M7 for ARM Clang
|
2018-09-25 11:08:58 +08:00 |
Bernard Xiong
|
ff08faf605
|
[Kernel] Adjust the copyright information
|
2018-09-25 11:06:07 +08:00 |
Bernard Xiong
|
b98a0ba804
|
[Kernel] Add ARMCC 6.x support.
|
2018-09-23 12:08:44 +08:00 |
hichard_ren@yeah.net
|
b46e7f3172
|
add rt_hw_cpu_reset for cortex-m cpu
|
2018-08-01 11:57:56 +08:00 |
aozima
|
6c39b2d54d
|
[libcpu][comtex-m4] enhancement hard fault exception handler.
|
2018-07-25 21:39:44 +08:00 |
aozima
|
dd1041bb7f
|
[libcpu]: fixed #1196 FPU FPCA issue.
|
2018-01-31 18:54:11 +08:00 |
aozima
|
9bbc4e5e6b
|
update cortex-m libcpu: fixed compile error.
|
2017-08-23 16:13:51 +08:00 |
aozima
|
9b7303e511
|
update libcpu: ensure fault enable.
|
2017-08-18 11:12:58 +08:00 |
aozima
|
1fa5711712
|
fixed assembly warnings.
|
2015-05-22 16:48:01 +08:00 |
aozima
|
73df162d3f
|
fixed assembly warnings.
|
2015-05-13 11:57:34 +08:00 |
bernard
|
267c61ebce
|
[libcpu] Add builtin ffs implementation for Cortex-M4.
|
2014-09-11 12:51:33 +08:00 |
aozima
|
2c47f2e683
|
Fix some spell error;
|
2014-07-31 13:59:25 +08:00 |
aozima
|
5120f54a29
|
fix spelling error.
|
2013-06-24 22:57:27 +08:00 |
aozima
|
34d59ccb0f
|
update libcpu/arm/cortex-m4: support lazy stack optimized.
|
2013-06-23 18:10:46 +08:00 |
aozima
|
b045f93b47
|
fixed bug: correct cortex-m SCB->VTOR address.
|
2013-06-23 18:08:16 +08:00 |
aozima
|
f9e673354a
|
update libcpu/arm/cortex-m4: restore MSP.
|
2013-06-22 18:59:49 +08:00 |
Bernard Xiong
|
72782e9203
|
convert end of line
|
2013-01-08 05:05:02 -08:00 |
bernard.xiong@gmail.com
|
68fadd9edc
|
Add exception hook function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2551 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-29 09:36:16 +00:00 |
dzzxzz@gmail.com
|
468ade5e98
|
fixed the coding style in libcpu/arm
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2518 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-24 06:59:14 +00:00 |
wuyangyong
|
5be0c53dd8
|
stack addr align to 8byte.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2509 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-23 07:40:31 +00:00 |
dzzxzz@gmail.com
|
2955dbfcda
|
add LPC4330 BSP based on NGX xplorer development board
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2487 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-17 08:21:29 +00:00 |