OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_11/usb_fpga_1_11/trunk

Subversion Repositories usb_fpga_1_11

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /usb_fpga_1_11/trunk/bin
    from Rev 2 to Rev 5
    Reverse comparison

Rev 2 → Rev 5

/bmpsdcc.sh
43,7 → 43,7
exit $ec
fi
 
sdcc -mmcs51 --code-loc 0x0200 --code-size 0x2e00 --xram-loc 0x3200 --xram-size 0x1000 --iram-size 256 $PEEPH $3 $base.tmp.c -o $base.ihx
sdcc -mmcs51 --code-loc 0x0200 --code-size 0x3800 --xram-loc 0x3A00 --xram-size 0x600 --iram-size 256 $PEEPH $3 $base.tmp.c -o $base.ihx
ec="$?"
if [ "$ec" != 0 ]; then
exit $ec
50,8 → 50,12
fi
 
addr=`grep ".*:.* _DeviceDescriptor" $base.map | (
read a b
echo 0x${a#*:}
read a b c
if [ "$c" = "_DeviceDescriptor" ]; then
echo 0x${b#*:}
else
echo 0x${a#*:}
fi
)`
echo "Addr=$addr"
if [ $((addr & 1)) = "0" ]; then

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.