mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
Update ChangeLog
This commit is contained in:
parent
6626f62b08
commit
299362d88c
1 changed files with 6 additions and 0 deletions
|
|
@ -8669,3 +8669,9 @@
|
|||
* arch/arm/src/armv7-a/addrenv.h, arm_addrenv_shm.c,
|
||||
arm_addrenv_utils.c, and pgalloc.h: This completes the implementation
|
||||
of shared memory support for the Cortex-A platforms (2014-9-24).
|
||||
* fs/fs_poll.c: Fix unnecessary delays and timing jitter in the
|
||||
implementation of poll(): No delay if timeout is zero; If timeout is
|
||||
greater than zero, first check if events are already pending events
|
||||
before starting the delay. From Johannes Hampel (2014-9-25).
|
||||
* drivers/mtd/at45db.c: In at45db_bwrite , the buffer is not increased
|
||||
when writing more than 1 page. Sourceforge bug #34 (2014-9-25).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue