Discussion Title | Created date |
---|---|
inline asm compilation error trying to compile file with inline asm functions (bin2bcd_U32 and bcd2bin_U32 in ul_math.c). compilation command : Quote:avr-gcc -c -o out/obj/ul_math.o -mmcu=atmega8 -gdwarf-2 -... |
Saturday, 23 May 2009 - 18:37 |
eeprom - compare before write How about adding preliminary compare to AVR-libc eeprom_write_byte or eeprom_write_block functions ? It greatly speeds up writing of configuration blocks and reduces EEPROM... |
Friday, 25 April 2008 - 12:34 |
avr-gcc can't find file currrent project placed in : E:\work\projects\power\vreg\digital\src\vreg_dig_01.c it uses some libs (.c, .h) placed in : E:\work\projects\libs\ul\ in makefile : EXTRAINCDIRS... |
Thursday, 26 July 2007 - 21:45 |
removing unused functions when compiling some source with included external library i realized that all unused functions was included in output list file and atmega8 was completely filled. after some... |
Thursday, 26 July 2007 - 21:19 |
progmem array init There is structure in sram: struct {unsigned char second,minute,hour,date,month; unsigned char year; unsigned char corr_auto; unsigned char corr_pause_cnt; unsigned char... |
Sunday, 13 March 2005 - 22:19 |