Discussion Title | Created date |
---|---|
stdbool in avr-libc Hi guys, Is stdbool.h likely to be included in avr-libc any time soon? |
Tuesday, 25 September 2007 - 17:26 |
avr-libc man pages in win-avr They don't seem to have been generated right: .TH "interrupt.h" 3 "15 May 2007" "Version 1.4.6" "avr-libc" \" -*- nroff -*- .ad l .nh .SH NAME interrupt.h \- .SH "Detailed... |
Tuesday, 25 September 2007 - 11:50 |
avr-libc avr/lib/... directories Hi, Does anyone know how avr-libc arranges it's library structure in the /avr/lib/... directories? It looks obvious, but I don't know where avr25 comes from, is this the avr2... |
Tuesday, 7 August 2007 - 13:07 |
Target for GDB debug? Hi All, I am just taking a look at A32S, I realise it is very new. What target can I setup to enable me to debug code without a physical target? At the moment, I've been following... |
Friday, 13 April 2007 - 11:43 |
Framework Class Error - AVR Studio 4.13.528 won't start Has anyone else seen this error on AVR Studio startup? Framwork Class: Error while connecting to ROT: -2147221164 ?? Followed by a quick dialog: Error creating avrFramework Some... |
Monday, 26 March 2007 - 17:15 |
avr-objcopy in winavr20070101 doesn't like 0 eeprom Hi all, The command, avr-objcopy -j .eeprom -j .eestart --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex bin/release/ARCH_AVR.atmega128.BNET_USE_BIO... |
Wednesday, 3 January 2007 - 13:10 |
Pointer initialisation quirk Hi, I'm having a problem with a bit of code that initialises a pointer. 478: uint16_t lRealLength = 0; +000006FB: 821C STD Y+4,R1 Store indirect... |
Wednesday, 8 November 2006 - 16:34 |
gcc 4.1.1 broken dwarf2 support? Hi All, Is gcc-core 4.1.1 broken for dwarf-2 support? I cannot get it to compile with --with-dwarf2 on the configure line. Which is a shame, because I like to debug with avr... |
Wednesday, 5 July 2006 - 17:09 |
Strange no interrupt problem Hi, I'm using a Mega162 at the moment to do some serial comms. However, I cannot get the M162 to interrupt properly for some reason that I can't fathom out. As I have some LEDs on... |
Friday, 17 February 2006 - 20:31 |
Array as pointer and explicit pointer Hi All, I had a slight hiccup in my code, which was easily solved, but now I've got the time to revisit it, I can't work out whether it should have been a problem in the first... |
Wednesday, 30 November 2005 - 14:29 |
error in passing arg Hi All, I have a problem that I can't figure out. I am passing an unsigned int to a crc check routine that I have written (yes I'm aware there is a gnu function). But for some... |
Thursday, 10 November 2005 - 12:18 |
Software timer array Hi All, I only ever post problems, so I thought I'd post my solution to having loads of software timers and ending up with an interrupt routine source code that generally looks... |
Monday, 7 November 2005 - 12:49 |