ezod / flipperzero-gps

Flipper Zero application for NMEA 0183 serial GPS modules.
GNU General Public License v3.0
281 stars 26 forks source link

Undefined symbols from FreeRTOS stream buffer API #1

Closed ezod closed 1 year ago

ezod commented 1 year 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.