Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed May 6, 2024
1 parent ffb82f4 commit 190e8b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps/ledger-secure-sdk
Submodule ledger-secure-sdk updated 96 files
+89 −303 .github/workflows/build_all_apps.yml
+2 −2 .github/workflows/check_clang_static_analyzer.yml
+1 −1 Makefile.app_params
+13 −45 Makefile.defines
+4 −4 Makefile.glyphs
+1 −1 Makefile.rules
+44 −25 Makefile.standard_app
+63 −0 Makefile.target
+24 −20 README.md
+8 −0 include/app_config.h
+11 −0 include/cx_errors.h
+7 −0 include/cx_stubs.h
+1 −1 include/cx_trampoline.h
+2 −3 include/os_io.h
+2 −0 include/os_io_seproxyhal.h
+4 −0 include/os_print.h
+4 −4 lib_blewbxx_impl/src/ledger_ble.c
+7 −0 lib_cxng/cx.export
+29 −0 lib_cxng/include/lcx_crc.h
+129 −0 lib_cxng/include/lcx_eddsa.h
+2 −0 lib_cxng/src/cx_aes.c
+1 −8 lib_cxng/src/cx_crc.h
+2 −0 lib_cxng/src/cx_crc16.c
+1 −1 lib_cxng/src/cx_crc32.c
+321 −229 lib_cxng/src/cx_eddsa.c
+7 −0 lib_cxng/src/cx_exported_functions.c
+2 −0 lib_cxng/src/cx_hash.c
+2 −0 lib_cxng/src/cx_rng.c
+2 −0 lib_cxng/src/cx_sha256.c
+15 −8 lib_nbgl/doc/nbgl_use_case.dox
+2 −2 lib_nbgl/doc/nbgl_use_case_nanos.dox
+1 −0 lib_nbgl/fonts/config-Inter-Medium36-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Medium36.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28.ini
+ lib_nbgl/glyphs/nano/icon_coggle.gif
+ lib_nbgl/glyphs/nano/icon_processing.gif
+ lib_nbgl/glyphs/nano/icon_warning.gif
+11 −3 lib_nbgl/include/nbgl_content.h
+1 −0 lib_nbgl/include/nbgl_debug.h
+4 −4 lib_nbgl/include/nbgl_draw.h
+3 −2 lib_nbgl/include/nbgl_flow.h
+1 −1 lib_nbgl/include/nbgl_fonts.h
+140 −51 lib_nbgl/include/nbgl_layout.h
+20 −8 lib_nbgl/include/nbgl_obj.h
+7 −5 lib_nbgl/include/nbgl_page.h
+8 −4 lib_nbgl/include/nbgl_step.h
+3 −4 lib_nbgl/include/nbgl_types.h
+119 −90 lib_nbgl/include/nbgl_use_case.h
+1 −10 lib_nbgl/serialization/nbgl_lib.py
+22 −12 lib_nbgl/src/nbgl_draw.c
+48 −9 lib_nbgl/src/nbgl_flow.c
+172 −23 lib_nbgl/src/nbgl_fonts.c
+134 −68 lib_nbgl/src/nbgl_layout.c
+7 −8 lib_nbgl/src/nbgl_layout_internal.h
+613 −246 lib_nbgl/src/nbgl_layout_keyboard.c
+286 −36 lib_nbgl/src/nbgl_layout_keypad.c
+25 −10 lib_nbgl/src/nbgl_layout_keypad_nanos.c
+43 −9 lib_nbgl/src/nbgl_layout_nanos.c
+34 −45 lib_nbgl/src/nbgl_layout_navigation.c
+120 −39 lib_nbgl/src/nbgl_obj.c
+47 −60 lib_nbgl/src/nbgl_obj_keyboard.c
+8 −8 lib_nbgl/src/nbgl_obj_keypad.c
+1 −0 lib_nbgl/src/nbgl_obj_pool.c
+35 −34 lib_nbgl/src/nbgl_page.c
+13 −4 lib_nbgl/src/nbgl_screen.c
+67 −10 lib_nbgl/src/nbgl_step.c
+67 −15 lib_nbgl/src/nbgl_touch.c
+767 −426 lib_nbgl/src/nbgl_use_case.c
+820 −294 lib_nbgl/src/nbgl_use_case_nanos.c
+4 −4 lib_nbgl/tools/generate_ledgerimg.sh
+8 −3 lib_nbgl/tools/icon2glyph.py
+17 −0 lib_standard_app/io.c
+7 −7 lib_standard_app/io.h
+1 −1 lib_stusb_impl/u2f_impl.c
+6 −8 lib_stusb_impl/usbd_impl.c
+71 −0 lib_ux_sync/include/ux_sync.h
+329 −0 lib_ux_sync/src/ux_sync.c
+1 −0 qrcode/src/qrcodegen.c
+8 −0 src/app_metadata.c
+7 −0 src/cx_stubs.S
+7 −1 src/ledger_assert.c
+1 −0 src/os.c
+2 −1 src/os_io_seproxyhal.c
+1 −0 src/os_io_task.c
+1 −0 src/os_printf.c
+3 −3 target/flex/include/bolos_target.h
+0 −0 target/flex/plugin_script.ld
+1 −0 target/flex/script.ld
+1 −0 target/nanos/script.ld
+1 −0 target/nanos2/script.ld
+1 −0 target/nanox/script.ld
+1 −0 target/stax/script.ld
+12 −18 tools/ttf2inc.py
2 changes: 1 addition & 1 deletion deps/ledger-zxlib
2 changes: 1 addition & 1 deletion deps/nanosplus-secure-sdk
Submodule nanosplus-secure-sdk updated 96 files
+89 −303 .github/workflows/build_all_apps.yml
+2 −2 .github/workflows/check_clang_static_analyzer.yml
+1 −1 Makefile.app_params
+13 −45 Makefile.defines
+4 −4 Makefile.glyphs
+1 −1 Makefile.rules
+44 −25 Makefile.standard_app
+63 −0 Makefile.target
+24 −20 README.md
+8 −0 include/app_config.h
+11 −0 include/cx_errors.h
+7 −0 include/cx_stubs.h
+1 −1 include/cx_trampoline.h
+2 −3 include/os_io.h
+2 −0 include/os_io_seproxyhal.h
+4 −0 include/os_print.h
+4 −4 lib_blewbxx_impl/src/ledger_ble.c
+7 −0 lib_cxng/cx.export
+29 −0 lib_cxng/include/lcx_crc.h
+129 −0 lib_cxng/include/lcx_eddsa.h
+2 −0 lib_cxng/src/cx_aes.c
+1 −8 lib_cxng/src/cx_crc.h
+2 −0 lib_cxng/src/cx_crc16.c
+1 −1 lib_cxng/src/cx_crc32.c
+321 −229 lib_cxng/src/cx_eddsa.c
+7 −0 lib_cxng/src/cx_exported_functions.c
+2 −0 lib_cxng/src/cx_hash.c
+2 −0 lib_cxng/src/cx_rng.c
+2 −0 lib_cxng/src/cx_sha256.c
+15 −8 lib_nbgl/doc/nbgl_use_case.dox
+2 −2 lib_nbgl/doc/nbgl_use_case_nanos.dox
+1 −0 lib_nbgl/fonts/config-Inter-Medium36-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Medium36.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28.ini
+ lib_nbgl/glyphs/nano/icon_coggle.gif
+ lib_nbgl/glyphs/nano/icon_processing.gif
+ lib_nbgl/glyphs/nano/icon_warning.gif
+11 −3 lib_nbgl/include/nbgl_content.h
+1 −0 lib_nbgl/include/nbgl_debug.h
+4 −4 lib_nbgl/include/nbgl_draw.h
+3 −2 lib_nbgl/include/nbgl_flow.h
+1 −1 lib_nbgl/include/nbgl_fonts.h
+140 −51 lib_nbgl/include/nbgl_layout.h
+20 −8 lib_nbgl/include/nbgl_obj.h
+7 −5 lib_nbgl/include/nbgl_page.h
+8 −4 lib_nbgl/include/nbgl_step.h
+3 −4 lib_nbgl/include/nbgl_types.h
+119 −90 lib_nbgl/include/nbgl_use_case.h
+1 −10 lib_nbgl/serialization/nbgl_lib.py
+22 −12 lib_nbgl/src/nbgl_draw.c
+48 −9 lib_nbgl/src/nbgl_flow.c
+172 −23 lib_nbgl/src/nbgl_fonts.c
+134 −68 lib_nbgl/src/nbgl_layout.c
+7 −8 lib_nbgl/src/nbgl_layout_internal.h
+613 −246 lib_nbgl/src/nbgl_layout_keyboard.c
+286 −36 lib_nbgl/src/nbgl_layout_keypad.c
+25 −10 lib_nbgl/src/nbgl_layout_keypad_nanos.c
+43 −9 lib_nbgl/src/nbgl_layout_nanos.c
+34 −45 lib_nbgl/src/nbgl_layout_navigation.c
+120 −39 lib_nbgl/src/nbgl_obj.c
+47 −60 lib_nbgl/src/nbgl_obj_keyboard.c
+8 −8 lib_nbgl/src/nbgl_obj_keypad.c
+1 −0 lib_nbgl/src/nbgl_obj_pool.c
+35 −34 lib_nbgl/src/nbgl_page.c
+13 −4 lib_nbgl/src/nbgl_screen.c
+67 −10 lib_nbgl/src/nbgl_step.c
+67 −15 lib_nbgl/src/nbgl_touch.c
+767 −426 lib_nbgl/src/nbgl_use_case.c
+820 −294 lib_nbgl/src/nbgl_use_case_nanos.c
+4 −4 lib_nbgl/tools/generate_ledgerimg.sh
+8 −3 lib_nbgl/tools/icon2glyph.py
+17 −0 lib_standard_app/io.c
+7 −7 lib_standard_app/io.h
+1 −1 lib_stusb_impl/u2f_impl.c
+6 −8 lib_stusb_impl/usbd_impl.c
+71 −0 lib_ux_sync/include/ux_sync.h
+329 −0 lib_ux_sync/src/ux_sync.c
+1 −0 qrcode/src/qrcodegen.c
+8 −0 src/app_metadata.c
+7 −0 src/cx_stubs.S
+7 −1 src/ledger_assert.c
+1 −0 src/os.c
+2 −1 src/os_io_seproxyhal.c
+1 −0 src/os_io_task.c
+1 −0 src/os_printf.c
+3 −3 target/flex/include/bolos_target.h
+0 −0 target/flex/plugin_script.ld
+1 −0 target/flex/script.ld
+1 −0 target/nanos/script.ld
+1 −0 target/nanos2/script.ld
+1 −0 target/nanox/script.ld
+1 −0 target/stax/script.ld
+12 −18 tools/ttf2inc.py
2 changes: 1 addition & 1 deletion deps/nanox-secure-sdk
Submodule nanox-secure-sdk updated 96 files
+89 −303 .github/workflows/build_all_apps.yml
+2 −2 .github/workflows/check_clang_static_analyzer.yml
+1 −1 Makefile.app_params
+13 −45 Makefile.defines
+4 −4 Makefile.glyphs
+1 −1 Makefile.rules
+44 −25 Makefile.standard_app
+63 −0 Makefile.target
+24 −20 README.md
+8 −0 include/app_config.h
+11 −0 include/cx_errors.h
+7 −0 include/cx_stubs.h
+1 −1 include/cx_trampoline.h
+2 −3 include/os_io.h
+2 −0 include/os_io_seproxyhal.h
+4 −0 include/os_print.h
+4 −4 lib_blewbxx_impl/src/ledger_ble.c
+7 −0 lib_cxng/cx.export
+29 −0 lib_cxng/include/lcx_crc.h
+129 −0 lib_cxng/include/lcx_eddsa.h
+2 −0 lib_cxng/src/cx_aes.c
+1 −8 lib_cxng/src/cx_crc.h
+2 −0 lib_cxng/src/cx_crc16.c
+1 −1 lib_cxng/src/cx_crc32.c
+321 −229 lib_cxng/src/cx_eddsa.c
+7 −0 lib_cxng/src/cx_exported_functions.c
+2 −0 lib_cxng/src/cx_hash.c
+2 −0 lib_cxng/src/cx_rng.c
+2 −0 lib_cxng/src/cx_sha256.c
+15 −8 lib_nbgl/doc/nbgl_use_case.dox
+2 −2 lib_nbgl/doc/nbgl_use_case_nanos.dox
+1 −0 lib_nbgl/fonts/config-Inter-Medium36-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Medium36.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-Regular28.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28-1bpp.ini
+1 −0 lib_nbgl/fonts/config-Inter-SemiBold28.ini
+ lib_nbgl/glyphs/nano/icon_coggle.gif
+ lib_nbgl/glyphs/nano/icon_processing.gif
+ lib_nbgl/glyphs/nano/icon_warning.gif
+11 −3 lib_nbgl/include/nbgl_content.h
+1 −0 lib_nbgl/include/nbgl_debug.h
+4 −4 lib_nbgl/include/nbgl_draw.h
+3 −2 lib_nbgl/include/nbgl_flow.h
+1 −1 lib_nbgl/include/nbgl_fonts.h
+140 −51 lib_nbgl/include/nbgl_layout.h
+20 −8 lib_nbgl/include/nbgl_obj.h
+7 −5 lib_nbgl/include/nbgl_page.h
+8 −4 lib_nbgl/include/nbgl_step.h
+3 −4 lib_nbgl/include/nbgl_types.h
+119 −90 lib_nbgl/include/nbgl_use_case.h
+1 −10 lib_nbgl/serialization/nbgl_lib.py
+22 −12 lib_nbgl/src/nbgl_draw.c
+48 −9 lib_nbgl/src/nbgl_flow.c
+172 −23 lib_nbgl/src/nbgl_fonts.c
+134 −68 lib_nbgl/src/nbgl_layout.c
+7 −8 lib_nbgl/src/nbgl_layout_internal.h
+613 −246 lib_nbgl/src/nbgl_layout_keyboard.c
+286 −36 lib_nbgl/src/nbgl_layout_keypad.c
+25 −10 lib_nbgl/src/nbgl_layout_keypad_nanos.c
+43 −9 lib_nbgl/src/nbgl_layout_nanos.c
+34 −45 lib_nbgl/src/nbgl_layout_navigation.c
+120 −39 lib_nbgl/src/nbgl_obj.c
+47 −60 lib_nbgl/src/nbgl_obj_keyboard.c
+8 −8 lib_nbgl/src/nbgl_obj_keypad.c
+1 −0 lib_nbgl/src/nbgl_obj_pool.c
+35 −34 lib_nbgl/src/nbgl_page.c
+13 −4 lib_nbgl/src/nbgl_screen.c
+67 −10 lib_nbgl/src/nbgl_step.c
+67 −15 lib_nbgl/src/nbgl_touch.c
+767 −426 lib_nbgl/src/nbgl_use_case.c
+820 −294 lib_nbgl/src/nbgl_use_case_nanos.c
+4 −4 lib_nbgl/tools/generate_ledgerimg.sh
+8 −3 lib_nbgl/tools/icon2glyph.py
+17 −0 lib_standard_app/io.c
+7 −7 lib_standard_app/io.h
+1 −1 lib_stusb_impl/u2f_impl.c
+6 −8 lib_stusb_impl/usbd_impl.c
+71 −0 lib_ux_sync/include/ux_sync.h
+329 −0 lib_ux_sync/src/ux_sync.c
+1 −0 qrcode/src/qrcodegen.c
+8 −0 src/app_metadata.c
+7 −0 src/cx_stubs.S
+7 −1 src/ledger_assert.c
+1 −0 src/os.c
+2 −1 src/os_io_seproxyhal.c
+1 −0 src/os_io_task.c
+1 −0 src/os_printf.c
+3 −3 target/flex/include/bolos_target.h
+0 −0 target/flex/plugin_script.ld
+1 −0 target/flex/script.ld
+1 −0 target/nanos/script.ld
+1 −0 target/nanos2/script.ld
+1 −0 target/nanox/script.ld
+1 −0 target/stax/script.ld
+12 −18 tools/ttf2inc.py

0 comments on commit 190e8b5

Please sign in to comment.