Add basic support for spinlocks (not currently used by anything)

This commit is contained in:
Gregory Nutt
2016-02-09 13:48:59 -06:00
parent 7aa237973c
commit b022f1e9d8
4 changed files with 109 additions and 2 deletions
+5
View File
@@ -11469,3 +11469,8 @@
* include/nuttx/net/arp.h, include/nuttx/net/ioctl.h, net/netdev/netdev_ioctl.c,
and ARP-related files: Add support for IOCTL commands to manage the
ARP table (2016-02-08).
* ARMv7-A, ARMv7-R, and ARMv7-A: Add test-and-set logic and definitions
needed to supports spinlocks (2016-02-09).
* include/nuttx/spinlock.h: Add basic definitions for spinlocks. Not yet
used by NuttX (2016-02-09).