1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00
trezor-firmware/core/embed/lib
2024-09-27 09:49:20 +02:00
..
fonts feat(core/translations): add it, pt 2024-09-03 21:58:09 +02:00
assert.h refactor(core): optimize assert/fatal_error for reduced flash footprint 2024-06-17 16:57:33 +02:00
bl_check.c refactor(core): streamline layout definitions 2024-09-27 09:49:20 +02:00
bl_check.h refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
buffers.c chore(core): optimize stack usage during blurring 2023-12-18 10:01:30 +01:00
buffers.h fix(core): fix TOCTOU in sd card bootloader update procedure 2024-03-19 11:33:23 +01:00
colors.c feat(core): add basic support for efficient frame buffer graphics 2023-10-10 19:01:43 +02:00
colors.h feat(core): support STM32F429 discovery board 2023-06-15 17:08:14 +02:00
compiler_traits.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
display_draw.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
display_draw.h feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
display_utils.c refactor(core/embed): introduce display_utils.c 2024-01-26 11:30:40 +01:00
display_utils.h refactor(core/embed): introduce display_utils.c 2024-01-26 11:30:40 +01:00
dma2d_emul.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
error_handling.c refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00
error_handling.h refactor(core): optimize assert/fatal_error for reduced flash footprint 2024-06-17 16:57:33 +02:00
flash_utils.c refactor(core): rename TRANSLATIONS_AREA to ASSETS_AREA 2024-09-27 09:49:20 +02:00
flash_utils.h refactor(core/embed): introduce new mpu driver 2024-09-24 12:21:53 +02:00
gfx_bitblt_mono8.c fix(core): fix blending mono 4 on mono 8 canvas 2024-09-17 17:46:11 +02:00
gfx_bitblt_rgb565.c feat(core): introduce mono8 bitmap blending 2024-05-28 17:07:52 +02:00
gfx_bitblt_rgba8888.c feat(core): introduce mono8 bitmap blending 2024-05-28 17:07:52 +02:00
gfx_bitblt.h feat(core): introduce mono8 bitmap blending 2024-05-28 17:07:52 +02:00
gfx_color.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
gfx_color.h feat(core): add support for 32bit colors in UI 2024-07-09 11:44:21 +02:00
gfx_draw.c fix(core/prodtest): fix prodtest build with NEW_RENDERING on 2024-08-22 14:28:54 +02:00
gfx_draw.h fix(core/prodtest): fix prodtest build with NEW_RENDERING on 2024-08-22 14:28:54 +02:00
image_hash_conf.h perf(core): optimize boot speed on U5 by using has processor to calculate image hashes, switches to sha256 2024-02-29 23:05:56 +01:00
image.c refactor(core): streamline layout definitions 2024-09-27 09:49:20 +02:00
image.h refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
mini_printf.c refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
mini_printf.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
qr-code-generator refactor(core): move files out of extmod 2023-04-19 21:36:51 +02:00
rsod.c refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00
rsod.h refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00
secbool.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
sizedefs.h refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
terminal.c fix(core): support 32 bit colors in terminal 2024-09-24 12:21:53 +02:00
terminal.h feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
translations.c refactor(core): rename TRANSLATIONS_AREA to ASSETS_AREA 2024-09-27 09:49:20 +02:00
translations.h chore(embed/core): add include guard to translations.h 2024-09-24 12:21:53 +02:00
unit_variant.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
unit_variant.h refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00