This website requires JavaScript.
Explore
Help
Sign In
DarkFlippers
/
unleashed-firmware
Watch
1
Star
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2024-12-29 00:09:19 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
aeabf0447d
unleashed-firmware
/
furi
/
flipper.h
4 lines
39 B
C
Raw
Normal View
History
Unescape
Escape
[FL-872] Furi, API-HAL, App-Loader cleanup and improvements (#334) * Furi: replace obsolete furiac_exit with osThreadExit, drop obsolete apis and test. Rename systemd to flipper and move to separate file, cleanup. ApiHal: Rename timebase to os and move freertos hooks there, move insomnia api to power module. * Furi: new thread helper * Furi: cleanup thread documentation * Flipper, AppLoader: update to use FuriThread. Update tasks signatures to match FuriThreadCallback signature. * F4: rename API_HAL_TIMEBASE_DEBUG to API_HAL_OS_DEBUG * Applications: rename FuriApplication to FlipperApplication, use FuriThreadCallback signature for apps. * C++ app template sample, new exit method
2021-02-12 20:24:34 +03:00
#
pragma once
Api Symbols: replace asserts with checks (#3507) * Api Symbols: replace asserts with checks * Api Symbols: replace asserts with checks part 2 * Update no args function signatures with void, to help compiler to track incorrect usage * More unavoidable void * Update PVS config and code to make it happy * Format sources * nfc: fix checks * dead code cleanup & include fixes Co-authored-by: gornekich <n.gorbadey@gmail.com> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: hedger <hedger@nanode.su>
2024-03-19 17:43:52 +03:00
void
flipper_init
(
void
)
;
Reference in New Issue
Copy Permalink