37 Commits (02703e60d9d62fa13495ebfafa2e71e03b42a8e4)

Author SHA1 Message Date
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 5 years ago
Mahavir Jain 29f87c3a0f boards: esp32: add XIP support and enable bootloader build 5 years ago
Kumar Gala 071e7adefb drivers: i2c: Convert drivers to new DT device macros 5 years ago
Tomasz Bursztyka 4dcfb5531c isr: Normalize usage of device instance through ISR 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Tomasz Bursztyka 98d9b01322 device: Apply driver_api/data attributes rename everywhere 5 years ago
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere 5 years ago
Mohamed ElShahawi f9e0fa9af3 drivers: esp32/clock_control: support UART, I2C 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Martí Bolívar 6e8775ff84 devicetree: remove DT_HAS_NODE_STATUS_OKAY 5 years ago
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access 5 years ago
Martí Bolívar 87e1743ae0 devicetree: replace DT_HAS_DRV_INST with DT_INST_FOREACH 5 years ago
Peter Bigot e9c5e4824c drivers: i2c: fix esp32 timeout parameter 5 years ago
Kumar Gala 8ea8925ebe drivers: esp32: Convert esp32 drivers to new DT_INST macros 5 years ago
Mohamed ElShahawi fef3ebaa69 drivers: gpio_esp32: update to use new GPIO API 6 years ago
Peter Bigot 22bc403c17 treewide: use full path to gpio/gpio_esp32.h header 6 years ago
Mohamed ElShahawi 566d07e00c [ESP32] drivers: Add I2C Device tree support 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 8f692c7d38 cleanup: include/: move i2c.h to drivers/i2c.h 6 years ago
Anas Nashif 6aa9c3a68f cleanup: include/: move gpio.h to drivers/gpio.h 6 years ago
Michael Zimmermann 8ae17cb206 drivers: i2c: i2c_esp32: fix configuring speed 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX 6 years ago
Kumar Gala 9aa027b402 drivers: i2c: i2c_esp32: Fix Kconfig typo mismatch 6 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage 7 years ago
Vitor Massaru Iha f8718758e5 include: drivers: gpio: Turn functions generic - esp32 7 years ago
Vitor Massaru Iha e9d1015da9 drivers: i2c: esp32: Fix to_read value on i2c_esp32_read_msg() 8 years ago
Vitor Massaru Iha 74321ec9fd drivers: i2c: esp32: Fix msg.len on i2c_esp32_write_addr() 8 years ago
Vitor Massaru Iha 463bfb3489 drivers: i2c: esp32: Fix increase I2C_ESP32_SPIN_THRESHOLD 8 years ago
Vitor Massaru Iha 93c3def27e drivers: i2c: esp32: Fix command opcode on i2c_esp32_write_addr() 8 years ago
Vitor Massaru Iha 6452b2e5e2 drivers: i2c: esp32: Fix command address on i2c_esp32_write_msg() 8 years ago
Vitor Massaru Iha 685f09779d drivers: i2c: esp32: Fix END opcode on i2c_esp32_write_msg() 8 years ago
Vitor Massaru Iha 2ef5b6d128 drivers: i2c: esp32: Fix first command on I2C Master 8 years ago
Vitor Massaru Iha 53ccc84f88 drivers: i2c: esp32: Fix status address register 8 years ago
Leandro Pereira 803984837f drivers: i2c: esp32: Fix crash when enabling second I2C device 8 years ago
Leandro Pereira e1effa0e73 drivers: esp32: I2C driver implementation 8 years ago