Georgij Černyšiov
Georgij Černyšiov
I am as well experiencing log retention issue on Windows platform. I just found this pull request but it seems like there is no progress on it since August 2017....
> Is there any good reason to not make BOOT_MAX_ALIGN configurable? #1609 but that only allows setting a custom value. Didn't do anything regarding: > fix bootutil, the simulator, imgtool,...
@chrysn tried with IPv6 (_per your example_) and with IPv4 (_`127.0.0.1`_) using `aiocoap-client`. Tested on two Win 10 machines one with Python 3.8 and the other with Python 3.11. The...
@FRASTM started to experience application freezing when it was started by the bootloader (BL). The H7 application freezes in the `SCB_DisableDCache` when `CONFIG_NO_OPTIMIZATIONS=y`. That happens within `z_arm_reset` in `z_arm_init_arch_hw_at_boot` when...
> > @FRASTM started to experience application freezing when it was started by the bootloader (BL). > > The H7 application freezes in the `SCB_DisableDCache` when `CONFIG_NO_OPTIMIZATIONS=y`. That happens within...
@benediktibk the issues seems to come from https://github.com/ARM-software/CMSIS_5/issues/620. Created #69789.
Hello, @ALABSTM, the issue is not the length itself, but the undefined behavior for dereferencing `uint32_t*` in `CRYP_AESGCM_Process`, which leads to an incorrect value of `uint32_t` during decryption (_somehow produces...
@lukasostendorf nice! The "patch" hadn’t been tested against every possible input. The issue was subsequently identified and analyzed to understand its root cause. > I do not understand the check...