hathach 7 лет назад
Родитель
Сommit
7030d64a95
51 измененных файлов с 33 добавлено и 28 удалено
  1. 31 5
      examples/obsolete/device/device_freertos/.cproject
  2. 2 2
      examples/obsolete/device/device_freertos/.project
  3. 0 0
      lib/FreeRTOS/FreeRTOSConfig.h
  4. 0 0
      lib/FreeRTOS/License/license.txt
  5. 0 0
      lib/FreeRTOS/Source/croutine.c
  6. 0 0
      lib/FreeRTOS/Source/event_groups.c
  7. 0 0
      lib/FreeRTOS/Source/include/FreeRTOS.h
  8. 0 0
      lib/FreeRTOS/Source/include/StackMacros.h
  9. 0 0
      lib/FreeRTOS/Source/include/croutine.h
  10. 0 0
      lib/FreeRTOS/Source/include/deprecated_definitions.h
  11. 0 0
      lib/FreeRTOS/Source/include/event_groups.h
  12. 0 0
      lib/FreeRTOS/Source/include/list.h
  13. 0 0
      lib/FreeRTOS/Source/include/message_buffer.h
  14. 0 0
      lib/FreeRTOS/Source/include/mpu_prototypes.h
  15. 0 0
      lib/FreeRTOS/Source/include/mpu_wrappers.h
  16. 0 0
      lib/FreeRTOS/Source/include/portable.h
  17. 0 0
      lib/FreeRTOS/Source/include/projdefs.h
  18. 0 0
      lib/FreeRTOS/Source/include/queue.h
  19. 0 0
      lib/FreeRTOS/Source/include/semphr.h
  20. 0 0
      lib/FreeRTOS/Source/include/stack_macros.h
  21. 0 0
      lib/FreeRTOS/Source/include/stdint.readme
  22. 0 0
      lib/FreeRTOS/Source/include/stream_buffer.h
  23. 0 0
      lib/FreeRTOS/Source/include/task.h
  24. 0 0
      lib/FreeRTOS/Source/include/timers.h
  25. 0 0
      lib/FreeRTOS/Source/list.c
  26. 0 0
      lib/FreeRTOS/Source/portable/Common/mpu_wrappers.c
  27. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
  28. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
  29. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
  30. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
  31. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
  32. 0 0
      lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
  33. 0 0
      lib/FreeRTOS/Source/portable/MemMang/ReadMe.url
  34. 0 0
      lib/FreeRTOS/Source/portable/MemMang/heap_4.c
  35. 0 0
      lib/FreeRTOS/Source/portable/readme.txt
  36. 0 0
      lib/FreeRTOS/Source/queue.c
  37. 0 0
      lib/FreeRTOS/Source/readme.txt
  38. 0 0
      lib/FreeRTOS/Source/stream_buffer.c
  39. 0 0
      lib/FreeRTOS/Source/tasks.c
  40. 0 0
      lib/FreeRTOS/Source/timers.c
  41. 0 0
      lib/FreeRTOS/freertos_hook.c
  42. 0 0
      lib/FreeRTOS/readme.md
  43. 0 0
      lib/fatfs/00readme.txt
  44. 0 0
      lib/fatfs/ccsbcs.c
  45. 0 0
      lib/fatfs/diskio.c
  46. 0 0
      lib/fatfs/diskio.h
  47. 0 0
      lib/fatfs/ff.c
  48. 0 0
      lib/fatfs/ff.h
  49. 0 0
      lib/fatfs/ffconf.h
  50. 0 0
      lib/fatfs/integer.h
  51. 0 21
      vendor/freertos/freertos/readme.txt

Разница между файлами не показана из-за своего большого размера
+ 31 - 5
examples/obsolete/device/device_freertos/.cproject


+ 2 - 2
examples/obsolete/device/device_freertos/.project

@@ -81,9 +81,9 @@
 	</natures>
 	<linkedResources>
 		<link>
-			<name>freertos</name>
+			<name>FreeRTOS</name>
 			<type>2</type>
-			<locationURI>PARENT-4-PROJECT_LOC/vendor/freertos</locationURI>
+			<locationURI>PARENT-4-PROJECT_LOC/lib/FreeRTOS</locationURI>
 		</link>
 		<link>
 			<name>hw</name>

+ 0 - 0
vendor/freertos/FreeRTOSConfig.h → lib/FreeRTOS/FreeRTOSConfig.h


+ 0 - 0
vendor/freertos/freertos/License/license.txt → lib/FreeRTOS/License/license.txt


+ 0 - 0
vendor/freertos/freertos/Source/croutine.c → lib/FreeRTOS/Source/croutine.c


+ 0 - 0
vendor/freertos/freertos/Source/event_groups.c → lib/FreeRTOS/Source/event_groups.c


+ 0 - 0
vendor/freertos/freertos/Source/include/FreeRTOS.h → lib/FreeRTOS/Source/include/FreeRTOS.h


+ 0 - 0
vendor/freertos/freertos/Source/include/StackMacros.h → lib/FreeRTOS/Source/include/StackMacros.h


+ 0 - 0
vendor/freertos/freertos/Source/include/croutine.h → lib/FreeRTOS/Source/include/croutine.h


+ 0 - 0
vendor/freertos/freertos/Source/include/deprecated_definitions.h → lib/FreeRTOS/Source/include/deprecated_definitions.h


+ 0 - 0
vendor/freertos/freertos/Source/include/event_groups.h → lib/FreeRTOS/Source/include/event_groups.h


+ 0 - 0
vendor/freertos/freertos/Source/include/list.h → lib/FreeRTOS/Source/include/list.h


+ 0 - 0
vendor/freertos/freertos/Source/include/message_buffer.h → lib/FreeRTOS/Source/include/message_buffer.h


+ 0 - 0
vendor/freertos/freertos/Source/include/mpu_prototypes.h → lib/FreeRTOS/Source/include/mpu_prototypes.h


+ 0 - 0
vendor/freertos/freertos/Source/include/mpu_wrappers.h → lib/FreeRTOS/Source/include/mpu_wrappers.h


+ 0 - 0
vendor/freertos/freertos/Source/include/portable.h → lib/FreeRTOS/Source/include/portable.h


+ 0 - 0
vendor/freertos/freertos/Source/include/projdefs.h → lib/FreeRTOS/Source/include/projdefs.h


+ 0 - 0
vendor/freertos/freertos/Source/include/queue.h → lib/FreeRTOS/Source/include/queue.h


+ 0 - 0
vendor/freertos/freertos/Source/include/semphr.h → lib/FreeRTOS/Source/include/semphr.h


+ 0 - 0
vendor/freertos/freertos/Source/include/stack_macros.h → lib/FreeRTOS/Source/include/stack_macros.h


+ 0 - 0
vendor/freertos/freertos/Source/include/stdint.readme → lib/FreeRTOS/Source/include/stdint.readme


+ 0 - 0
vendor/freertos/freertos/Source/include/stream_buffer.h → lib/FreeRTOS/Source/include/stream_buffer.h


+ 0 - 0
vendor/freertos/freertos/Source/include/task.h → lib/FreeRTOS/Source/include/task.h


+ 0 - 0
vendor/freertos/freertos/Source/include/timers.h → lib/FreeRTOS/Source/include/timers.h


+ 0 - 0
vendor/freertos/freertos/Source/list.c → lib/FreeRTOS/Source/list.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/Common/mpu_wrappers.c → lib/FreeRTOS/Source/portable/Common/mpu_wrappers.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/port.c → lib/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/portmacro.h → lib/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/port.c → lib/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/portmacro.h → lib/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/port.c → lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/portmacro.h → lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h


+ 0 - 0
vendor/freertos/freertos/Source/portable/MemMang/ReadMe.url → lib/FreeRTOS/Source/portable/MemMang/ReadMe.url


+ 0 - 0
vendor/freertos/freertos/Source/portable/MemMang/heap_4.c → lib/FreeRTOS/Source/portable/MemMang/heap_4.c


+ 0 - 0
vendor/freertos/freertos/Source/portable/readme.txt → lib/FreeRTOS/Source/portable/readme.txt


+ 0 - 0
vendor/freertos/freertos/Source/queue.c → lib/FreeRTOS/Source/queue.c


+ 0 - 0
vendor/freertos/freertos/Source/readme.txt → lib/FreeRTOS/Source/readme.txt


+ 0 - 0
vendor/freertos/freertos/Source/stream_buffer.c → lib/FreeRTOS/Source/stream_buffer.c


+ 0 - 0
vendor/freertos/freertos/Source/tasks.c → lib/FreeRTOS/Source/tasks.c


+ 0 - 0
vendor/freertos/freertos/Source/timers.c → lib/FreeRTOS/Source/timers.c


+ 0 - 0
vendor/freertos/freertos_hook.c → lib/FreeRTOS/freertos_hook.c


+ 0 - 0
vendor/freertos/readme.md → lib/FreeRTOS/readme.md


+ 0 - 0
vendor/fatfs/00readme.txt → lib/fatfs/00readme.txt


+ 0 - 0
vendor/fatfs/ccsbcs.c → lib/fatfs/ccsbcs.c


+ 0 - 0
vendor/fatfs/diskio.c → lib/fatfs/diskio.c


+ 0 - 0
vendor/fatfs/diskio.h → lib/fatfs/diskio.h


+ 0 - 0
vendor/fatfs/ff.c → lib/fatfs/ff.c


+ 0 - 0
vendor/fatfs/ff.h → lib/fatfs/ff.h


+ 0 - 0
vendor/fatfs/ffconf.h → lib/fatfs/ffconf.h


+ 0 - 0
vendor/fatfs/integer.h → lib/fatfs/integer.h


+ 0 - 21
vendor/freertos/freertos/readme.txt

@@ -1,21 +0,0 @@
-Directories:
-
-+ The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
-  its own readme file.
-
-+ The FreeRTOS/Demo directory contains a demo application for every official
-FreeRTOS port, and contains its own readme file.
-
-+ See http://www.freertos.org/a00017.html for full details of the directory 
-  structure and information on locating the files you require.
-
-The easiest way to use FreeRTOS is to start with one of the pre-configured demo 
-application projects (found in the FreeRTOS/Demo directory).  That way you will
-have the correct FreeRTOS source files included, and the correct include paths
-configured.  Once a demo application is building and executing you can remove
-the demo application file, and start to add in your own application source
-files.
-
-See also -
-http://www.freertos.org/FreeRTOS-quick-start-guide.html
-http://www.freertos.org/FAQHelp.html

Некоторые файлы не были показаны из-за большого количества измененных файлов