Xilinx Embedded Software (embeddedsw) Development
Find a file
Soren Brinkmann 4b7afd3d4e xilpm: Remove stdint.h
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>
2015-04-24 11:57:12 +05:30
doc Change Log for 2015.1 2015-03-01 09:56:03 +05:30
lib xilpm: Remove stdint.h 2015-04-24 11:57:12 +05:30
ThirdParty/sw_services/xilopenamp sw_services: openamp: change in makefile 2015-03-31 12:03:29 +05:30
XilinxProcessorIPLib/drivers gpiops_v3_1 : Convert 3-line comments to 1-liners. 2015-04-22 11:48:33 +05:30