提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 年之前
  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 年之前
  Gregory Nutt 1567b82429 Make sure that labeling is used consistently in all function headers (part 2). 6 年之前
  Sebastien Lorquet 0138a79028 bitbang 7 年之前
  Gregory Nutt ba03134bed Centralize definitions associated with CONFIG_DEBUG_SPI 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 年之前
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 年之前
  Gregory Nutt 7edf921c5e Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 8 年之前
  Gregory Nutt a6f1dfa5b0 Remove execute privileges from some header files 9 年之前
  Gregory Nutt bdf96a93db Revise how delays are calculated in SPI bit bang driver so that we may get a little better frequency resolution 11 年之前
  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 年之前
  Gregory Nutt 8b68ea2f94 Add a general bit-bang SPI upper-half driver 11 年之前