mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
This commit is contained in:
parent
946da76519
commit
05023971cb
389 changed files with 11479 additions and 464 deletions
|
@ -1,4 +1,4 @@
|
|||
# FreeRTOS.org V4.0.2 - Copyright (C) 2003-2006 Richard Barry.
|
||||
# FreeRTOS.org V4.0.3 - Copyright (C) 2003-2006 Richard Barry.
|
||||
#
|
||||
# This file is part of the FreeRTOS.org distribution.
|
||||
#
|
||||
|
@ -32,8 +32,8 @@ CC=arm-elf-gcc
|
|||
OBJCOPY=arm-elf-objcopy
|
||||
ARCH=arm-elf-ar
|
||||
CRT0=boot.s
|
||||
DEBUG=
|
||||
OPTIM=-Os
|
||||
DEBUG=-g
|
||||
OPTIM=-O0
|
||||
LDSCRIPT=atmel-rom.ld
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue