mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-13 07:03:24 -05:00
修改: components/peripheral/Kconfig 修改: components/peripheral/include/maix_adc.hpp 修改: components/peripheral/include/maix_gpio.hpp 修改: components/peripheral/include/maix_i2c.hpp 修改: components/peripheral/include/maix_key.hpp 修改: components/peripheral/include/maix_peripheral.hpp 修改: components/peripheral/include/maix_pinmap.hpp 修改: components/peripheral/include/maix_pwm.hpp 修改: components/peripheral/include/maix_spi.hpp 修改: components/peripheral/include/maix_timer.hpp 修改: components/peripheral/include/maix_uart.hpp 修改: components/peripheral/include/maix_wdt.hpp 修改: components/peripheral/port/linux/maix_adc.cpp 修改: components/peripheral/port/linux/maix_gpio.cpp 修改: components/peripheral/port/linux/maix_i2c.cpp 修改: components/peripheral/port/linux/maix_key.cpp 修改: components/peripheral/port/linux/maix_pinmap.cpp 修改: components/peripheral/port/linux/maix_pwm.cpp 修改: components/peripheral/port/linux/maix_spi.cpp 修改: components/peripheral/port/linux/maix_timer.cpp 修改: components/peripheral/port/linux/maix_uart.cpp 修改: components/peripheral/port/linux/maix_wdt.cpp 修改: components/peripheral/port/maixcam/maix_adc.cpp 新文件: components/peripheral/port/maixcam/maix_gpio.cpp 新文件: components/peripheral/port/maixcam/maix_i2c.cpp 新文件: components/peripheral/port/maixcam/maix_key.cpp 新文件: components/peripheral/port/maixcam/maix_pinmap.cpp 新文件: components/peripheral/port/maixcam/maix_pwm.cpp 新文件: components/peripheral/port/maixcam/maix_spi.cpp 新文件: components/peripheral/port/maixcam/maix_timer.cpp 新文件: components/peripheral/port/maixcam/maix_uart.cpp 新文件: components/peripheral/port/maixcam/maix_wdt.cpp 新文件: examples/peripheral_adc/.gitignore 新文件: examples/peripheral_adc/README.md 新文件: examples/peripheral_adc/app.yaml 新文件: examples/peripheral_adc/main/CMakeLists.txt 新文件: examples/peripheral_adc/main/Kconfig 新文件: examples/peripheral_adc/main/include/main.h 新文件: examples/peripheral_adc/main/src/main.cpp 新文件: examples/peripheral_pinmap/.gitignore 新文件: examples/peripheral_pinmap/README.md 新文件: examples/peripheral_pinmap/app.yaml 新文件: examples/peripheral_pinmap/main/CMakeLists.txt 新文件: examples/peripheral_pinmap/main/Kconfig 新文件: examples/peripheral_pinmap/main/include/main.h 新文件: examples/peripheral_pinmap/main/src/main.cpp 新文件: examples/peripheral_spi/.gitignore 新文件: examples/peripheral_spi/README.md 新文件: examples/peripheral_spi/app.yaml 新文件: examples/peripheral_spi/main/CMakeLists.txt 新文件: examples/peripheral_spi/main/Kconfig 新文件: examples/peripheral_spi/main/include/main.h 新文件: examples/peripheral_spi/main/src/main.cpp
171 B
Executable File
171 B
Executable File
peripheral_spi Project based on MaixCDK
A SPI example
This is a project based on MaixCDK, build method please visit MaixCDK