|
| 1 | +.. _release_2018.09: |
| 2 | + |
| 3 | +Release 2018.09 |
| 4 | +=============== |
| 5 | + |
| 6 | +This is the seventh release of the embARC Open Software Platform, release 2018.09. |
| 7 | + |
| 8 | +Tool Support |
| 9 | +############ |
| 10 | + |
| 11 | +* GNU Toolchain for ARC Processors, 2018.03 |
| 12 | +* MetaWare Development Toolkit, 2018.06 |
| 13 | + |
| 14 | +Features and Enhancements |
| 15 | +######################### |
| 16 | + |
| 17 | +* Main new features |
| 18 | + * Support for new ARC IoT Development Kit (IoTDK) platform |
| 19 | +* Device HAL updates |
| 20 | + * Support for ARC Data Fusion and Sensor and Control Subsystem drivers and corresponding wrappers (under device/ip/subsystem) |
| 21 | + * Support for DesignWare I2S driver |
| 22 | + * Support for UART-BLE module RN4020 |
| 23 | + * Support for IMU sensor module MPU9250 |
| 24 | +* ARC HAL updates |
| 25 | + * Bugs fixes |
| 26 | +* Board support updates |
| 27 | + * Support for new ARC IoT Development Kit (IoTDK platform) |
| 28 | +* Middleware updates |
| 29 | + * No update |
| 30 | +* OS updates |
| 31 | + * No update |
| 32 | +* Examples update |
| 33 | + * Add new examples for RN420 and MPU9250 modules |
| 34 | +* Documentation updates |
| 35 | +* Bug fixes |
| 36 | +* FOSS notice update |
| 37 | + |
| 38 | +How to Use |
| 39 | +########## |
| 40 | + |
| 41 | +Please refer to the doc folder in the release zip file and `Getting Started <https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/wiki/Getting-Started-with-embARC-OSP>`_. |
| 42 | + |
| 43 | +Known Issues |
| 44 | +############ |
| 45 | + |
| 46 | +* This release has changed a lot in device layer, with the peripheral layer introduced, many examples which rely on old peripheral drivers in emsk will not be compatible with new embARC OSP, please modify it. |
| 47 | +* Make version >=4.0 is not supported. Please use make version 3.81 or 3.82 |
| 48 | +* For Wifi applications, the Digilent pmod Wifi with Microchip part MRF24WG0MA should be used. Pmods built with MRF24WB0MA have been shown to experience problems and are NOT supported. |
| 49 | +* Please don't put embARC source code too deep in your directory, because some examples can't be compiled due to too long command line not supported in Windows. |
| 50 | +* Since brand new device hal API is upgraded, your application that use the old device hal API need to be upgraded. |
| 51 | +* Secureshield library need MPU hardware module on EMSK, check your hardware configuration of EMSK before using it. |
| 52 | +* Please use the recommended tool versions for metaware and arc gnu. |
| 53 | +* For ARC GNU, an utility called **tcftool** from Metaware toolset is required for tcf build support. You can get it from Metaware Lite and copy it to ARC GNU's folder such as *C:/arc_gnu/bin/*. |
0 commit comments