Commit History

Author SHA1 Message Date
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 936df1bcb5 Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 7 years ago
  Mark Schulte b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch 7 years ago
  Gregory Nutt 9965cbe428 drivers/: Review and correct some stylistic inconsistencies 8 years ago
  Gregory Nutt 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 8 years ago
  Gregory Nutt 0665c7e06c drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS. 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt d5a4f85893 ADS1255 Driver: Must also lock the SPI bus before using it. 8 years ago
  Gregory Nutt d2caa93f1a ADS1255 Driver: Must not do SPI access from interrupt handler. Use the worker thread instead. 8 years ago
  Gregory Nutt 9d6845b7ec Add ADC bind method to the EFM32 and LPC17xx ADC drivers 8 years ago
  Gregory Nutt b630d48175 Add bind method to the ADC lower-half interface 8 years ago
  Gregory Nutt f6e49caba8 All SPI-based device drivers needs to call SPI_HWFEATURES() with zero in order to co-exist with drivers that use H/W features 8 years ago
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 years ago
  Gregory Nutt fada63014d Review and bring closer to nuttx coding style 9 years ago
  Gregory Nutt 2994448d85 More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 10 years ago
  Gregory Nutt 3a1324741a More trailing whilespace removal 10 years ago
  Gregory Nutt 91b002a043 Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 10 years ago
  Gregory Nutt 09faaccc02 Created new directories to hold SPI-related files 11 years ago
  patacongo e6fea28fd5 ADC bugfixes plus new DAC logic from Lzyy 13 years ago
  patacongo a6f7974545 Add ADC sub-system and drivers from Lzyy 13 years ago