From: rasky Date: Mon, 8 Oct 2007 13:39:48 +0000 (+0000) Subject: Sistema l'errore da me commesso in fase di conversione... X-Git-Tag: 1.0.0~408 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a Sistema l'errore da me commesso in fase di conversione... git-svn-id: https://src.develer.com/svnoss/bertos/trunk@833 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/.cvsignore b/.cvsignore old mode 100755 new mode 100644 diff --git a/Doxyfile b/Doxyfile old mode 100755 new mode 100644 diff --git a/Doxyfile_c b/Doxyfile_c old mode 100755 new mode 100644 diff --git a/Doxyfile_cxx b/Doxyfile_cxx old mode 100755 new mode 100644 diff --git a/LICENSE.GPL b/LICENSE.GPL old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README.devlib b/README.devlib old mode 100755 new mode 100644 diff --git a/TODO b/TODO old mode 100755 new mode 100644 diff --git a/algos/crc.c b/algos/crc.c old mode 100755 new mode 100644 diff --git a/algos/crc.h b/algos/crc.h old mode 100755 new mode 100644 diff --git a/algos/md2.c b/algos/md2.c old mode 100755 new mode 100644 diff --git a/algos/md2.h b/algos/md2.h old mode 100755 new mode 100644 diff --git a/algos/randpool.c b/algos/randpool.c old mode 100755 new mode 100644 diff --git a/algos/randpool.h b/algos/randpool.h old mode 100755 new mode 100644 diff --git a/algos/rotating_hash.h b/algos/rotating_hash.h old mode 100755 new mode 100644 diff --git a/algos/tea.c b/algos/tea.c old mode 100755 new mode 100644 diff --git a/algos/tea.h b/algos/tea.h old mode 100755 new mode 100644 diff --git a/app/demo/appconfig.h b/app/demo/appconfig.h old mode 100755 new mode 100644 diff --git a/app/demo/demo.c b/app/demo/demo.c old mode 100755 new mode 100644 diff --git a/app/demo/demo.mk b/app/demo/demo.mk old mode 100755 new mode 100644 diff --git a/app/demo/verstag.h b/app/demo/verstag.h old mode 100755 new mode 100644 diff --git a/app/randpool/appconfig.h b/app/randpool/appconfig.h old mode 100755 new mode 100644 diff --git a/app/randpool/randpool_demo.c b/app/randpool/randpool_demo.c old mode 100755 new mode 100644 diff --git a/app/randpool/randpool_demo.mk b/app/randpool/randpool_demo.mk old mode 100755 new mode 100644 diff --git a/app/triface/appconfig.h b/app/triface/appconfig.h old mode 100755 new mode 100644 diff --git a/app/triface/cmd_ctor.h b/app/triface/cmd_ctor.h old mode 100755 new mode 100644 diff --git a/app/triface/doc/PROTOCOL b/app/triface/doc/PROTOCOL old mode 100755 new mode 100644 diff --git a/app/triface/doc/schematics/TRIFACE.DSN b/app/triface/doc/schematics/TRIFACE.DSN old mode 100755 new mode 100644 diff --git a/app/triface/doc/schematics/triface.opj b/app/triface/doc/schematics/triface.opj old mode 100755 new mode 100644 diff --git a/app/triface/hw/hw_cpu.h b/app/triface/hw/hw_cpu.h old mode 100755 new mode 100644 diff --git a/app/triface/hw/hw_ser.h b/app/triface/hw/hw_ser.h old mode 100755 new mode 100644 diff --git a/app/triface/protocol.c b/app/triface/protocol.c old mode 100755 new mode 100644 diff --git a/app/triface/protocol.h b/app/triface/protocol.h old mode 100755 new mode 100644 diff --git a/app/triface/triface.c b/app/triface/triface.c old mode 100755 new mode 100644 diff --git a/app/triface/triface.mk b/app/triface/triface.mk old mode 100755 new mode 100644 diff --git a/app/triface/verstag.h b/app/triface/verstag.h old mode 100755 new mode 100644 diff --git a/appconfig.h b/appconfig.h old mode 100755 new mode 100644 diff --git a/appconfig_common.h b/appconfig_common.h old mode 100755 new mode 100644 diff --git a/cfg/arch_config.h b/cfg/arch_config.h old mode 100755 new mode 100644 diff --git a/cfg/compiler.h b/cfg/compiler.h old mode 100755 new mode 100644 diff --git a/cfg/cpu.h b/cfg/cpu.h old mode 100755 new mode 100644 diff --git a/cfg/cpu_detect.h b/cfg/cpu_detect.h old mode 100755 new mode 100644 diff --git a/cfg/debug.h b/cfg/debug.h old mode 100755 new mode 100644 diff --git a/cfg/macros.h b/cfg/macros.h old mode 100755 new mode 100644 diff --git a/cfg/module.h b/cfg/module.h old mode 100755 new mode 100644 diff --git a/cfg/os.h b/cfg/os.h old mode 100755 new mode 100644 diff --git a/config.mk b/config.mk old mode 100755 new mode 100644 diff --git a/config_kern.h b/config_kern.h old mode 100755 new mode 100644 diff --git a/doc/.cvsignore b/doc/.cvsignore old mode 100755 new mode 100644 diff --git a/doc/.keepme b/doc/.keepme old mode 100755 new mode 100644 diff --git a/drv/adc.c b/drv/adc.c old mode 100755 new mode 100644 diff --git a/drv/adc.h b/drv/adc.h old mode 100755 new mode 100644 diff --git a/drv/at91/sysirq.c b/drv/at91/sysirq.c old mode 100755 new mode 100644 diff --git a/drv/at91/sysirq.h b/drv/at91/sysirq.h old mode 100755 new mode 100644 diff --git a/drv/at91/timer.c b/drv/at91/timer.c old mode 100755 new mode 100644 diff --git a/drv/at91/timer.h b/drv/at91/timer.h old mode 100755 new mode 100644 diff --git a/drv/buzzer.c b/drv/buzzer.c old mode 100755 new mode 100644 diff --git a/drv/buzzer.h b/drv/buzzer.h old mode 100755 new mode 100644 diff --git a/drv/buzzerled.c b/drv/buzzerled.c old mode 100755 new mode 100644 diff --git a/drv/buzzerled.h b/drv/buzzerled.h old mode 100755 new mode 100644 diff --git a/drv/buzzerled_dsp56k.h b/drv/buzzerled_dsp56k.h old mode 100755 new mode 100644 diff --git a/drv/eeprom.c b/drv/eeprom.c old mode 100755 new mode 100644 diff --git a/drv/eeprom.h b/drv/eeprom.h old mode 100755 new mode 100644 diff --git a/drv/flash_avr.c b/drv/flash_avr.c old mode 100755 new mode 100644 diff --git a/drv/flash_avr.h b/drv/flash_avr.h old mode 100755 new mode 100644 diff --git a/drv/kbd.c b/drv/kbd.c old mode 100755 new mode 100644 diff --git a/drv/kbd.h b/drv/kbd.h old mode 100755 new mode 100644 diff --git a/drv/kdebug.c b/drv/kdebug.c old mode 100755 new mode 100644 diff --git a/drv/lcd_gfx.c b/drv/lcd_gfx.c old mode 100755 new mode 100644 diff --git a/drv/lcd_gfx.h b/drv/lcd_gfx.h old mode 100755 new mode 100644 diff --git a/drv/lcd_gfx_qt.cpp b/drv/lcd_gfx_qt.cpp old mode 100755 new mode 100644 diff --git a/drv/lcd_gfx_qt.h b/drv/lcd_gfx_qt.h old mode 100755 new mode 100644 diff --git a/drv/lcd_gfx_test.c b/drv/lcd_gfx_test.c old mode 100755 new mode 100644 diff --git a/drv/lcd_hd44.c b/drv/lcd_hd44.c old mode 100755 new mode 100644 diff --git a/drv/lcd_hd44.h b/drv/lcd_hd44.h old mode 100755 new mode 100644 diff --git a/drv/lcd_lm44_qt.cpp b/drv/lcd_lm44_qt.cpp old mode 100755 new mode 100644 diff --git a/drv/lcd_lm44_qt.h b/drv/lcd_lm44_qt.h old mode 100755 new mode 100644 diff --git a/drv/lcd_text.c b/drv/lcd_text.c old mode 100755 new mode 100644 diff --git a/drv/lcd_text.h b/drv/lcd_text.h old mode 100755 new mode 100644 diff --git a/drv/mcp41.c b/drv/mcp41.c old mode 100755 new mode 100644 diff --git a/drv/mcp41.h b/drv/mcp41.h old mode 100755 new mode 100644 diff --git a/drv/ntc.c b/drv/ntc.c old mode 100755 new mode 100644 diff --git a/drv/ntc.h b/drv/ntc.h old mode 100755 new mode 100644 diff --git a/drv/phase.c b/drv/phase.c old mode 100755 new mode 100644 diff --git a/drv/phase.h b/drv/phase.h old mode 100755 new mode 100644 diff --git a/drv/pwm.c b/drv/pwm.c old mode 100755 new mode 100644 diff --git a/drv/pwm.h b/drv/pwm.h old mode 100755 new mode 100644 diff --git a/drv/ser.c b/drv/ser.c old mode 100755 new mode 100644 diff --git a/drv/ser.h b/drv/ser.h old mode 100755 new mode 100644 diff --git a/drv/ser_avr.c b/drv/ser_avr.c old mode 100755 new mode 100644 diff --git a/drv/ser_dsp56k.c b/drv/ser_dsp56k.c old mode 100755 new mode 100644 diff --git a/drv/ser_i196.c b/drv/ser_i196.c old mode 100755 new mode 100644 diff --git a/drv/ser_p.h b/drv/ser_p.h old mode 100755 new mode 100644 diff --git a/drv/ser_posix.c b/drv/ser_posix.c old mode 100755 new mode 100644 diff --git a/drv/ser_simple.c b/drv/ser_simple.c old mode 100755 new mode 100644 diff --git a/drv/ser_simple.h b/drv/ser_simple.h old mode 100755 new mode 100644 diff --git a/drv/tc520.c b/drv/tc520.c old mode 100755 new mode 100644 diff --git a/drv/tc520.h b/drv/tc520.h old mode 100755 new mode 100644 diff --git a/drv/thermo.c b/drv/thermo.c old mode 100755 new mode 100644 diff --git a/drv/thermo.h b/drv/thermo.h old mode 100755 new mode 100644 diff --git a/drv/timer.c b/drv/timer.c old mode 100755 new mode 100644 diff --git a/drv/timer.h b/drv/timer.h old mode 100755 new mode 100644 diff --git a/drv/timer_avr.c b/drv/timer_avr.c old mode 100755 new mode 100644 diff --git a/drv/timer_avr.h b/drv/timer_avr.h old mode 100755 new mode 100644 diff --git a/drv/timer_dsp56k.h b/drv/timer_dsp56k.h old mode 100755 new mode 100644 diff --git a/drv/timer_i196.h b/drv/timer_i196.h old mode 100755 new mode 100644 diff --git a/drv/timer_posix.c b/drv/timer_posix.c old mode 100755 new mode 100644 diff --git a/drv/timer_posix.h b/drv/timer_posix.h old mode 100755 new mode 100644 diff --git a/drv/timer_qt.c b/drv/timer_qt.c old mode 100755 new mode 100644 diff --git a/drv/timer_qt.h b/drv/timer_qt.h old mode 100755 new mode 100644 diff --git a/drv/timer_simple.c b/drv/timer_simple.c old mode 100755 new mode 100644 diff --git a/drv/timer_simple.h b/drv/timer_simple.h old mode 100755 new mode 100644 diff --git a/drv/timer_test.c b/drv/timer_test.c old mode 100755 new mode 100644 diff --git a/drv/twi.c b/drv/twi.c old mode 100755 new mode 100644 diff --git a/drv/twi.h b/drv/twi.h old mode 100755 new mode 100644 diff --git a/drv/wdt.h b/drv/wdt.h old mode 100755 new mode 100644 diff --git a/dt/dnotifier.c b/dt/dnotifier.c old mode 100755 new mode 100644 diff --git a/dt/dnotifier.h b/dt/dnotifier.h old mode 100755 new mode 100644 diff --git a/dt/dtag.h b/dt/dtag.h old mode 100755 new mode 100644 diff --git a/dt/dwidget.c b/dt/dwidget.c old mode 100755 new mode 100644 diff --git a/dt/dwidget.h b/dt/dwidget.h old mode 100755 new mode 100644 diff --git a/dt/editbool.c b/dt/editbool.c old mode 100755 new mode 100644 diff --git a/dt/editbool.h b/dt/editbool.h old mode 100755 new mode 100644 diff --git a/dt/editint.c b/dt/editint.c old mode 100755 new mode 100644 diff --git a/dt/editint.h b/dt/editint.h old mode 100755 new mode 100644 diff --git a/emul/emul.cpp b/emul/emul.cpp old mode 100755 new mode 100644 diff --git a/emul/emul.h b/emul/emul.h old mode 100755 new mode 100644 diff --git a/emul/emul.mk b/emul/emul.mk old mode 100755 new mode 100644 diff --git a/emul/emulkbd.cpp b/emul/emulkbd.cpp old mode 100755 new mode 100644 diff --git a/emul/emulkbd.h b/emul/emulkbd.h old mode 100755 new mode 100644 diff --git a/emul/emulwin.cpp b/emul/emulwin.cpp old mode 100755 new mode 100644 diff --git a/emul/emulwin.h b/emul/emulwin.h old mode 100755 new mode 100644 diff --git a/fonts/convbdf b/fonts/convbdf old mode 100755 new mode 100644 diff --git a/fonts/fixed6x8.c b/fonts/fixed6x8.c old mode 100755 new mode 100644 diff --git a/fonts/fonts.mk b/fonts/fonts.mk old mode 100755 new mode 100644 diff --git a/fonts/helvB10.bdf b/fonts/helvB10.bdf old mode 100755 new mode 100644 diff --git a/fonts/luBS14.bdf b/fonts/luBS14.bdf old mode 100755 new mode 100644 diff --git a/fonts/ncenB18.bdf b/fonts/ncenB18.bdf old mode 100755 new mode 100644 diff --git a/gfx/bitmap.c b/gfx/bitmap.c old mode 100755 new mode 100644 diff --git a/gfx/charts.c b/gfx/charts.c old mode 100755 new mode 100644 diff --git a/gfx/charts.h b/gfx/charts.h old mode 100755 new mode 100644 diff --git a/gfx/fillpoly.cpp b/gfx/fillpoly.cpp old mode 100755 new mode 100644 diff --git a/gfx/font.h b/gfx/font.h old mode 100755 new mode 100644 diff --git a/gfx/font_10x20.c b/gfx/font_10x20.c old mode 100755 new mode 100644 diff --git a/gfx/gfx.h b/gfx/gfx.h old mode 100755 new mode 100644 diff --git a/gfx/gfx_p.h b/gfx/gfx_p.h old mode 100755 new mode 100644 diff --git a/gfx/line.c b/gfx/line.c old mode 100755 new mode 100644 diff --git a/gfx/text.c b/gfx/text.c old mode 100755 new mode 100644 diff --git a/gfx/text.h b/gfx/text.h old mode 100755 new mode 100644 diff --git a/gfx/text_format.c b/gfx/text_format.c old mode 100755 new mode 100644 diff --git a/gfx/win.c b/gfx/win.c old mode 100755 new mode 100644 diff --git a/gfx/win.h b/gfx/win.h old mode 100755 new mode 100644 diff --git a/gui/levelbar.c b/gui/levelbar.c old mode 100755 new mode 100644 diff --git a/gui/levelbar.h b/gui/levelbar.h old mode 100755 new mode 100644 diff --git a/gui/leveledit.c b/gui/leveledit.c old mode 100755 new mode 100644 diff --git a/gui/leveledit.h b/gui/leveledit.h old mode 100755 new mode 100644 diff --git a/gui/menu.c b/gui/menu.c old mode 100755 new mode 100644 diff --git a/gui/menu.h b/gui/menu.h old mode 100755 new mode 100644 diff --git a/hw/hw_buzzer.h b/hw/hw_buzzer.h old mode 100755 new mode 100644 diff --git a/hw/hw_kbd.h b/hw/hw_kbd.h old mode 100755 new mode 100644 diff --git a/hw/hw_lcd.h b/hw/hw_lcd.h old mode 100755 new mode 100644 diff --git a/hw/hw_mcp41.c b/hw/hw_mcp41.c old mode 100755 new mode 100644 diff --git a/hw/hw_mcp41.h b/hw/hw_mcp41.h old mode 100755 new mode 100644 diff --git a/hw/hw_tc520.h b/hw/hw_tc520.h old mode 100755 new mode 100644 diff --git a/hw/kbd_map.h b/hw/kbd_map.h old mode 100755 new mode 100644 diff --git a/hw/mcp41_map.h b/hw/mcp41_map.h old mode 100755 new mode 100644 diff --git a/kern/kfile.h b/kern/kfile.h old mode 100755 new mode 100644 diff --git a/kern/monitor.c b/kern/monitor.c old mode 100755 new mode 100644 diff --git a/kern/monitor.h b/kern/monitor.h old mode 100755 new mode 100644 diff --git a/kern/msg.h b/kern/msg.h old mode 100755 new mode 100644 diff --git a/kern/proc.c b/kern/proc.c old mode 100755 new mode 100644 diff --git a/kern/proc.h b/kern/proc.h old mode 100755 new mode 100644 diff --git a/kern/proc_p.h b/kern/proc_p.h old mode 100755 new mode 100644 diff --git a/kern/proc_test.c b/kern/proc_test.c old mode 100755 new mode 100644 diff --git a/kern/sem.c b/kern/sem.c old mode 100755 new mode 100644 diff --git a/kern/sem.h b/kern/sem.h old mode 100755 new mode 100644 diff --git a/kern/signal.c b/kern/signal.c old mode 100755 new mode 100644 diff --git a/kern/signal.h b/kern/signal.h old mode 100755 new mode 100644 diff --git a/kern/switch.S b/kern/switch.S old mode 100755 new mode 100644 diff --git a/kern/switch_avr.S b/kern/switch_avr.S old mode 100755 new mode 100644 diff --git a/kern/switch_dsp56k.c b/kern/switch_dsp56k.c old mode 100755 new mode 100644 diff --git a/kern/switch_i196.s32 b/kern/switch_i196.s32 old mode 100755 new mode 100644 diff --git a/kern/switch_i386.s b/kern/switch_i386.s old mode 100755 new mode 100644 diff --git a/kern/switch_win32.s b/kern/switch_win32.s old mode 100755 new mode 100644 diff --git a/kern/switch_x86_64.s b/kern/switch_x86_64.s old mode 100755 new mode 100644 diff --git a/mware/blanker.c b/mware/blanker.c old mode 100755 new mode 100644 diff --git a/mware/blanker.h b/mware/blanker.h old mode 100755 new mode 100644 diff --git a/mware/byteorder.h b/mware/byteorder.h old mode 100755 new mode 100644 diff --git a/mware/cmd_hunk.h b/mware/cmd_hunk.h old mode 100755 new mode 100644 diff --git a/mware/event.c b/mware/event.c old mode 100755 new mode 100644 diff --git a/mware/event.h b/mware/event.h old mode 100755 new mode 100644 diff --git a/mware/except.h b/mware/except.h old mode 100755 new mode 100644 diff --git a/mware/fifobuf.h b/mware/fifobuf.h old mode 100755 new mode 100644 diff --git a/mware/formatwr.c b/mware/formatwr.c old mode 100755 new mode 100644 diff --git a/mware/formatwr.h b/mware/formatwr.h old mode 100755 new mode 100644 diff --git a/mware/hashtable.c b/mware/hashtable.c old mode 100755 new mode 100644 diff --git a/mware/hashtable.h b/mware/hashtable.h old mode 100755 new mode 100644 diff --git a/mware/heap.c b/mware/heap.c old mode 100755 new mode 100644 diff --git a/mware/heap.h b/mware/heap.h old mode 100755 new mode 100644 diff --git a/mware/hex.c b/mware/hex.c old mode 100755 new mode 100644 diff --git a/mware/hex.h b/mware/hex.h old mode 100755 new mode 100644 diff --git a/mware/kfile.h b/mware/kfile.h old mode 100755 new mode 100644 diff --git a/mware/list.h b/mware/list.h old mode 100755 new mode 100644 diff --git a/mware/msg.c b/mware/msg.c old mode 100755 new mode 100644 diff --git a/mware/msg.h b/mware/msg.h old mode 100755 new mode 100644 diff --git a/mware/observer.c b/mware/observer.c old mode 100755 new mode 100644 diff --git a/mware/observer.h b/mware/observer.h old mode 100755 new mode 100644 diff --git a/mware/parser.c b/mware/parser.c old mode 100755 new mode 100644 diff --git a/mware/parser.h b/mware/parser.h old mode 100755 new mode 100644 diff --git a/mware/pgm.h b/mware/pgm.h old mode 100755 new mode 100644 diff --git a/mware/pool.h b/mware/pool.h old mode 100755 new mode 100644 diff --git a/mware/rand.c b/mware/rand.c old mode 100755 new mode 100644 diff --git a/mware/readline.c b/mware/readline.c old mode 100755 new mode 100644 diff --git a/mware/readline.h b/mware/readline.h old mode 100755 new mode 100644 diff --git a/mware/resource.c b/mware/resource.c old mode 100755 new mode 100644 diff --git a/mware/resource.h b/mware/resource.h old mode 100755 new mode 100644 diff --git a/mware/rle.c b/mware/rle.c old mode 100755 new mode 100644 diff --git a/mware/rle.h b/mware/rle.h old mode 100755 new mode 100644 diff --git a/mware/sprintf.c b/mware/sprintf.c old mode 100755 new mode 100644 diff --git a/mware/sprintf_test.c b/mware/sprintf_test.c old mode 100755 new mode 100644 diff --git a/mware/strtol10.c b/mware/strtol10.c old mode 100755 new mode 100644 diff --git a/mware/strtol10.h b/mware/strtol10.h old mode 100755 new mode 100644 diff --git a/mware/xmodem.c b/mware/xmodem.c old mode 100755 new mode 100644 diff --git a/mware/xmodem.h b/mware/xmodem.h old mode 100755 new mode 100644 diff --git a/os/hptime.c b/os/hptime.c old mode 100755 new mode 100644 diff --git a/os/hptime.h b/os/hptime.h old mode 100755 new mode 100644 diff --git a/rules.mk b/rules.mk old mode 100755 new mode 100644 diff --git a/verstag.c b/verstag.c old mode 100755 new mode 100644 diff --git a/verstag.h b/verstag.h old mode 100755 new mode 100644