Martin

Results 4 issues of Martin

The freertos10_xilinx.tcl script that generates FreeRTOSConfig.h file doesn't allow to override the default setting for INCLUDE_xTaskGetCurrentTaskHandle, found in FreeRTOS.h. The default value is disabled. Third party SafeFlash library from HCC...

When the os compiler option is set to "mb-g++", Standalone OS will fail to build with following errors: xil_mem.c: In function 'void Xil_MemCpy(void*, const void*, u32)': xil_mem.c:50:25: error: invalid conversion...

in file hwicap.c, id code table series_ultra_plus_idcodes is missing some entries, as per UG570 (v1.20.1) March 4, 2025 UltraScale Architecture Configuration document, table Table 5: JTAG and IDCODE for UltraScale...

In xhwicap.c: - l.108 series_ultra_idcodes[] is declared/defined with a size of NUM_ULTRA_SERIES_IDCODES defined to 13, while the array has a size of 14 elements. - l.114 series_ultra_plus_idcodes[] is declared/defined with...