28 Commits (main)

Author SHA1 Message Date
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif 1a9de05767 syscall: rename Z_SYSCALL_DRIVER_ -> K_SYSCALL_DRIVER_ 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Michał Barnaś b1ba284b83 gpio: add function to get current configuration 3 years ago
Christopher Friedt 27c431ff7e api: gpio: add gpio direction query functions and driver api 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Piotr Mienkowski 3632815e2e api: gpio: do not support INT flags in gpio_pin_configure 4 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Piotr Mienkowski 4b194eb4fc gpio: remove deprecated API functions/macros 5 years ago
Andrew Boie d6d42bef97 drivers: gpio: fix syscall handlers 5 years ago
Peter Bigot 7c95d503b0 gpio: clean up internal API function prototypes 6 years ago
Peter Bigot f017209821 gpio: use reduced-size role typedef for public API pin indexes 6 years ago
Peter Bigot c7d526be04 gpio: remove port access op support 6 years ago
Peter Bigot 1947481cce gpio: deprecate gpio pin callback enable and disable API 6 years ago
Peter Bigot 2befa6a251 gpio: deprecate legacy gpio pin read/write functions 6 years ago
Peter Bigot 2016cc64aa drivers: gpio: provide typedefs for flags and devicetree properties 6 years ago
Peter Bigot 48b674b570 gpio: use named types to distinguish pin sets from pin values 6 years ago
Piotr Mienkowski 33193a57eb gpio: add gpio_pin_interrupt_configure function 6 years ago
Piotr Mienkowski d6191b5781 gpio: add new functions to set/get pin/port values 6 years ago
Andy Ross 346cce31d8 kernel: Port remaining buildable syscalls to new API 6 years ago
Anas Nashif 6aa9c3a68f cleanup: include/: move gpio.h to drivers/gpio.h 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Tomasz Bursztyka 04d9d57a63 api/gpio: Controller may not support GPIO_INT at all 7 years ago
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks 7 years ago
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation 7 years ago
Andrew Boie d3ec6654f5 drivers: gpio: add system call handlers 8 years ago