flipperzero-firmware/lib/flipper_application
David Coles a6b98ccbbe
Preliminary Rust support (#1781)
* Add support for R_ARM_THM_MOVW_ABS_NC/THM_MOVT_ABS

These are sometimes emitted by the Rust LLVM compiler.

Ref: https://github.com/ARM-software/abi-aa/blob/main/aaelf32/aaelf32.rst#56relocation

* Discard LLVM bitcode from extension applications

LLVM-based compilers may include uncompressed bitcode in object files
to help with link-time optimization. However this can bloat binary sizes
from KB to MB.

* Expose alligned_malloc/free functions to applications

This is required to implement a global allocator in Rust.
2022-09-26 07:06:46 +10:00
..
elf Preliminary Rust support (#1781) 2022-09-26 07:06:46 +10:00
application_manifest.c ELF-Loader: C++ plugin support, loader overhaul. (#1744) 2022-09-25 23:11:29 +09:00
application_manifest.h ELF-Loader: C++ plugin support, loader overhaul. (#1744) 2022-09-25 23:11:29 +09:00
flipper_application.c ELF-Loader: C++ plugin support, loader overhaul. (#1744) 2022-09-25 23:11:29 +09:00
flipper_application.h ELF-Loader: C++ plugin support, loader overhaul. (#1744) 2022-09-25 23:11:29 +09:00
SConscript [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00