Activity for WinAVR

  • SprinterSB SprinterSB committed [r374] on Code

    gen-exp.sh - Add one for AT90S8515 (avr2).

  • SprinterSB SprinterSB committed [r373] on Code

    Use ATTR_PRINTF for printf __format__ attribute.

  • SprinterSB SprinterSB committed [r372] on Code

    host.c - log_add_: Use __MINGW_PRINTF_FORMAT as format attribute if available.

  • SprinterSB SprinterSB committed [r371] on Code

    Adjust AVRtest abstract.

  • SprinterSB SprinterSB committed [r370] on Code

    Typo.

  • SprinterSB SprinterSB committed [r369] on Code

    Use AVRtest as project name.

  • SprinterSB SprinterSB committed [r368] on Code

    avrtiny-rodata.x - Align with stock version of avrtiny.x.

  • SprinterSB SprinterSB committed [r367] on Code

    README: Typo.

  • SprinterSB SprinterSB committed [r366] on Code

    avrtest.h - Diagnose -mint8 has no [u]int64_t.

  • SprinterSB SprinterSB committed [r365] on Code

    avrtest.h - Support -mint8

  • SprinterSB SprinterSB committed [r364] on Code

    Sync README and README.md

  • SprinterSB SprinterSB committed [r363] on Code

    Support syscalls LOG_FMT_F7T etc. to log libgcc's f7_t.

  • SprinterSB SprinterSB committed [r362] on Code

    Support more IEEE-754 emulation syscalls.

  • SprinterSB SprinterSB committed [r361] on Code

    avr51-flash1.x (.text): Add *(.progmemx.*)

  • SprinterSB SprinterSB committed [r360] on Code

    Makefile (EXIT_MCUS): Add at90s8515.

  • SprinterSB SprinterSB committed [r359] on Code

    README: Update web-link.

  • SprinterSB SprinterSB committed [r358] on Code

    -m MAXCOUNT: Support floating-point values.

  • SprinterSB SprinterSB committed [r357] on Code

    -m MAXCOUNT: Support suffixes k and M as multipliers.

  • SprinterSB SprinterSB committed [r356] on Code

    avrxmega5 has RAMPD.

  • SprinterSB SprinterSB committed [r355] on Code

    Support to specify extra avrtest options in <mcu>-sim.exp files.

  • SprinterSB SprinterSB committed [r354] on Code

    Make code for 0-series ATmega from avrxmega3 work without -pm 0x4000.

  • SprinterSB SprinterSB committed [r353] on Code

    * dejagnuboards/avrtest.exp (avrlibc_include_dir): Use -isystem to add include path, not -I.

  • SprinterSB SprinterSB committed [r352] on Code

    Fix a typo.

  • SprinterSB SprinterSB committed [r351] on Code

    Ditch output to stderr from tested programs.

  • SprinterSB SprinterSB committed [r350] on Code

    Bump copyright years.

  • SprinterSB SprinterSB committed [r349] on Code

    * avrtest.c (sys_misc): Print correct syscall address.

  • SprinterSB SprinterSB committed [r348] on Code

    Generate <mcu>-sim.exp so that RAM layout is described thoroughly.

  • SprinterSB SprinterSB committed [r347] on Code

    Typo.

  • SprinterSB SprinterSB committed [r346] on Code

    logging.c (log_add_instr): Adjust string length of PC when printed.

  • SprinterSB SprinterSB committed [r345] on Code

    Add limited support for NVMCTRL_CTRLB.FLMAP for AVR64* and AVR128* devices.

  • SprinterSB SprinterSB committed [r344] on Code

    Add avrxmega5.

  • SprinterSB SprinterSB committed [r343] on Code

    * options.c (arch_desc) [avrxmega4]: Fix flash mask.

  • SprinterSB SprinterSB committed [r342] on Code

    Don't use __typeof__(x) when x might be an address.

  • SprinterSB SprinterSB committed [r341] on Code

    Typo.

  • SprinterSB SprinterSB committed [r340] on Code

    * load-flash.c (load_elf) [arch.flash_pm_offset]: Include 0x10000 in the valid range for addr + memsz + arch.flash_pm_offset.

  • SprinterSB SprinterSB committed [r339] on Code

    Support IEEE single and IEEE double emulation.

  • SprinterSB SprinterSB committed [r338] on Code

    Use flash size from section .note.gnu.avr.deviceinfo.

  • SprinterSB SprinterSB committed [r337] on Code

    Support cores avr2, avr25, avr3, avr31, avr35, avr4, avr5, avrxmega2 as aliases of already supported cores.

  • SprinterSB SprinterSB committed [r336] on Code

    Support logging of values like LOG_U8 or LOG_FMT_S32 also with avrtest.

  • SprinterSB SprinterSB committed [r335] on Code

    Implement log_va as a proper function, not as a pointer-to-function.

  • SprinterSB SprinterSB committed [r334] on Code

    Use str_eq() if possible.

  • SprinterSB SprinterSB committed [r333] on Code

    Define AVRTEST_PUTCHAR for assembly.

  • SprinterSB SprinterSB committed [r332] on Code

    Support -mmcu=avrxmega4: XMEGA core with 2-byte PC and .rodata in RAM.

  • SprinterSB SprinterSB committed [r331] on Code

    Support -mmcu=avrxmega4: XMEGA core with 2-byte PC and .rodata in RAM.

  • SprinterSB SprinterSB committed [r330] on Code

    Read note section .note.gnu.avr.deviceinfo and info therein like flash size.

  • SprinterSB SprinterSB committed [r329] on Code

    Always link with -lm.

  • SprinterSB SprinterSB committed [r328] on Code

    * avrtest.c (sys_abort_2nd_hit): Adjust leave code and message.

  • SprinterSB SprinterSB committed [r327] on Code

    Typo.

  • SprinterSB SprinterSB committed [r326] on Code

    Calls like fputc (c, stderr) now write to the host's stderr stream.

  • SprinterSB SprinterSB committed [r325] on Code

    Typo.

  • SprinterSB SprinterSB committed [r324] on Code

    Fix stricter build warnings.

  • SprinterSB SprinterSB committed [r323] on Code

    Allow a PC one past the maximal code address.

  • SprinterSB SprinterSB committed [r322] on Code

    Add format attribute to usage.

  • SprinterSB SprinterSB committed [r321] on Code

    Add format attribute to log_add_.

  • SprinterSB SprinterSB committed [r320] on Code

    Ignore some labels with non-printable characters in them.

  • SprinterSB SprinterSB committed [r319] on Code

    Add format attributes to: leave, qprintf, log_append.

  • SprinterSB SprinterSB committed [r318] on Code

    Support a new syscall avrtest_abort_2nd_hit() that calls abort if

  • SprinterSB SprinterSB committed [r317] on Code

  • SprinterSB SprinterSB committed [r316] on Code

    Add command line option -s SIZE to specify the size of the

  • SprinterSB SprinterSB committed [r315] on Code

    * dejagnuboards/avrtest.exp: set_board_info gcc,signal_suppress

  • SprinterSB SprinterSB committed [r314] on Code

    Add some rudimentary check that the supplied ELF executable matches

  • SprinterSB SprinterSB committed [r313] on Code

    Adjust copyright years.

  • SprinterSB SprinterSB committed [r312]

    Bump copyright years.

  • SprinterSB SprinterSB committed [r311]

    * README: Add section about avrtest's speed.

  • SprinterSB SprinterSB committed [r310]

    * Makefile (clean-host): Fix pattern in filter-out.

  • SprinterSB SprinterSB committed [r309]

    Makefile: Tidy up clean targets and rules.

  • SprinterSB SprinterSB committed [r308]

    add_program_cycles: Fix prototype for 64-bit values.

  • SprinterSB SprinterSB committed [r307]

    ChangeLog: Amend commit for -flush.

  • SprinterSB SprinterSB committed [r306]

    Support 64-bit values in option -m MAXCOUNT.

  • SprinterSB SprinterSB committed [r305]

    Push svn:ignore.

  • SprinterSB SprinterSB committed [r304]

    .svnignore: Add avrtest-tiny and avrtest-tiny_log.

  • SprinterSB SprinterSB committed [r303]

    Introduce new command line option -fflush that flushes the host's

  • SprinterSB SprinterSB committed [r302]

    * avrtest.c (sys_stdout): Also log a "%c" version if the char that's

  • SprinterSB SprinterSB committed [r301]

    * load-flash.c (decode_opcode): Fix "fallthrough" build warning.

  • SprinterSB SprinterSB committed [r300]

    Typo.

  • bubba destroy bubba destroy modified a comment on a wiki page

    Don't worry Maeve. You got this. This might explain a little more than I, and mighta got you all the info you needed. https://www.youtube.com/watch?v=eULN9ZAbIX0 but you asked Could someone please tell me how to safely download winAVR so I can use it to re-program the chip sure safely download winavr https://sourceforge.net/projects/winavr/files/latest/download Someone said use notepad the notepad program they keep talking about ( maybe you dont need it cause it may already be built in to winavar....

  • bubba destroy bubba destroy posted a comment on a wiki page

    Don't worry Maeve. You got this. This might explain a little more than I, and mighta got you all the info you needed. https://www.youtube.com/watch?v=eULN9ZAbIX0 but you asked Could someone please tell me how to safely download winAVR so I can use it to re-program the chip sure safely download winavr https://sourceforge.net/projects/winavr/files/latest/download Someone said use notepad the notepad program they keep talking about ( maybe you dont need it cause it may already be built in to winavar....

  • SprinterSB SprinterSB committed [r299]

    Adjust copyright years.

  • SprinterSB SprinterSB committed [r298]

    Align with GCC sources at libgcc/config/avr/libf7.

  • SprinterSB SprinterSB committed [r297]

    Typo.

  • SprinterSB SprinterSB committed [r296]

    Make parallel builds work.

  • SprinterSB SprinterSB committed [r295]

    Typo.

  • SprinterSB SprinterSB committed [r294]

    Support avrtest_cycles/insns/rand/prand also in avrtest.

  • SprinterSB SprinterSB committed [r293]

    Typo.

  • SprinterSB SprinterSB committed [r292]

    Support printing 64-bit floating point values.

  • SprinterSB SprinterSB committed [r291]

    Typo.

  • SprinterSB SprinterSB committed [r290]

    Fix property svn:mime-type.

  • SprinterSB SprinterSB committed [r289]

    Tidy t-libf7.

  • SprinterSB SprinterSB committed [r288]

    Fix f7_cbrt interface. Fix t-libf7's f7-wraps.h generation.

  • SprinterSB SprinterSB committed [r287]

    Implement logx, log2, log10, exp10, pow10, cbrt.

  • SprinterSB SprinterSB committed [r286]

    Implement sinh, cosh, tanh and some simple double functions:

  • SprinterSB SprinterSB committed [r285]

    Typo.

  • SprinterSB SprinterSB committed [r284]

    GPL: Add library exception. Fine-grained consts. Tidy.

  • SprinterSB SprinterSB committed [r283]

    Implement call_ddx and wrappers for: lrint, lround. Tidy.

  • SprinterSB SprinterSB committed [r282]

    Typo.

  • SprinterSB SprinterSB committed [r281]

    Implment all conversions and hypot.

  • SprinterSB SprinterSB committed [r280]

    Typo.

  • SprinterSB SprinterSB committed [r279]

    Add libgcc makefile snips.

  • SprinterSB SprinterSB committed [r278]

    * libf7.f (f7_max, f7_min): Rename to f7_fmax, f7_fmin.

  • SprinterSB SprinterSB committed [r277]

    Implement double wrappers for math.h and libgcc functions.

1 >