aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-12-15 09:38:07 -0600
committerKumar Gala <kumar.gala@linaro.org>2016-12-15 09:39:14 -0600
commitb6702a98f110181db81b1af000131f777499aeb5 (patch)
tree4a2021c139364c20e1cf51a359f9aea38d574c82 /release-notes
parent6b1d57036d10ada28b7d515f02c6fd475dddc500 (diff)
updated relnotes with known issue on CC3200
Add details on the missing patches from the release for the CC3200
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/README.textile11
1 files changed, 11 insertions, 0 deletions
diff --git a/release-notes/README.textile b/release-notes/README.textile
index ae8f3c6..9412581 100644
--- a/release-notes/README.textile
+++ b/release-notes/README.textile
@@ -43,6 +43,17 @@ h4. Features
* Includes Zephyr.js, which augments JerryScript with modules to access hardware and Zephyr RTOS services. The upstream project officially support only Arduino 101 and FRDM-K64F boards at this time. This release includes patches (now merged upstream) to allow build the project for any board supported by Zephyr RTOS and access GPIO on it. Any other functionality is not validated for other boards and likely doesn't work in this release. Note that default working mode of Zephyr.js is to create firmware binary with a particular script embedded. The current release provides images with project's default "hello world" application. To try other applications, you will need to build Zephyr.js from source.
* Includes MicroPython, with interactive prompt over UART and support for accessing board's GPIO.
+h4. Known Issues
+
+* In this release, CC3200 UART shows issues when running from sFlash (missed interrupts and garbled output characters). The same issues do not occur when loading the ELF files via gdb/OpenOCD. The patches to Zephyr for the CC3200 GPIO driver are not included in this release, preventing the GPIO LED example from working. To fix these issues, the following patches from the following repository need to be applied to the zephyr tree of the release, before rebuilding:
+
+"https://git.linaro.org/lite/zephyr.git/log/?h=aeolus-2016.12:":https://git.linaro.org/lite/zephyr.git/log/?h=aeolus-2016.12
+
+* "cc3200: Add a GPIO driver for the TI CC3200 LaunchXL":https://git.linaro.org/lite/zephyr.git/patch/?id=40930619951f7e8b2119bf4f3f0151c387baa957
+* "cc3200: Add pinmux initialization for GPIO Ports":https://git.linaro.org/lite/zephyr.git/patch/?id=4a97b461c86f5e1445720d2c6be937dd3ece1e43
+* "cc3200: Add generic definitions for LEDs and switches":https://git.linaro.org/lite/zephyr.git/patch/?id=f7a17549c1a1012c58e0e88982e76787877f3f50
+* "cc3200: Ensure UART can wake up Zephyr after wfi in idle":https://git.linaro.org/lite/zephyr.git/patch/?id=f477f2117f54f4a31ed79eb9b42078e09f06b0fd
+
h4. Contact Linaro LITE
File bugs at "http://bugs.linaro.org":http://bugs.linaro.org . (Note: Linaro largely works in upstream, and bugs for upstream projects should be filed in their respective bug trackers.)