Closed ezod closed 2 years ago
Building the FAP currently generates the following error:
scons: warning: build/f7-firmware-D/gps.fap: app won't run. Unresolved symbols: {'xStreamBufferGenericCreate', 'xStreamBufferSendFromISR', 'vStreamBufferDelete', 'xStreamBufferReceive'}
These functions are all from stream_buffer.h in FreeRTOS, and are not exported in the Flipper API's api_symbols.csv. According to the developers, these functions will be made available next week through API wrappers.
stream_buffer.h
api_symbols.csv
Building the FAP currently generates the following error:
These functions are all from
stream_buffer.h
in FreeRTOS, and are not exported in the Flipper API'sapi_symbols.csv
. According to the developers, these functions will be made available next week through API wrappers.