Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild

This commit is contained in:
Willy-JL
2023-09-04 23:36:06 +02:00
58 changed files with 198 additions and 96 deletions

View File

@@ -3,7 +3,7 @@
#include <furi.h>
#include <algorithm>
#define TAG "hashtable_api"
#define TAG "ApiHashtable"
bool elf_resolve_from_hashtable(
const ElfApiInterface* interface,

View File

@@ -17,7 +17,7 @@
#define BUFFER_SIZE 512
#define TAG "fap_assets"
#define TAG "FapAssets"
#pragma pack(push, 1)

View File

@@ -5,7 +5,7 @@
#include "elf_api_interface.h"
#include "../api_hashtable/api_hashtable.h"
#define TAG "elf"
#define TAG "Elf"
#define ELF_NAME_BUFFER_LEN 32
#define SECTION_OFFSET(e, n) ((e)->section_table + (n) * sizeof(Elf32_Shdr))

View File

@@ -9,7 +9,7 @@
#include <furi.h>
#define TAG "libmgr"
#define TAG "PluginManager"
#define MAX_NAME_LEN 254