kasjer
kasjer
I'm not sure if this is by design but when downgrade prevention with version number is used and overwrite only method is chosen, having exact same version in slot1 will...
newt tool can create link_tables.ld.h file from pkg.link_table section This modifies all STM32 linker scripts to have this functionality. G4 and G0 already have common linker script so they are...
msc_fat_view adds some predefined entries to root directory. If application decides to add more entries after USB starts and host system already read and cached some data media eject/insert sequence...
This adds support for mynewt common startup code in two NRF boards
Driver for display that have I2C interface (SDD1306) Signed-off-by: Jerzy Kasenberg
Currently ETH driver works with F4 and F7 devices. Same block is present in H7 chips. Driver uses older version of ST HAL (v1.2.10 for F7 and v1.7.13 for F4)....
This adds support for NXP LPCXPRESSO55S28 board.
This adds easy way to add application specific shared memory regions that will be defined on application core and can be easily found on network core. This is done so...
This should fix compilation error when -O2 optimization is enabled. GCC incorrectly detects problem. This change adds asserts that convinces GCC that pre-condition will not result in accessing memory out-of-bounds....
So far TinyCRYPT library was used in SM. Now it is possible to build it with Mbed-TLS.