Xilinx Embedded Software (embeddedsw) Development
![]() Migrate to the standard standalone types. Scripted change: find -type f -name "*.[ch]" -exec sed -i -e 's/uint32_t/u32/g' -e 's/uint8_t/u8/g' -e 's/uint16_t/u16/g' '{}' ';' find -type f -name "*.[ch]" -exec sed -i -e 's/int32_t/s32/g' -e 's/int8_t/s8/g' -e 's/int16_t/s16/g' '{}' ';' Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> |
||
---|---|---|
doc | ||
lib | ||
ThirdParty/sw_services/xilopenamp | ||
XilinxProcessorIPLib/drivers |