Skip to content

Partial subtree of FreeRTOS sources for smaller repo size

Notifications You must be signed in to change notification settings

modm-ext/freertos-partial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeRTOS partial tree

This is just a partial copy of the freertos repository to reduce repository size. The following paths are extracted:

FreeRTOS

  • FreeRTOS/Source/portable/GCC/ARM_CM0
  • FreeRTOS/Source/portable/GCC/ARM_CM3
  • FreeRTOS/Source/portable/GCC/ARM_CM4F
  • FreeRTOS/Source/portable/GCC/ARM_CM7
  • FreeRTOS/Source/portable/MemMang/*.c
  • FreeRTOS/Source/include/*.h
  • FreeRTOS/Source/*.c
  • FreeRTOS/License

FreeRTOS-Plus-TCP

  • FreeRTOS-PLUS-TCP/portable/BufferManagement
  • FreeRTOS-PLUS-TCP/portable/Compiler/GCC
  • FreeRTOS-PLUS-TCP/include/*.h
  • FreeRTOS-PLUS-TCP/tools
  • FreeRTOS-PLUS-TCP/*.c
  • FreeRTOS-PLUS-TCP/LICENSE_INFORMATION.txt

This repository is updated periodically by GitHub Actions.