mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Fix bug in core_cm3.c atomic macros.
Rename the portable/GCC/RISC-V-RV32 directory to just RISC-V as also adding support for 64-bit cores.
This commit is contained in:
parent
3153131fa7
commit
b2b1b09ea5
33 changed files with 8363 additions and 6092 deletions
|
@ -1,11 +1,11 @@
|
|||
#Sat Apr 02 16:45:47 BST 2011
|
||||
BOARD=STM32_Discovery
|
||||
BOARD=None
|
||||
CODE_LOCATION=FLASH
|
||||
ENDIAN=Little-endian
|
||||
MCU=STM32F100RB
|
||||
MODEL=Lite
|
||||
MCU=STM32F100R8
|
||||
MCU_VENDOR=STMicroelectronics
|
||||
MODEL=Pro
|
||||
PROBE=ST-LINK
|
||||
PROJECT_FORMAT_VERSION=1
|
||||
PROJECT_FORMAT_VERSION=2
|
||||
TARGET=STM32
|
||||
VERSION=2.0.1
|
||||
VERSION=9.0.1
|
||||
eclipse.preferences.version=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue