Skip to content

Commit

Permalink
Update RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Jan 28, 2020
1 parent 100f209 commit 54d301a
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
config.mak: change default arches to buildroot-2019.08

cpsw_api_builder.h: Remove enum keyword when using a typedef-ed enum.
This was failing with gcc-8.3.0 on builroot-2019.08

cpsw_preproc: use main yaml directory if yaml_dir is ""

cpsw_yaml rework: provide more context in error messages;
Expand All @@ -21,13 +26,13 @@ R4.3.1:
R4.3.0:

Support for a YAML_PATH env-var. This can list multiple
directories where to look for YAML files. Useful, e.g.,
directories where to look for YAML files. Useful, e.g.,
to locate files provided by user or globally which do not
reside in FW directory.

Added IEntry::dump() to python wrapper. Print useful info,
(in particular about networking in case of the root node).

R4.2.0:

Changed default RSSI retransmission/cumulative-ack timeouts
Expand Down Expand Up @@ -99,7 +104,7 @@ R4.0.0:
have been migrated.

This means that boost is no longer necessary (if c++11 is available).
A few headers (lockfree) are still used but can be disabled in
A few headers (lockfree) are still used but can be disabled in
the configuration file (switch to a native but simple implementation
which may or may not be less performant).

Expand All @@ -120,7 +125,7 @@ R3.branch:

BUGFIX: stack overrun in udpsrv

Feature: cpsw_mem_dev: support 'offset' property when mapping a
Feature: cpsw_mem_dev: support 'offset' property when mapping a
file descriptor.

Bugfix: Ipath::parent() implementation was wrong; caused segfault.
Expand Down Expand Up @@ -209,7 +214,7 @@ R3.branch:
The RPC service takes care of remapping UDP to TCP
ports in case multiple bridges are running (connecting
to different targets).

Feature: NetIODev supports 'socksProxy' property (SOCKS_PROXY env-
var is also supported) for selecting a proxy.

Expand Down Expand Up @@ -242,7 +247,7 @@ R3.branch:
CFreeList now supports allocate_shared() (single allocation
from free-list)

Convert IntFields with bitSize > 64 to be converted to
Convert IntFields with bitSize > 64 to be converted to
(hex) strings without truncating them (when read as CString).

Fixed MTU calculation for RSSI and DEPACK
Expand Down Expand Up @@ -336,15 +341,15 @@ R3.7.branch
Python: Stream.read() has an optional 'offset' argument
(same as underlying IStream::read())

MemDev: FIX - read(NULL) means that the user wants to
MemDev: FIX - read(NULL) means that the user wants to
know if data are available; must return nonzero.

Added support for thread priorities. All internal threads
in the protocol stack can be configured (from YAML) with
a priority (see doc/README.yamlDefinition).

New features: a 'NullDev' which is not backed by anything.
Useful for testing/debugging because any YAML hierarchy
Useful for testing/debugging because any YAML hierarchy
can be loaded w/o need for hardware (or a lot or memory
as with MemDev that covers a large address space).

Expand Down

0 comments on commit 54d301a

Please sign in to comment.