unleashed-firmware/applications/examples
Silent 8672a1d94c
Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866)
strlcpy doesn't zero the buffer and ensures null termination,
just like snprintf

strlcat is already used by mjs and it's a safe alternative to strcat,
so it should be OK to expose to apps
2024-09-07 17:16:56 +01:00
..
example_adc [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
example_apps_assets [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
example_apps_data [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
example_ble_beacon [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
example_custom_font [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
example_event_loop [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
example_images Images linting: ensure that all images conform specification (#3802) 2024-08-07 11:57:32 +09:00
example_number_input Gui: change dialog_ex text ownership model (#3831) 2024-09-05 14:32:48 +01:00
example_plugins [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
example_plugins_advanced [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
example_thermo Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat (#3866) 2024-09-07 17:16:56 +01:00
example_view_dispatcher [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
example_view_holder [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
application.fam [FL-3097] fbt, faploader: minimal app module implementation (#2420) 2023-03-14 23:29:28 +09:00