Bernd Herzog
7fdb1af69d
External apps ( #1469 )
...
* implemented external app build
* added some ui stuff for testing
* added pacman game
* wired key to pacman game
* fixed pacman drawing issue
* changed afsk rx app to be external
* fixed ui::NavigationView initialization for external apps
* refactoring
* refactoring
* moved m4 image to external app
* added script for external app deployment
* refactoring
* implemented dynamic app listing
* added color to app icon
* improved app loading
* added external apps to sd card content
* refactoring
* review findings
* typo
* review findings
* improved memory management of bitmaps
2023-10-02 20:19:22 +02:00
Kyle Reed
47e95c0c47
Workaround for Capture startup hang ( #1285 )
...
* Attempt to fix Capture startup hang
* Pump baseband_queue on M4 startup
* Synchronization experiment
* Moved SpectrumCapture member, better hang detection for M0
* Prevent execute from working on members until class has been initialized.
* Formatting
* Remove workaround.
* Rebase on next
2023-07-22 10:06:55 -07:00
jLynx
033c4e9a5b
Formatted code ( #1007 )
...
* Updated style
* Updated files
* fixed new line
* Updated spacing
* File fix WIP
* Updated to clang 13
* updated comment style
* Removed old comment code
2023-05-19 08:16:05 +12:00
Bernd Herzog
b856b047cc
added compression of baseband images
2023-03-21 19:18:38 +01:00
phil-stumpy
66ba6442b1
Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187
2023-02-16 12:10:26 +00:00
furrtek
739956b42b
Sync with Sharebrained's fw, only Xylos TX works for now
2016-07-27 03:03:40 +02:00
furrtek
fdfa7c9776
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
firmware/Makefile
firmware/application/Makefile
firmware/application/event_m0.cpp
firmware/application/ui_setup.cpp
firmware/application/ui_setup.hpp
firmware/baseband/baseband_thread.cpp
firmware/baseband/baseband_thread.hpp
firmware/bootstrap/CMakeLists.txt
firmware/common/message.hpp
firmware/common/portapack_shared_memory.hpp
hardware/.gitignore
2016-07-25 16:35:42 +02:00
Jared Boone
97ba19af24
Change M4 loader to use image tags.
...
Also finish moving HackRF binary to tagged image region.
2016-07-01 10:37:22 -07:00
furrtek
d55a420dfd
Fixed module loading (again), only audio tx works for now
2016-04-28 14:59:14 +02:00
furrtek
1b0da68d65
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
firmware/application/Makefile
firmware/application/core_control.cpp
firmware/application/touch.cpp
firmware/application/ui_debug.cpp
firmware/application/ui_debug.hpp
firmware/application/ui_navigation.cpp
firmware/baseband/baseband_thread.cpp
2016-04-21 20:36:19 +02:00
Jared Boone
7ec476cb79
Rename m4_startup.* to more appropriate core_control.*
...
Now that there is M0- and M4-related code.
2016-02-16 11:09:00 -08:00