Starting from FreeRTOS version 5.0.3 I made minor changes to the the
directory structure of the demo. The Figure 1 shows the new
organization. Figure 1 - the new directory organization First I moved the low level library files - ST Standard Library - from the Demo/ARM9_STR91x_IAR/Library folder to the Demo/Common/drivers/ST/STR91xFWLib
folder. This helps to share the library code between all STR91x demo
project, and it improves the source code re-usability and maintenance. Then I used a schema versioning to better manage more versions of the same component. I uploaded the file demo_src_v1.1.zip that contains these changes. |