This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
eeb29e8397
zephyr
/
drivers
/
i2c
/
Makefile
3 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
interrupts: new static IRQ API The interrupt API has been redesigned: - irq_connect() for dynamic interrupts renamed to irq_connect_dynamic(). It will be used in situations where the new static irq_connect() won't work, i.e. the value of arguments can't be computed at build time - a new API for static interrupts replaces irq_connect(). it is used exactly the same way as its dynamic counterpart. The old static irq macros will be removed - Separate stub assembly files are no longer needed as the stubs are now generated inline with irq_connect() ReST documentation updated for the changed API. Some detail about the IDT in ROM added, and an oblique reference to the internal-only _irq_handler_set() API removed; we don't talk about internal APIs in the official documentation. Change-Id: I280519993da0e0fe671eb537a876f67de33d3cd4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-01-08 00:46:14 -08:00
obj-$(CONFIG_I2C_DW)
+=
i2c_dw.o
i2c: Add I2C driver for Quark SE Sensor Subsystem This adds the I2C driver for the Sensor Subsystem on Quark SE. This provides minimal support for the I2C controller, and does only synchronous transfer at the moment. Change-Id: I400b8ff3390d4b641bed5b8c617830c4217de3ff Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2015-10-27 16:46:04 -07:00
obj-$(CONFIG_I2C_QUARK_SE_SS)
+=
i2c_quark_se_ss.o
Copy permalink