]> Git Repo - esp-hosted.git/commit
feature/esp_printk Convert printk to esp print macros, added debug levels
authorSoh Kam Yung <[email protected]>
Tue, 20 Feb 2024 06:47:21 +0000 (14:47 +0800)
committerSoh Kam Yung <[email protected]>
Fri, 23 Feb 2024 02:44:43 +0000 (10:44 +0800)
commit20f297b491a16b0b05c242018a7cc13e36d6c1da
tree61b3b7a75d32df6bd79f5535a128dcb348afd1e0
parent61c9415c1eb619787cc151dadc708780a172a413
feature/esp_printk Convert printk to esp print macros, added debug levels

printk() in code now uses esp_err / esp_warn / esp_info / esp_debug macros

Makefile sets the debug print level.

Support ESP32 and ESP32-C6 as SDIO devices by default. No need to set from script.

Use pinctrl for GPIO control.
12 files changed:
esp_hosted_fg/host/linux/host_control/rpi_init.sh
esp_hosted_fg/host/linux/host_driver/esp32/Makefile
esp_hosted_fg/host/linux/host_driver/esp32/esp_bt.c
esp_hosted_fg/host/linux/host_driver/esp32/esp_rb.c
esp_hosted_fg/host/linux/host_driver/esp32/esp_serial.c
esp_hosted_fg/host/linux/host_driver/esp32/esp_stats.c
esp_hosted_fg/host/linux/host_driver/esp32/esp_utils.h [new file with mode: 0644]
esp_hosted_fg/host/linux/host_driver/esp32/main.c
esp_hosted_fg/host/linux/host_driver/esp32/sdio/esp_sdio.c
esp_hosted_fg/host/linux/host_driver/esp32/sdio/esp_sdio_api.c
esp_hosted_fg/host/linux/host_driver/esp32/sdio/esp_sdio_decl.h
esp_hosted_fg/host/linux/host_driver/esp32/spi/esp_spi.c
This page took 0.031286 seconds and 5 git commands to generate.