提交历史

作者 SHA1 备注 提交日期
  Petro Karashchenko 3fa6baec98 spi: change spi_send() interface to support of 32-bit word transfer 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Gregory Nutt 53cefb812b include/nuttx/net/w5500.h: Header file for the WIZnet S5500 Ethernet chip. Still missing register bit definitions. Driver will follow. 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 年之前
  Michael Jung decd07725f arch/arm/src/stm32/stm32_spi.c: TI Synchronous Serial Frame Format. The SPI macros on STM32 MCUs do support the Texas Instruments Synchronous Serial Frame Format protocol (TI protocol). Defined a new SPIDEV_MODETI and add support for it in stm32_spi.c. 5 年之前
  Daniel P. Carvalho 8578ce9832 include/nuttx/spi/spi.h: Added standard definitions for ADC SPI device ID. 5 年之前
  Gregory Nutt 1fd6c432fc configs/makerlisp/nsh/defconfig: Enable Procfs, RTC, and SPI-based SD support. Various fixes under arch/z80/src/ez80 for a clean compile. 5 年之前
  raiden00pl a7d4abd8d2 Merged in raiden00/nuttx_lora (pull request #821) 5 年之前
  Dave Marples 8328539534 drivers/spi/Kconfig and include/nuttx/spi/spi.h: Extend the HW features supported by SPI. It now supports a deffered DMA trigger hardware configuration. arch/arm/src/stm32/stm32_spi.c: Implements the new deferred DMA trigger feature. 5 年之前
  Gregory Nutt daa3fcc781 include/nuttx/spi/spi.h: Add a definition for a USBHOST SPI device. drivers/usbhost/usbhost_max3421e.c: Review and correct SPI locking usage. 6 年之前
  Gregory Nutt 8f94ce46f9 arch/arm/src/lpc54xx: The basic SPI driver is code complete but still untested. This driver is 'basic' in that in only supports polled mode operations. 6 年之前
  Jussi Kivilinna 05e5841000 include/nuttx/spi/spi/h: Use of argument to SPI_SEND should be within parentheses. 7 年之前
  Gregory Nutt 38ae28e978 MCP2515: Changes from review of last PR 7 年之前
  Alan Carvalho de Assis 001919ffe9 Add CANBUS SPIDEV definition 7 年之前
  Gregory Nutt 84c887f48c Update a README and some comments. 7 年之前
  Gregory Nutt e9a5477506 Add an instance argument to the SPIDEV definitions. 7 年之前
  Gregory Nutt 73c78fb690 spi.h edited online with Bitbucket 7 年之前
  Gregory Nutt bfc1b0a557 I am not sure why spi.h is still generating warnings. A few more parentheses and that seems to fix the problem 7 年之前
  Gregory Nutt 11e15edfdf Change to spi.h to follow coding standard 7 年之前
  Gregory Nutt 90db11494e spi.h: Eliminate a warning 7 年之前
  Sebastien Lorquet faeef8e700 Make value an uint32 before shifting 16 places left 7 年之前
  Sebastien Lorquet 401caf6826 add main includes 7 年之前
  Sebastien Lorquet c025ffc3c3 contactless: spi device 8 年之前
  Gregory Nutt 6df28bc74e Make bit-order SPI H/W feature configurable for better error detection 8 年之前
  Gregory Nutt c3cfd37791 Fix cloned variable error in all SPI drivers 8 年之前
  Gregory Nutt 7d4cb73bd6 STM32 and EFM32 SPI drivers adopted an incompatible conventions somewhere along the line. The set the number of bits to negative when calling SPI_SETBITS which had the magical side-effect of setting LSB first order of bit transmission. This is not only a hokey way to pass control information but is supported by no other SPI drivers. 8 年之前
  Gregory Nutt 7da67bc80a drivers/spi: Add a helper function that encapsulates and manages a sequency of SPI transfers. 8 年之前
  Frank Benkert 573b1d415c * SAMV7: SPI: SPI-Freq. 40MHz; VARSELECT; hw-features 8 年之前
  Sebastien Lorquet dc7adfa817 drivers/wireless/ieee802154/Kconfig 8 年之前
  Gregory Nutt fd896330d8 Remove the final vestiges of up_spiinitialize() 8 年之前