4 Commits

Author SHA1 Message Date
Mk16kawai
9e14645e14 add gpio.reset Mode&Pull 2024-06-20 11:13:13 +08:00
Mk16kawai
dc67615b6b 修改: components/peripheral/CMakeLists.txt
修改:     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
2024-06-06 10:22:43 +08:00
Neucrack
c225e1c61d compolete pinmap module 2024-05-14 16:18:45 +08:00
Neucrack
fdb6c6e927 add source file 2024-04-25 16:22:02 +08:00