提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt e89edd6784 Networking: Rethink last fix. We can make this less protocol dependent. 7 年之前
  Gregory Nutt 394a340da0 Networking: Compile error if Unix domain sockets selected; Update SAME70-xplained README me. 7 年之前
  Anthony Merlino d5e6f269b2 Merged in merlin17/nuttx (pull request #467) 7 年之前
  Anthony Merlino fbf830aef2 drivers/wireless/spirit: Fixes a pre-processor directive 7 年之前
  Gregory Nutt 5ac993d2ef Update TODO list 7 年之前
  Gregory Nutt 1972fd827f Another trivial update to the same README file. 7 年之前
  Gregory Nutt 3f44666e16 Update a README file. 7 年之前
  Gregory Nutt 9a8c4121e5 Network procfs: procfs/net_procfs_route.c building error occur if CONFIG_NET_ROUTE is enabled. Fix suggested by Aleksandr Kazantsev 7 年之前
  Jussi Kivilinna a099506b1b drivers/lcd: ssd1306: separate lcd_dev_s setup to separate object. g_oleddev takes 1 KiB because framebuffer and was allocated to .data section because of lcd_dev_s function pointer setup. Move lcd_dev_s setup out, so that g_oleddev goes to .bss and avoid wasting ROM. 7 年之前
  ussi Kivilinna 89cc4741ac drivers/lcd: ssd1306: fix memory corruption caused by ssd1306_getrun(). ssd1306_getrun was writing one extra byte (with value 0) past target buffer when pixlen is multiple of 8. When pixlen was not multiple of 8, last byte of buffer was fully cleared, instead of modifying only the (pixlen % 8) bits of last byte. 7 年之前
  Jussi Kivilinna 3dfeb9e59f drivers/lcd: ssd1306: add support for board power control. ThingseeOne has regulator for controlling display power on/off. Patch adds support for board based power control to SSD1306 driver. 7 年之前
  Jussi Kivilinna 310a29227a drivers/lcd: add DD-12864WO-4A/SSD1309 support to SSD1306 driver 7 年之前
  Juha Niskanen d7ae3d74c3 STM32L4 ADC: correct EXTSEL macros 7 年之前
  Pekka Ervasti 6b1ccef2f9 STM32L4 COMP: bind to upper half comp driver 7 年之前
  Pekka Ervasti cc0fea60ad drivers: analog: comp: add poll support 7 年之前
  Gregory Nutt 67befb9642 ENC28J60: Update interface to use newer parameter passing to interrupt handlers 7 年之前
  Gregory Nutt 241c1433ef ENCX24J600: Fix some warnings. Update interface to use newer parameter passing to interrupt handlers 7 年之前
  Gregory Nutt 17ca117104 Update README 7 年之前
  Mateusz Szafoni 509a756421 Merged in raiden00/nuttx (pull request #466) 7 年之前
  raiden00pl a5997cb186 stm32_dac: add support for HRTIM triggering 7 年之前
  raiden00pl a5f3a5848d stm32_dac.c typo 7 年之前
  raiden00pl db7a94288f stm32f33xxx_dma.h: typos 7 年之前
  raiden00pl b460f2bca1 stm32f10xxx_dma.h: fix DAC names and remove STM32F33 section 7 年之前
  raiden00pl 104ff2b5d8 stm32_dac: separate dma buffer configuration for channels 7 年之前
  Gregory Nutt 55f27c40e8 Add support for network procfs statistics when Nothing is enabled but PF_IEEE802154. 7 年之前
  Gregory Nutt 77534e2b49 PF_IEEE802154: Improve some backlog counting logic; add more assertions to catch cases where the backlog count might deviate from the actual backlog. 7 年之前
  Gregory Nutt 6b7a26c95c PF_IEEE802154: Add a maximum backlog option. This will prevent overrun of the RX frame queue if many frames are received from the radio, but no application is receiving the queued data. 7 年之前
  Gregory Nutt 0eac90f775 PF_IEEE802154: On input, there may be a list of frames provided, not just one. When closed() and connection is freed, also need to free any frames remaining in the RX queue. 7 年之前
  Gregory Nutt 969d7c5814 Networking: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering. 7 年之前
  Juha Niskanen 17cd0696cb Merged in juniskane/nuttx/juniskane/chiph-edited-online-with-bitbucket-corre-1503300654585 (pull request #465) 7 年之前