fix for illegal opcode jmp for mcu avr4 error#4
Merged
kaspar030 merged 1 commit intoRIOT-OS:masterfrom Jul 7, 2023
Merged
Conversation
hugueslarrive
added a commit
to hugueslarrive/RIOT
that referenced
this pull request
Jul 7, 2023
This reverts commit dfa49a2. Will be fixed upstream: RIOT-OS/qDSA#4
benpicco
approved these changes
Jul 7, 2023
hugueslarrive
added a commit
to hugueslarrive/RIOT
that referenced
this pull request
Jul 10, 2023
cpu/atmega_common: some additional periph drivers fixed for atmega8 cpu - periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c pkg/qdsa: bump the commit hash after RIOT-OS/qDSA#4 was merged cpu/atmega8: blacklisted unsupported periph_cpuid feature cpu/atmega_common: removed cpuid and dpgpin features for atmega8 familly examples and tests: add atmega8 to relevent Makefile.ci using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
hugueslarrive
added a commit
to hugueslarrive/RIOT
that referenced
this pull request
Jul 11, 2023
- periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c removed unsupported cpuid and dpgpin feature for atmega8 cpu familly pkg/qdsa: bump the commit hash bump the commit hash after RIOT-OS/qDSA#4 was merged
hugueslarrive
added a commit
to hugueslarrive/RIOT
that referenced
this pull request
Jul 11, 2023
- periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c removed unsupported cpuid and dpgpin feature for atmega8 cpu familly pkg/qdsa: bump the commit hash bump the commit hash after RIOT-OS/qDSA#4 was merged
hugueslarrive
added a commit
to hugueslarrive/RIOT
that referenced
this pull request
Jul 11, 2023
- periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c removed unsupported cpuid and dpgpin feature for atmega8 cpu familly pkg/qdsa: bump the commit hash bump the commit hash after RIOT-OS/qDSA#4 was merged
Einhornhool
pushed a commit
to Einhornhool/RIOT
that referenced
this pull request
Aug 29, 2023
- periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c removed unsupported cpuid and dpgpin feature for atmega8 cpu familly pkg/qdsa: bump the commit hash bump the commit hash after RIOT-OS/qDSA#4 was merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Better than a patch in RIOT-OS/RIOT#19754