]> git.sur5r.net Git - freertos/commit
Preparing for the next release...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 30 Jul 2015 11:46:30 +0000 (11:46 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 30 Jul 2015 11:46:30 +0000 (11:46 +0000)
commitbcedad6b5b11514c0d86b1912aab05d23c41a109
tree39a3af28197198ec911dd0a8387e9b0b98095a91
parent409acbd1e27059b6afe2cc416fef440287e243f1
Preparing for the next release...
New port and demo project:  Intel Galileo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2359 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
36 files changed:
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.cproject [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.project [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.settings/language.settings.xml [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.settings/org.eclipse.cdt.codan.core.prefs [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/.settings/org.eclipse.ltk.core.refactoring.prefs [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Blinky_Demo/main_blinky.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/RegTest.S [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/main_full.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Instructions_Read_Me.url [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/GPIO_I2C.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/GPIO_I2C.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/HPET.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/HPET.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/freestanding_functions.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/galileo-support.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/galileo_gen_defs.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/galileo_support.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/math.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/multiboot.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/printf-stdarg.c [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/startup.S [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdint.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdio.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdlib.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/string.h [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/elf_ia32_efi.lds [new file with mode: 0644]
FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/main.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/IA32_flat/ISR_Support.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/IA32_flat/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/IA32_flat/portASM.S [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h [new file with mode: 0644]