This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleashed-firmware
Watch
2
Star
0
Fork
You've already forked unleashed-firmware
0
mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced
2024-12-18 00:33:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
67dae229a9
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 17:24:34 +00:00
#
pragma once
Api Symbols: replace asserts with checks merge ofw commit
2024-03-25 10:53:32 +00:00
void
flipper_init
(
void
)
;
Reference in a new issue
Copy permalink