This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
flipperzero-firmware
Watch
1
Star
0
Fork
0
You've already forked flipperzero-firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7570ac08a9
flipperzero-firmware
/
firmware
/
targets
/
local
/
Src
/
main.c
11 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
WIP target lo custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
2020-08-17 09:45:53 +00:00
/*
Flipper
devices
inc
.
Local
fw
build
entry
point
.
*/
Add minunit test framework (#168) * add minunit tests * fix logging * ignore unexisting time service on embedded targets * fix warning, issue with printf * add exitcode * migrate to printf * indicate test by leds * add testing description * redesigned minunit tests to allow testing in separate files * add test step for local target * add failure test * add restore test_check * testing description Co-authored-by: rusdacent <rusdacentx0x08@gmail.com> Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
2020-10-10 10:32:06 +00:00
int
app
(
)
;
WIP target lo custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
2020-08-17 09:45:53 +00:00
int
main
(
)
{
Add minunit test framework (#168) * add minunit tests * fix logging * ignore unexisting time service on embedded targets * fix warning, issue with printf * add exitcode * migrate to printf * indicate test by leds * add testing description * redesigned minunit tests to allow testing in separate files * add test step for local target * add failure test * add restore test_check * testing description Co-authored-by: rusdacent <rusdacentx0x08@gmail.com> Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
2020-10-10 10:32:06 +00:00
return
app
(
)
;
WIP target lo custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
2020-08-17 09:45:53 +00:00
}
Reference in New Issue
Copy Permalink