1. ee288fd ci: Fix workflow check action by Szymon Janc · 5 days ago master
  2. 17d3a06 repository: Apache Mynewt 1.15.0 release by Szymon Janc · 6 days ago
  3. ea2b7eb Prepare for Apache Mynewt 1.15.0 release by Szymon Janc · 2 weeks ago mynewt_1_15_0_rc1_tag mynewt_1_15_0_tag
  4. cc7583a bsp/stm32fdiscovery: Add QSPI supprt by Jerzy Kasenberg · 4 weeks ago
  5. 493f2da drivers/flash: Add QSPI support for STM32 by Jerzy Kasenberg · 4 weeks ago
  6. c779bc0 nvic: Fix build for c++ by Jerzy Kasenberg · 2 weeks ago
  7. ed0201c nvic: Add NVIC_ConfigVector by Jerzy Kasenberg · 3 weeks ago
  8. 3c96500 mtest/nvreg: fix test state retention across system resets by Wiktor Kwiatkowski · 3 weeks ago
  9. 0a277ed boot: add dedicated heap section by Wiktor Kwiatkowski · 3 weeks ago
  10. e735857 linker: rename .bssnz to .noinit to fix linker wildcard conflicts by Wiktor Kwiatkowski · 5 weeks ago
  11. 00be19a encoding/json: Add float support by Jerzy Kasenberg · 3 weeks ago
  12. 618e8eb ci: Remove references to arc architecture by Jerzy Kasenberg · 3 weeks ago
  13. b0a9264 arch/arc: Remove support for arc by Jerzy Kasenberg · 3 weeks ago
  14. 33c449c stm32_eth: Add configuration support by Jerzy Kasenberg · 3 months ago
  15. dade656 sys/id: Register conf_handler statically by Jerzy Kasenberg · 3 months ago
  16. 01cd0bc sys/fault: Use static conf_handler registration by Jerzy Kasenberg · 3 months ago
  17. 628ec5a sys/config: Add static conf handlers support by Jerzy Kasenberg · 3 months ago
  18. 703e0ba hw/mpu: Add link table configuration of MPU by Jerzy Kasenberg · 4 weeks ago
  19. c6821d4 nrf5340/spi: Increase driver strenght for high speed by Jerzy Kasenberg · 4 weeks ago
  20. ceef2cd util: Move packege bit_set to util from hw/util by Jerzy Kasenberg · 4 weeks ago
  21. ec43edd driver/mmc: Fix stack corruption on error formating by Jerzy Kasenberg · 3 weeks ago
  22. 9cdef1e drivers/mmc: Read crc for data commands by Jerzy Kasenberg · 3 weeks ago
  23. ecdb890 ci: Remove references to mips by Jerzy Kasenberg · 4 weeks ago
  24. 2fd94b8 arch/mips: Remove support for mips by Jerzy Kasenberg · 4 weeks ago
  25. 895222b compiler/xc32: Add speed profile by Jerzy Kasenberg · 4 weeks ago
  26. bde76da drivers/spi_stm32: Add support for STM32H5 by Jerzy Kasenberg · 4 weeks ago
  27. 0d298ad crypto/mbedtls: Upgrade to v3.6.6 by Szymon Janc · 4 weeks ago
  28. 48df2de drivers/mmc: Rework to use change disk api by Jerzy Kasenberg · 5 weeks ago
  29. 4ab74a6 util: Add bit_set by Jerzy Kasenberg · 5 weeks ago
  30. 703229e fs/littlefs: Use mount points by Jerzy Kasenberg · 5 weeks ago
  31. 9470a66 fs/fatfs: Rework to use file system api by Jerzy Kasenberg · 1 year, 1 month ago
  32. c7b3066 fs/fs: Add mount cli command by Jerzy Kasenberg · 1 year, 1 month ago
  33. 668ddf7 fs/nffs: Use mount points by Jerzy Kasenberg · 1 year, 1 month ago
  34. a2dbdfd fs: Introduce file system entity by Jerzy Kasenberg · 1 year, 1 month ago
  35. d0a74e3 fs/disks: Rework disk interface by Jerzy Kasenberg · 1 year, 1 month ago
  36. eb3d397 ci: add explicit least-privilege permissions to CI workflows by Arpit Jain · 3 months ago
  37. 5aaf383 baselibc/memcpy: Update memcpy() for Cortex-M by Jerzy Kasenberg · 8 weeks ago
  38. 4b29213 baselibc: Add option to disable memset and memcpy by Jerzy Kasenberg · 9 weeks ago
  39. 6b86f2a crypto: Remove Tinycrypt support by Szymon Janc · 7 weeks ago
  40. 06bffc7 apps/crypto_test: Remove Tinycrypt support by Szymon Janc · 7 weeks ago
  41. 92ce0a8 apps/hash_test: Remove Tinycrypt support by Szymon Janc · 7 weeks ago
  42. 2914b4a encflash: Remove Tincyrypt encryption support by Szymon Janc · 7 weeks ago
  43. 08f21fe bsp/native: Use Mbed TLS backedng for encrypted flash by Szymon Janc · 7 weeks ago
  44. ae14242 trng: Port software backend from Tinycrypt to Mbed TLS by Szymon Janc · 7 weeks ago
  45. 90977d1 encflash: Add MbedTLS implementation by Szymon Janc · 7 weeks ago
  46. e4d6b5e encoding/json: Fix not terminated string by Jerzy Kasenberg · 6 weeks ago
  47. 5eed4ee json/selftest: Add error test cases by Jerzy Kasenberg · 6 weeks ago
  48. 630404f json/selftest: Fix const usage in test by Jerzy Kasenberg · 6 weeks ago
  49. 532f334 encoding/json: Add const for string fileds by Jerzy Kasenberg · 6 weeks ago
  50. c2b874b uart_console: Use ring_buffer API for init by Jerzy Kasenberg · 7 weeks ago
  51. 10b89de util/ring_buffer: Extend API for easy usage by Jerzy Kasenberg · 7 weeks ago
  52. 79d699b baselibc: Add strtof implementation by Jerzy Kasenberg · 5 weeks ago
  53. 82e2383 sys/log: Fix storage info for log_cbmem by Jerzy Kasenberg · 5 weeks ago
  54. 2a49b9b stm32u5: Fix flash write with cache by Jerzy Kasenberg · 5 weeks ago
  55. df01ae3 baselibc: Prevent optimization memset loop by Jerzy Kasenberg · 5 weeks ago
  56. 53ed93a shell: Fix static command registration by Jerzy Kasenberg · 6 weeks ago
  57. bc1f0ec drivers/crypto_stm32: Fix build for some devices by Jerzy Kasenberg · 6 weeks ago
  58. 0e89505 apps/crypto_test: Fix NULL pointer dereference by Jerzy Kasenberg · 6 weeks ago
  59. fb5c45c mcu/stm32u5: Update repositories by Jerzy Kasenberg · 6 weeks ago
  60. 1dcb119 stm32/gpio: Add function to configure pin function by Jerzy Kasenberg · 7 weeks ago
  61. 03c95ee stm32/gpio: Remove duplicate prototypes by Jerzy Kasenberg · 7 weeks ago
  62. 9185ad6 net/osdp: Update to 3.2.2 and move to external repo by Szymon Janc · 3 months ago
  63. c0d25b3 uart_console: Use common ring buffer code by Jerzy Kasenberg · 8 weeks ago
  64. b1eab02 util/ringbuffer: Add ring_buffer functionality by Jerzy Kasenberg · 8 weeks ago
  65. a58d86e hw/mcu: STM32H7 Add dcache support by Jerzy Kasenberg · 9 weeks ago
  66. 77c7a8a hw/mcu/stm32h5: Add shell module mcu with info command by Jerzy Kasenberg · 8 weeks ago
  67. cfa7300 stm32/hash: Update for STM32H5 by Jerzy Kasenberg · 3 months ago
  68. c39e671 ci: Add licencse and sytle check excludes for STM32H5 by Jerzy Kasenberg · 4 months ago
  69. 21cc24f stm32h5: Add program delay configuration by Jerzy Kasenberg · 3 months ago
  70. 690f3e2 stm32_hal: Update hal_flash to work with stm32h5 by Jerzy Kasenberg · 3 months ago
  71. 4be5ca9 stm32h5: Add gpio helpers by Jerzy Kasenberg · 3 months ago
  72. 532100a stm32h5: Add clock support function by Jerzy Kasenberg · 3 months ago
  73. c7ec16d stm32h5/hw_id: Disable cache when reading ID by Jerzy Kasenberg · 3 months ago
  74. a097b00 stm32_eth: Update driver to work with STM23H5 by Jerzy Kasenberg · 4 months ago
  75. 5044251 tinyusb: Add support for STM32H5 devices by Jerzy Kasenberg · 4 months ago
  76. f6ac80e hw/bsp: Add support for nucleo-h563zi by Jerzy Kasenberg · 4 months ago
  77. 25c767f hw/mcu: Add support for STM32H5 devices by Jerzy Kasenberg · 4 months ago
  78. f2d0385 lwip/apps: Add iperf2 application by Jerzy Kasenberg · 8 weeks ago
  79. b0838cb crypto_stm32: Fix build warning by Jerzy Kasenberg · 7 weeks ago
  80. f80030c kernel/os: Check if CONTAINER_OF is already defined by Szymon Janc · 10 weeks ago
  81. c98e8b3 ci: Typo fix by Wiktor Kwiatkowski · 9 weeks ago
  82. f5fae17 da1469x/flash: Fix non baselibc builds by Jerzy Kasenberg · 9 weeks ago
  83. ce3562c tinyusb/msc_fat_view: Fix build for non baselibc by Jerzy Kasenberg · 9 weeks ago
  84. 69733bd tinyusb/msc_fat_view: Remove unused code by Jerzy Kasenberg · 9 weeks ago
  85. 042d17d docs: fix typo in README details summary by Arpit Jain · 3 months ago
  86. 0af1b55 mcu/picm32: Fix build warnings in hal by Jerzy Kasenberg · 10 weeks ago
  87. cbebfb0 bsp/stm32fdisovery: Add Arduino pin definitions by Jerzy Kasenberg · 10 weeks ago
  88. 8b0f041 fcb: Fix checks for empty fcb by Jerzy Kasenberg · 10 weeks ago
  89. 7725421 mgmt/imgmgr: Add option to enable frugal list in mcumgr by Andrzej Kaczmarek · 10 weeks ago
  90. 340d657 tinyusb: Fix power requirement description by Jerzy Kasenberg · 2 months ago
  91. e6328f5 ci: Add clang style specific file ignore config by Szymon Czapracki · 3 months ago
  92. b19e587 bsp/fanstel_ev_bt40e: Fix amplifier timings by Jerzy Kasenberg · 2 months ago
  93. 1751b42 os/shell: Add load averages to uptime command by Jerzy Kasenberg · 3 months ago
  94. 3ae48bc test/mtest: Add nucleo-f439zi by Wiktor Kwiatkowski · 3 months ago
  95. 592b6f7 bsp/nucleo-f439zi: Add PWM support by Wiktor Kwiatkowski · 3 months ago
  96. b4fb40d bsp/nucleo-f439zi: Add LEDs pins by Wiktor Kwiatkowski · 3 months ago
  97. 2ba18b2 stm32/hash: Fix stm32_hash_finish by Jerzy Kasenberg · 3 months ago
  98. 2a90596 apps/hash_test: Update to mbedtls 3.6 by Jerzy Kasenberg · 3 months ago
  99. 5c86e29 stm32/hash: Allow multiply open by Jerzy Kasenberg · 3 months ago
  100. d4e7a9f mbedtls/hash: Update hardware acceleration code by Jerzy Kasenberg · 3 months ago