Discussion Title | Created date |
---|---|
avr-libc 2.0.0 new API (how to handle this situation in makefile) Hi everyone! Recently avr-libc changes and now it is need new linker option: ifneq ($(__AVR_LIBC_MAJOR__), 1) LDFLAGS += -l$(MCU) endif I suppose that I should to parse... |
Monday, 5 December 2016 - 15:16 |
inline asm misunderstanding avr-gcc-4.7.2 #define makeword16(b0,b1) \ (__extension__({ \ uint8_t __b0 = (uint8_t)(b0); \ uint8_t __b1... |
Tuesday, 20 November 2012 - 06:09 |
AVR's Pin Twiddling Hacks:) With this module You may write code as: #define PIN_SS B,2 // assign as PORTB, PIN2 #define PIN_MOSI B,3 // ... #define PIN_MISO B,4 #define... |
Wednesday, 21 May 2008 - 10:10 |