mcupsdk-core
mcupsdk-core copied to clipboard
TI MCU+ SDK core source code repository with drivers, protocol stacks and example applications
am263x: enet: Enable enet SBL load Signed-off-by: Pradeep HN
ThreadX, NETX and FileX support for R5 core with examples and tests.
- Remove void* config pointer - Use absolute pointer types and enable multiple functions to perform different timer config operations. Fixes: SITSW-7155
Performance improvements to the NETX driver integration by implementing zero copy packet handling between NETX and the interface drivers. This as well as some configuration changes improve performances considerably and...
I wanted open the `examples\hello_world\am243x-lp\r5fss0-0_nortos\example.syscfg` file. But SysConfig returns me this error message ``` Invalid argument '--product': No product with name "MCU_PLUS_SDK" and version "07.03.00" found ``` I inspect the...
There are many scenarios where the core performing log processing is also performing other I/O bound workloads and the log processing is not the highest priority task. This PR preserves...
On `-O2` and `-O3`, instruction re-ordering of non-volatile accesses to peripheral clock div registers sometimes get interleaved depending on inlining ```c // inside SOC_rcmSetPeripheralClock *ptrClkSrcReg = SOC_rcmInsert16 (*ptrClkSrcReg, 11U, 0U,...
-Enet LLD has been cleaned up to meet the functional safety standards. To incorporate those changes in mcu_plus_sdk, makefile templates for building the necessary libraries are modified The following changes...
Remove typecasting to different object types and use of void*
Remove typecasting to different object types