提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 1f8f097783 procfs: Use dirent.h macros when testing directory entry type 9 年之前
  Gregory Nutt e4236941c6 net/net_procfs.c: Add basic support for networking procfs entries 9 年之前
  Gregory Nutt edbb5ec328 arch-specific build needs to include __KERNEL__ flags 9 年之前
  Gregory Nutt 8075a67803 include/nuttx/net/netdef.h: Add a missing macro 9 年之前
  Gregory Nutt 2a93c66948 include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics. 9 年之前
  Gregory Nutt ed35eb0f8d drivers/loop: Add a loop character device that can be used to setup and teardown loop devices 9 年之前
  Gregory Nutt fb0a148812 Update ChangeLog/TODO 9 年之前
  Gregory Nutt 064ef4f1fb At day-of-week support to strftime() 9 年之前
  Ken Pettit c0b9dcf8a9 fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 9 年之前
  Gregory Nutt 6230e6e199 size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h 9 年之前
  Gregory Nutt 5f7dac8076 Update sub-modules 9 年之前
  Gregory Nutt 8914400750 PCF85163: Correct I2C address 9 年之前
  Gregory Nutt 9a1ca0d489 Add support for DS1302 and DS3232 RTC chips 9 年之前
  Gregory Nutt c34b5108a7 RTC: Fix system time initialization when using an exernal RTC. Fix some bugs in the DS1307/DS3231 RTC driver 9 年之前
  Ken Pettit 7b590ec9a2 drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit 9 年之前
  Gregory Nutt 1b7d7a53b2 Update submodules 9 年之前
  Gregory Nutt 687cea60b3 Add basic support for the SAME70-Xplained board 9 年之前
  Gregory Nutt 432395218a Refress submodule 9 年之前
  Gregory Nutt 4579f0c1fc Add a command to boardctl() to obtain a baord unique ID 9 年之前
  Gregory Nutt 5a99735782 (Hopefully) cosmetic changes from review of recent merges for conformance to coding standard 9 年之前
  Gregory Nutt 45530a77d4 Add support for DS3231 I2C RTC. Untested on initial commit. 9 年之前
  Gregory Nutt c955cdccd9 Move rivers/wireless/cc3000/security.c to crypto/aes.c; move include/nuttx/wireless/cc3000/security.h to include/nuttx/crypto/aes.h 9 年之前
  Gregory Nutt 2ae7485a57 Update ChangeLog 9 年之前
  Gregory Nutt 4a7fb2cbc1 binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c 9 年之前
  Gregory Nutt 2706b4f8aa mtd_progmem.c: Fix calculation of block size 9 年之前
  Gregory Nutt fdb17620a0 Need a prototype for progmem_initialize in include/nuttx/mtd/mtd.h 9 年之前
  Max Neklyudov d54a39832a Implement high level DMA infrastructure for serial devices 9 年之前
  Gregory Nutt 7fe6200b0f progmem.h: Clean-up a few comments 9 年之前
  Gregory Nutt 2ff1b173f2 SmartFS: Backout last change. It alters the behavior when it should not. Obviously there is something that I do not understand 9 年之前
  Gregory Nutt f86ca94798 Update submodule 9 年之前