Skip to content

Commit

Permalink
Removed CPU and FPU dependency from the ARM Cortex-M GCC port
Browse files Browse the repository at this point in the history
specific assembler file. Updates the GNU ARM Embedded toolchain
path in the makefile.
  • Loading branch information
feaser committed Feb 28, 2020
1 parent 4b6132e commit 570ba62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJ_NAME=microtbx_demo
#|--------------------------------------------------------------------------------------|
#| Configure tool path |
#|--------------------------------------------------------------------------------------|
TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/
TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/


#|--------------------------------------------------------------------------------------|
Expand Down
2 changes: 0 additions & 2 deletions source/port/ARM_CORTEXM/GCC/tbxcomp.s
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
* \endinternal
****************************************************************************************/
.syntax unified
.cpu cortex-m0
.fpu softvfp
.thumb


Expand Down

0 comments on commit 570ba62

Please sign in to comment.