Commit History

Author SHA1 Message Date
  Xiang Xiao 2e54df0f35 Don't include assert.h from public header file 3 years ago
  Alin Jerpelea e5b6305f4a drivers: Author Gregory Nutt: update licenses to Apache 3 years ago
  Brennan Ashton 7554eedf9a input: STMPE811 GPIO interrupt bug fixes 4 years ago
  Brennan Ashton 204e84f1ad input: Add SPI mode for STMPE811 touch screen controller 4 years ago
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 years ago
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 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
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 years ago
  Gregory Nutt a773f9412a STMPE811 driver needs argument in interrupt handler 7 years ago
  Gregory Nutt 2a751068e6 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 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 e99301d7c2 Rename *lldbg to *llerr 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 69ce24c70c I2C: Remove the setfrequency method from the interface 8 years ago
  Gregory Nutt 6ad641888b Add I2C frequency to the i2c_msg_s structure 8 years ago
  Gregory Nutt f9053182d3 I2C: Remove setaddress method 8 years ago
  Gregory Nutt 3a781a2d3f Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s. 8 years ago
  Gregory Nutt cf14f8d1b5 drivers/: Fixes to spacing and alignement 9 years ago
  Sebastien Lorquet c9649b5f04 STMPE811: I found that, in stmpe811_instanciate(), when CONFIG_STMPE811_MULTIPLE is enabled, and the call to stmpe811_checkid() fails, then the linked device list is not restored to its previous state. From Sebastien Lorquet. 9 years ago
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 years ago
  Gregory Nutt 54fa3b0b59 Rename kfree to kmm_free for consistency with other naming conventions 10 years ago
  Gregory Nutt 3a1324741a More trailing whilespace removal 10 years ago
  patacongo 561bea0899 Add support for multiple work queues 12 years ago
  patacongo 4bca971ba1 A little more cleanup after the big STMPE11->811 name change 12 years ago
  patacongo 26d1e5ab3f Massive naming fix: STMPE11->STMPE811 12 years ago