portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2
GNU General Public License v3.0
3.05k stars 520 forks source link

Adding a tutorial/wiki page on how to create .ppma apps #2002

Closed Rowingporte closed 4 months ago

Rowingporte commented 4 months ago

Description of the feature you're suggesting.

Would it be possible to have a guide or wiki page to explain how to code and compile the binaries to make custom apps for the hack rf. With the V2.0 and the ability to add apps directly to the SDCard this would be a nice thing to have. Thanks

Anything else?

No response

htotoo commented 4 months ago

While it is not what you requested, it could help till there will be one: https://github.com/portapack-mayhem/mayhem-firmware/pull/1949/files In this PR I created a simple ext app. (ignore the usb_serial_shell.cpp and messages.hpp and spi_image.hpp changes).

Rowingporte commented 4 months ago

Thank you, it will definitely help me