simavr.git
2022-03-24 Nick DowningRemove 3rd letter of weekday, right justify the date... master
2022-03-24 Nick DowningFix day of week calculation, remove leading zeros
2022-03-24 Nick DowningAdd day of week display
2022-03-24 Nick DowningRemove separate hours display and always show hh:mm...
2022-03-24 Nick DowningChange to hh:mm:ss dd:mm:yy counting (adds colon and...
2022-03-24 Nick Downingwip
2022-03-24 Nick DowningImplement 17-segment LEDs for clock (but not turning...
2022-03-24 Nick DowningAdd board_clock_7seg project
2021-08-09 Michel PolletMerge pull request #441 from gatk555/timer
2021-08-09 Michel PolletMerge pull request #427 from gatk555/ioport
2021-07-28 gaMerge branch 'upstream' into timer
2021-07-28 gaMerge branch 'upstream' into ioport
2021-07-28 gaAccept review comments on PR #427 - data type and tabs...
2021-07-21 Michel PolletMerge pull request #454 from dxxb/arduboy
2021-07-07 Delio Brignolissd1306: fully implement horizontal and vertical addres...
2021-06-03 Michel PolletMerge pull request #430 from gin66/master
2021-06-03 Jochen Kiemesfix identation error while space to tab conversion
2021-06-03 Jochen Kiemeschange spaces to tab
2021-06-03 Michel PolletMerge pull request #387 from purdeaandrei/patch-1
2021-06-03 Michel PolletMerge pull request #450 from taylorconor/macos_build
2021-06-03 Michel PolletMerge pull request #447 from vintagepc/446-fix-multipar...
2021-06-03 Michel PolletMerge pull request #449 from taylorconor/sym_size
2021-05-31 Conor TaylorFix macos build with versioned avr-gcc
2021-05-31 Conor TaylorAdd size property to avr_symbol_t
2021-04-18 vintagepcFix #446 - bug in multipart ihex
2021-04-17 gaAdd "clear interrupt on write 1 to flag" function to...
2021-04-02 gaMerge branch 'fix-irq-handling' of https://github.com...
2021-04-01 Michel Polletds1338L: Fix a logic bug
2021-04-01 Michel PolletMerge pull request #439 from gatk555/hardware
2021-04-01 Michel PolletMerge pull request #431 from kittennbfive/patch-1
2021-04-01 Michel PolletMerge pull request #428 from gatk555/build
2021-04-01 Michel PolletMerge pull request #425 from gatk555/warnings
2021-04-01 Michel PolletMerge pull request #424 from gatk555/adc
2021-04-01 Michel PolletMerge pull request #418 from sanjaymsh/ppc64le
2021-03-27 gaMake the 2560 PORTE/0 pin change interrupt visible...
2021-03-27 gaFixes for ATmega2560 and friend:
2021-03-22 gaMerge branch 'master' of https://github.com/thelazt...
2021-03-22 gaPatch offered in upstream issue #339 (from djfd):
2021-02-13 gaCorrect test failue caused by previous change: Do not...
2021-02-09 gaDo not set filter flag as handlers for IOPORT_IRQ_REG_P...
2021-02-05 Jochen Kiemestest to fix foc causing erroneous interrupt
2021-02-05 kittennbfivealso adjust needed alias / define
2021-02-05 kittennbfivefix INT2 pin
2021-01-26 gaHandle writing a one bit to the interrupt flag, ADIF.
2021-01-25 gaClarify comment.
2021-01-25 gaLink libsimavr.so with needed libraries. That is the...
2021-01-23 gaAdd a test for basic port functions and fix problems...
2021-01-22 gaAdd casts to suppress warnings from gcc 8.3.0.
2021-01-21 gaImplement the BIN and IPR bits for attinyX5 and change...
2021-01-11 Jochen Kiemesfix compile error
2021-01-11 Jochen Kiemesfix foc and interrupt clear for timer
2021-01-11 Jochen KiemesMerge branch 'master' of github.com:MikePlayle/simavr
2020-12-11 sanjay-cpuTravis-ci:added support for ppc64le
2020-10-13 Michel PolletMerge pull request #401 from vintagepc/Fix-TWI-status...
2020-10-13 Michel PolletMerge pull request #413 from bsekisser/sim_regbit_clear...
2020-10-13 Michel PolletMerge pull request #410 from akosthekiss/make-tests
2020-10-13 Michel PolletMerge pull request #412 from bsekisser/avr_regbit_h_fil...
2020-10-13 Michel PolletMerge pull request #411 from bsekisser/uart_raise_udr_r...
2020-10-13 Michel PolletMerge pull request #407 from akosthekiss/gitignore...
2020-10-13 Michel PolletMerge pull request #405 from akosthekiss/update-fix...
2020-10-13 Michel PolletMerge pull request #396 from akosthekiss/makecommon...
2020-10-13 Michel PolletMerge pull request #397 from akosthekiss/remove-exec
2020-10-13 Michel PolletMerge pull request #409 from akosthekiss/button-release
2020-10-12 bsekisserfixup
2020-10-12 bsekisserRemove kludge "avr_uart_regbit_clear" from uart
2020-10-12 bsekisserFormatting and style corrections to avr_regbit.h
2020-10-10 bsekisserSet udre flag when (re)enabling uart transmitter.
2020-10-10 Akos KissTest-related maintenance
2020-10-10 Akos KissAdd support for non-auto release to button
2020-10-06 Akos KissList git-ignored executables in one place
2020-10-05 Akos KissUpdate/fix manual
2020-09-28 vintagepcPartial for TWI fixes (#137)
2020-09-12 Akos KissRemove execute permission from source and header files
2020-09-12 Akos KissEnsure that verbosity is applied in avr-gcc recipes
2020-08-31 Michel PolletMerge pull request #393 from vintagepc/Timer_PWM2
2020-08-05 Michel PolletMerge pull request #392 from vintagepc/SPI-clock-rates
2020-08-05 vintagepcSupport 3rd PWM pin on timers with OCRxC
2020-08-04 vintagepcRequested changes
2020-08-03 vintagepcClock out SPI data according to SPCR/SPSR
2020-08-03 Michel PolletMerge pull request #390 from vintagepc/unaligned-PCINTs
2020-08-03 Michel PolletMerge pull request #389 from vintagepc/fix-adcs-over-7
2020-07-23 vintagepcFix PCINT on PORTJ for 2560
2020-07-23 vintagepcFix ADCs>7
2020-07-12 Purdea AndreiFix error message
2020-06-30 Michel PolletMerge pull request #384 from msquirogac/fix-370
2020-06-30 Michel PolletTweaked spacing from PR
2020-06-20 msquirogacgdb monitor command clean-up
2020-06-20 msquirogacnew gdb commands kill, detach and monitor
2020-05-28 Michel PolletMerge pull request #319 from uffejakobsen/uart_tap_symlink
2020-05-28 Michel PolletMerge pull request #377 from msquirogac/fix-375
2020-05-28 Michel PolletMerge pull request #379 from msquirogac/fix-378
2020-05-28 msquirogacused attribute for _MMCU_ , should avoid dropping the...
2020-05-28 msquirogacUpdate of the display_usage function.
2020-05-27 Michel PolletMerge pull request #373 from simark/sram
2020-05-22 Simon MarchiCompare address with I/O end address in _avr_set_ram
2020-02-16 Michel PolletMerge pull request #361 from aldobrrrr/is-instruction...
2020-02-16 Michel PolletMerge pull request #366 from becmer/musl-tests
2020-02-15 Kamil BecmerDon't assign stderr on non-glibc
2020-02-05 Michel PolletMerge pull request #364 from aykevl/lldb
2020-02-04 Ayke van LaethemAdd support for debugging with LLDB
next