Skip to content
ChangeLog.txt 112 KiB
Newer Older
	  ioctl with radio. Moves all functionality from libradio to libmac.
	  From Anthony Merlino (2017-05-05).
	* wireless/wapi: wpa_driver_wext_associate() now accepts a
	  configuration parameter that can be used to specify the wireless
	  properties.  nshlib:  NSH now has configuration options to select the
	  wireless properties.  It builds the configuration structure and
	  passes this to wpa_driver_wext_associate() so that it will set the
	  network as configured (2017-05-06).
	* Add platform files for nucleo-l452re and nucleo-l496zg.  From Juha
	  Niskanen (2017-05-08).
	* wireless/ieee802154:  Adds rxonidle attribute helpers.  From Anthony
	  Merlino (2017-05-08).
	* wireless/ieee802154:  Adds sniffer functionality back in to I8SAK
	  app.  From Anthony Merlino (2017-05-08).
	* NSH wireless setup:  Move call to nsh_associate().  It should be
	  possible to associate with an AP when DHCPC is disabled (2017-05-09).
	* Fix some calls to task_create():  argv[0] is the first parameter, not
	  the name of the task (2017-05-09).
	* wireless/ieee802154: Restructures i8sak app and adds blaster
	  functionality.  From Anthony Merlino (2017-05-09).
	* examples/configdata: add stacksize and priority.  From Juha Niskanen
	  (2017-05-10).
	* Bitbucket Issue 5:  I found an unexpected behavior in apps/
	  configuration generation. Adding external symbolic link in apps/
	  directory and using Make.defs for Kconfig generation, Kconfig file
	  has a wrong path in the source argument. It contains original dir
	  path outside of the source tree instead path to sub-directory in
	  apps/.  The problem is connected with make/system symbolic link path
	  resolution.  Corrected by a patch submitted by Artur Madrzak with
	  Issue 5 (2017-05-11).
	* Bitbucket Issue 5, apps build system: The previous patch wasn't
	  complete, it was just idea how to resolve issue.  Please, find
	  attached issue5.patch to resolve it. It can be applied on top current
	  apps/master. From Artur Madrzak (2017-05-12).
	* Fix the new can.h header location.  From Alan Carvalho de Assis
	  (2017-05-12).
	* Fix libcanard github download link to get it compiling correctly.
	  From Alan Carvalho de Assis (2017-05-12).
	* Fix to use the new canardInit() function.  From Alan Carvalho de
	  Assis (2017-05-12).
	* apps/platform:  Create gnu/ subdirectory that contains the one and
	  only GNU C++ initialization function.  Remove all other C++
	  initialization functions (2017-05-13).
	* Move up_cxxinitialize() prototype from nuttx/include/nuttx/arch.h to
	  apps/include/platform/cxxinitialize.h (2017-05-13).
	* apps/examples/nettest: Fix an error in pre-processor expression
	  (2017-05-13).
	* wireless/ieee802154: i8sak adds event handling from MAC char driver.
	  From Anthony Merlino (2017-05-16).
	* apps/examples/mtdpart: Prevent part array overflow.  mtdpart examples
	  create partions and allocate from 1 index not a 0 index to part[]
	  array. This cause buffer overflow for part array.  This change fixes
	  this problem.  From  EunBong Song (2017-05-17).
	* apps/examples/can:  Fix can example app to print data when
	  CONFIG_EXAMPLE_CAN_READ is defined.  From Alan Carvalho de Assis
	  (2017-05-17).
	* apps/: Make more globals static to avoid name clashes.  From Juha
	  Niskanen (2017-05-19).
	* Ensure netlib will not be broken when setip will not bring the
	  network up anymore.  From Sebastien Lorquet (2017-05-19).
	* DHCPC: Remove hard-coded interface device.  Now passed as a parameter
	  to dhcpc_open().  From Sebastien Lorquet (2017-05-19).
	* nshlib: Fix a resource leak in cmd_hexdump().  From Nobutaka
	  Toyoshima (2017-05-22).
	* wapi: add basic wapi_event_stream_extract implementation.  From Simon
	  Piriou (2017-05-21).
	* apps/system/dhcpc:  Add a command to renew or establish a lease on an
	  IPv4 address (2017-05-21).
	* apps/system/ntpc:  Add a command to start or stop the NTPC daemon
	  (2017-05-21).
	* apps/system/dhcpc: Add missing argument of fprintf (2017-05-21).
	* apps/nshlib:  Add a new option CONFIG_NSH_NETLOCAL that will suppress
	  some built in operations and will support manual configuration of a
	  wireless network (2017-05-21).
	* apps/system/ramtest: Make stacksize and priority conigurable
	  (2017-05-22).
	* nshlib: Fix a resource leak in cmd_hexdump().  From Masayuki Ishikawa
	  (2017-05-22).
	* The dedicated windows tool at tools/mkkconfig.bat uses $APPSDIR,
	  which is not a windows shell variable, and is left uninitialized, but
	  in fact should be the current directory.  From Sebastien Lorquet
	  (2017-05-22).

7.22 2017-xx-xx Gregory Nutt <gnutt@nuttx.org>