mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 21:51:59 +00:00
() Make driver API into const, as it is not being modified at runtime. Saves 24 bytes of RAM by putting it into ROM. () Make device config structs as static as they are local to the source file, and should not be referenced from outside at all. () Same goes for the IRQ configuration functions, by declaring them static. Change-Id: I5225dc550bdd65ec88a8930944da063efe16a3b2 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
i2c_atmel_sam3.c | ||
i2c_atmel_sam3.h | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_qmsi.c | ||
i2c_quark_se_ss_registers.h | ||
i2c_quark_se_ss.c | ||
i2c_quark_se_ss.h | ||
Kconfig | ||
Kconfig.atmel_sam3 | ||
Kconfig.dw | ||
Kconfig.qmsi | ||
Kconfig.quark_se_ss | ||
Makefile |