27 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 ee9f278323 syscall: rename Z_SYSCALL_VERIFY -> K_SYSCALL_VERIFY 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 df9428991a syscall: Z_SYSCALL_MEMORY_ARRAY -> K_SYSCALL_MEMORY_ARRAY 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Gerard Marull-Paretas 1e0028ae3d drivers: spi: add spi_cs_is_gpio(_dt) helpers 2 years ago
Gerard Marull-Paretas 3f2c2d4130 drivers: spi: make SPI dt-spec macros compatible with C++ 2 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Bartosz Bilas 1d40d4fa5a drivers: spi_handlers: switch to gpio_dt_spec member 3 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Wentong Wu aa37522fe3 spi: fix spell typo in spi handler 6 years ago
Wentong Wu b82e202988 spi: pass correct buffer to spi driver given NULL to spi_transceive 6 years ago
Andy Ross 075c94f6e2 kernel: Port remaining syscalls to new API 6 years ago
Anas Nashif bd70f6f1ed cleanup: include/: move spi.h to drivers/spi.h 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andrew Boie 375e8d73ce spi_handlers: fix some build issues 7 years ago
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks 7 years ago
Leandro Pereira 845ac3ef46 drivers: spi: Fix TOCTOU while transceiving SPI messages 7 years ago
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation 7 years ago
Tomasz Bursztyka 3f4cffc302 spi: Remove SPI legacy API 7 years ago
Tomasz Bursztyka f44ba8e7d4 api/spi: Make cs attribute in struct spi_config constant 7 years ago
Tomasz Bursztyka ea2431f32f api/spi: Reduce parameter number on transceive function 7 years ago
Tomasz Bursztyka f3f9fab20e api/spi: Make spi_config parameter constant 7 years ago
Andrew Boie 0cb0447493 drivers: spi: add system call handlers 8 years ago