This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
b4354cf130
incubator-nuttx
/
drivers
/
analog
History
Gregory Nutt
3e7b2d617a
All drivers that use SPI must call SPI_LOCK and SPI_UNLOCK. This is not optional.
2016-05-26 14:56:10 -06:00
..
Kconfig
ADS1255 Driver: Must not do SPI access from interrupt handler. Use the worker thread instead.
2016-05-26 13:44:11 -06:00
Make.defs
Update ChangeLog; add ADS1242 driver to build system; fix some typos; eliminate some warning
2016-01-29 07:55:39 -06:00
ad5410.c
All drivers that use SPI must call SPI_LOCK and SPI_UNLOCK. This is not optional.
2016-05-26 14:56:10 -06:00
adc.c
Add bind method to the ADC lower-half interface
2016-05-26 11:32:26 -06:00
ads1242.c
All drivers that use SPI must call SPI_LOCK and SPI_UNLOCK. This is not optional.
2016-05-26 14:56:10 -06:00
ads1255.c
ADS1255 Driver: Must also lock the SPI bus before using it.
2016-05-26 14:00:33 -06:00
dac.c
nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-14 07:32:58 -06:00
pga11x.c
NOkia LCD needs to initialize SPI before using it
2016-01-23 19:45:30 -06:00