diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 0bacb3a..04bc8ac 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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; @@ -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 @@ -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). @@ -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. @@ -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. @@ -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 @@ -336,7 +341,7 @@ 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 @@ -344,7 +349,7 @@ R3.7.branch 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).