Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-01-17 15:15:01 -06:00
parent 9844036a74
commit b54cf004f3
2 changed files with 7 additions and 1 deletions

View File

@ -11312,3 +11312,9 @@
from Lok Tep (2016-01-15).
* configs/lpc4337-ws: Support for the WaveShare LPC4337-WS board. From
Lok Tep (2016-01-15).
* drivers/wireless/pn532.c: Add driver for the NXP pn532 NFC-chip. From
Janne Rosberg and others at Offcode Ltd (2016-01-17).
* drivers/sensors/lsm9ds1.c: Add driver for the STMicro LSM9DS1 chip.
The LSM9DS1 is a system-in-package featuring a 3D digital linear
acceleration sensor, a 3D digital angular rate sensor, and a 3D
digital magnetic sensor. From Paul Alexander Patience (2016-01-17).

View File

@ -1,7 +1,7 @@
############################################################################
# drivers/sensors/Make.defs
#
# Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
# Copyright (C) 2011-2012, 2015-2016 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without