morris
|
e8847a176f
|
refactor(intr): add namespace for intr_cpu_id_t
previously the intr_types.h doesn't have a namespace,
it has the risk of introduing conflict in user's project.
|
2023-09-06 09:50:41 +08:00 |
|
morris
|
56a376c696
|
feat(esp_gdma): add hal interface for common operations
GDMA driver will be adapted to more DMA peripherals in the future.
This commit is to extract a minimal interface in the hal layer
|
2023-07-10 13:45:57 +08:00 |
|
morris
|
f0c07f82b5
|
fix(test): check call graph for hal component
|
2023-07-05 09:09:01 +08:00 |
|
Chen Jichang
|
6c9cf5c352
|
driver:Trim the build components
Trim the build components to decrease the load of Gitlab server.
|
2023-06-13 14:24:44 +08:00 |
|
laokaiyao
|
bf2a7b2df6
|
esp32h4: removed esp32h4 related codes
|
2023-04-23 12:03:07 +00:00 |
|
wanlei
|
cdd610cadc
|
spi_slave: fix io re-config issue
|
2023-02-27 11:27:57 +08:00 |
|
wanlei
|
aff223276f
|
spi_slave: fix issue iram flag bind with iram config
bus flag`ESP_INTR_FLAG_IRAM` bind with `CONFIG_SPI_SLAVE_ISR_IN_IRAM`
|
2023-02-24 10:38:44 +08:00 |
|
wanlei
|
5300bd3b2f
|
spi: support H2 spi master, slave, slave_hd driver
|
2023-02-08 11:38:45 +08:00 |
|
wanlei
|
713dc06661
|
spi: add feature to modify core_id of spi isr regstered
|
2023-01-30 16:14:02 +08:00 |
|
wanlei
|
120d54d700
|
test: formate test_spi_slave.c
|
2023-01-04 15:35:04 +08:00 |
|
wanlei
|
45c1dc424f
|
spi_slave: add spi 'spi_slave_queue_reset_isr' and add test
|
2023-01-04 15:35:04 +08:00 |
|
wanlei
|
6ae852f8b0
|
spi_slave: add api 'queue_trans_isr' and add a test case
|
2023-01-04 15:35:04 +08:00 |
|
wanlei
|
971eaa0c08
|
spi_slave: fix spi_slave_isr iram_safe and add test case for it
|
2023-01-04 15:35:04 +08:00 |
|
wanlei
|
dd50bb2d50
|
test: enable multi-board test of spi for c6
|
2022-12-07 11:37:48 +08:00 |
|
wanlei
|
5c099a2a49
|
test: re-enable some test cases of spi for esp32c2
|
2022-12-07 11:37:48 +08:00 |
|
Song Ruo Jing
|
7466ddfa8c
|
ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py)
|
2022-11-28 11:58:30 +08:00 |
|
Song Ruo Jing
|
e13a4ad963
|
ci: Disable some unit-test-apps for esp32c6 to pass ci build stage
|
2022-11-28 11:58:30 +08:00 |
|
wanlei
|
3aeedc2ad3
|
spi: bringup c6 spi master & slave driver support
|
2022-11-18 15:54:14 +08:00 |
|
Armando
|
a7289587d3
|
spi_slave: add a test to internal api spi_slave_reset_trans_queue
|
2022-11-14 16:01:48 +08:00 |
|
wanlei
|
f31ecbb42b
|
test: move spi related unit-test into pytest app
|
2022-11-10 16:02:03 +08:00 |
|