-
- Downloads
cc3200: Modify simplelink FreeRTOS OSI layer to only use semaphores.
Before, both mutexes and semaphores were used. Using only the latter and with a bit of cleanup to remove some code bloat, we save ~600 bytes of code.
Showing
- cc3200/FreeRTOS/FreeRTOSConfig.h 1 addition, 1 deletioncc3200/FreeRTOS/FreeRTOSConfig.h
- cc3200/fatfs/src/option/syscall.c 1 addition, 1 deletioncc3200/fatfs/src/option/syscall.c
- cc3200/simplelink/oslib/osi.h 3 additions, 3 deletionscc3200/simplelink/oslib/osi.h
- cc3200/simplelink/oslib/osi_freertos.c 32 additions, 135 deletionscc3200/simplelink/oslib/osi_freertos.c
Loading
Please register or sign in to comment