Commit History

Author SHA1 Message Date
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 years ago
  Gregory Nutt dbd1bb1f1e All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR). 5 years ago
  Gregory Nutt 1567b82429 Make sure that labeling is used consistently in all function headers (part 2). 6 years ago
  Sebastien Lorquet 0138a79028 bitbang 7 years ago
  Gregory Nutt ba03134bed Centralize definitions associated with CONFIG_DEBUG_SPI 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 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 years ago
  Gregory Nutt 7edf921c5e Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 8 years ago
  Gregory Nutt a6f1dfa5b0 Remove execute privileges from some header files 9 years ago
  Gregory Nutt bdf96a93db Revise how delays are calculated in SPI bit bang driver so that we may get a little better frequency resolution 11 years ago
  Gregory Nutt e1dab23711 Add a general bit-bang SPI lower-half driver and implement the bit-bang driver for the Arduino ITEAD TFT shield 11 years ago
  Gregory Nutt 8b68ea2f94 Add a general bit-bang SPI upper-half driver 11 years ago