embarc_osp
embarc_osp copied to clipboard
embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
If requested data length isn't integer multiple of (FIFO - THRE), the interrupt of I2S will be masked. Let's assume FIFO = 16, THRE = 3, and requested data length...
# Issue Summary - **Type**: *Bug* - **Category**: *Example* - **Priority**: *Urgent* - **Release Version**: 2019.06 -------------------------------------------------------------------------------- # Bug ## Development Environment - **HOST OS** Input the host os name...
# Issue Summary - **Type**: *Bug* - **Category**: *Library* - **Priority**: *Medium* - **Release Version**: All -------------------------------------------------------------------------------- # Bug ## Development Environment - **HOST OS** All - **TOOLCHAIN** All -...
# Issue Summary - **Type**: *Bug* | *Enhancement* | *Question* - **Category**: *ARC HAL* | *Device HAL* | *BSP* | *OS* | *Middleware* | *Library* | *Example* | *Build System*...
# Issue Summary - **Type**: *Bug* | *Enhancement* | *Question* - **Category**: *ARC HAL* | *Device HAL* | *BSP* | *OS* | *Middleware* | *Library* | *Example* | *Build System*...
# Issue Summary - **Type**: *Enhancement* - **Category**: *Device HAL* - **Priority**: *High* - **Release Version**: -------------------------------------------------------------------------------- Complex use-case usually requires IRQ priorities tuning according to the specific time constraints....
# Issue Summary - **Type**: *Bug* - **Category**: *Example* - **Priority**: *High* - **Release Version**: 2018.12 -------------------------------------------------------------------------------- # Bug ## Development Environment - **HOST OS** Ubuntu 18.04.2 LTS 64Bit -...
Signed-off-by: Yiping Peng # Summary - [CBOR](http://cbor.io/) is a data format, RFC 7049, just like json format, whose design goals include the possibility of extremely small code size, fairly small...
The usermode state wasn't detected correctly. Fix this. Can be critical for secureshield users.
Startup code may have exceeded the sections sizes while clear/copy them and erase data beyond its boundaries. -------------------------8-------------------------- _s3_clear_bss: mov r0, _f_bss mov r1, _e_bss cmp r0, r1 jge _arc_reset_call_main...