You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe 9ff458fcde change fatfs 52832 proj to 52833 proj 1 year ago
..
config init 1 year ago
license init 1 year ago
portable init 1 year ago
source init 1 year ago
readme.txt init 1 year ago

readme.txt

Implementations detail.

No changes to original FreeRTOS code was made.
Directories was reorganized to move all changed or optional items outside the original, copied code.
That way just copying new version of FreeRTOS should give functional code.

Folders:
- source: Original Source directory from FreeRTOS. Deleted all port files from portable subdirectory.
In portable subdirectory only MemMang was left.
- license: Original License directory from FreeRTOS.
- config: Base (clean) FreeRTOS configuration file.
- portable: Port files created for nrf5x microcontroller.