6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* dejagnuboards/avrtest.exp (avrlibc_include_dir): Use -isystem to add include path, not -I. More... about 1 year ago
Fix a typo. More... about 1 year ago
Ditch output to stderr from tested programs. More... about 1 year ago
Bump copyright years. More... about 1 year ago
* avrtest.c (sys_misc): Print correct syscall address. More... about 1 year ago
Generate <mcu>-sim.exp so that RAM layout is described thoroughly. More... about 1 year ago
Typo. More... about 1 year ago
logging.c (log_add_instr): Adjust string length of PC when printed. More... about 1 year ago
Add limited support for NVMCTRL_CTRLB.FLMAP for AVR64* and AVR128* devices. More... about 1 year ago
Add avrxmega5. More... about 1 year ago
* options.c (arch_desc) [avrxmega4]: Fix flash mask. More... about 1 year ago
Don't use __typeof__(x) when x might be an address. More... about 1 year ago
Typo. More... about 1 year ago
* load-flash.c (load_elf) [arch.flash_pm_offset]: Include 0x10000 in the valid range for addr + memsz + arch.flash_pm_offset. More... about 1 year ago
Support IEEE single and IEEE double emulation. More... about 1 year ago
Use flash size from section .note.gnu.avr.deviceinfo. More... over 1 year ago
Support cores avr2, avr25, avr3, avr31, avr35, avr4, avr5, avrxmega2 as aliases of already supported cores. More... over 1 year ago
Support logging of values like LOG_U8 or LOG_FMT_S32 also with avrtest. More... over 1 year ago
Implement log_va as a proper function, not as a pointer-to-function. More... over 1 year ago
Use str_eq() if possible. More... over 1 year ago
Define AVRTEST_PUTCHAR for assembly. More... over 1 year ago
Support -mmcu=avrxmega4: XMEGA core with 2-byte PC and .rodata in RAM. More... over 1 year ago
Support -mmcu=avrxmega4: XMEGA core with 2-byte PC and .rodata in RAM. More... over 1 year ago
Read note section .note.gnu.avr.deviceinfo and info therein like flash size. More... over 1 year ago
Always link with -lm. More... over 1 year ago
* avrtest.c (sys_abort_2nd_hit): Adjust leave code and message. More... over 1 year ago
Typo. More... over 1 year ago
Calls like fputc (c, stderr) now write to the host's stderr stream. More... over 1 year ago
Typo. More... over 1 year ago
Fix stricter build warnings. More... over 1 year ago