esp-idf/components/esp_hw_support/test_apps
Chen Jichang f919336448 feat(dma): Add helper functions to split aligned buffer
In some cases we will need the dma's buffer to be aligned with specific
requirements. This MR add two helper function to split the unaligned
buffer and merge to the origin buffer. The cost is that each unaligned
buffer requires two stash buffers of spilt alignment size. And this
memory should be managed by callers.
2024-08-07 19:48:19 +08:00
..
dma feat(dma): Add helper functions to split aligned buffer 2024-08-07 19:48:19 +08:00
dma2d fix(dma2d): correct a few 2D-DMA driver issues 2024-03-18 20:11:57 +08:00
esp_hw_support_unity_tests feat(debug_probe): added debug probe hal driver 2024-07-29 15:23:18 +08:00
host_test_linux ci: replace pytest function for linux target 2024-07-23 14:07:31 +08:00
mspi ci(flash): remove hpm-dc configs from octal flash 2024-01-22 12:44:27 +08:00
mspi_psram_with_dfs ci(flash): remove hpm-dc configs from octal flash 2024-01-22 12:44:27 +08:00
rtc_8md256 refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
rtc_clk ci: replace pytest function 2024-07-23 14:07:31 +08:00
rtc_power_modes refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
wakeup_tests change(pm): change test_io_wakeup 2024-01-11 11:07:16 +08:00
.build-test-rules.yml feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00