doc(spi): update esp_driver_spi to migration guides

This commit is contained in:
Armando
2023-11-07 11:31:48 +08:00
parent 714ad573e7
commit 02f05f39bb
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ In order to control the dependence of other components on drivers at a smaller g
- `esp_driver_gptimer` - Driver for general purpose timers
- `esp_driver_pcnt` - Driver for pulse counter
- `esp_driver_gpio` - Driver for GPIO
- `esp_driver_spi` - Driver for GPSPI
For compatibility, the original `driver`` component is still treated as an all-in-one component by registering these `esp_driver_xyz`` components as its public dependencies. In other words, you do not need to modify the CMake file of an existing project, but you now have a way to specify the specific peripheral driver that your project depends on.