Repo for all AUVIC firmware
Simply download your favorite IDE that runs GCC to get this running. Import a project into your workspace and exclude the following from the build (right click on the file/folder):
- Drivers->FreeRTOS->Source->Portable->MemMang->heap_"1,2,3,5"
- Drivers->FreeRTOS->Source->Portable->GCC->(All but "ARM_CM4F")
This step is required because the compiler will try to build all architecture types - we dont want that. Last step is to include folders into your build path. It should look something like this...
Checkout the wiki for detailed information about the firmware.