Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PR-1112 tiva: Add up_idle support

PR-1116 NRF52832: Work around chip eratta for SPI Master 1 Byte transfer anomaly


Driver Support

New Driver Support

...

#include <nuttx/config.h>
#ifdef CONFIG_NSH_PROC_MOUNTPOINT
mount -t procfs CONFIG_NSH_PROC_MOUNTPOINT
#endif
#ifdef CONFIG_FS_TMPFS
mount -t tmpfs CONFIG_LIBC_TMPDIR
#endif
#ifndef CONFIG_NSH_DISABLE_UNAME
uname -a > /dev/syslog
#endif

PR-851 Upgrade littlefs to v2.2.1

PR-1154 FATFS: Do not rewrite the root directory if it has not been changed.

PR-1120 PR-1118 Fill in file size for mtd and inode

Networking

PR-807 Netlink: Broadcast link status changes to userspace via RTNLGRP_LINK

...