Skip to content

Aggregate AVR lec10 + lec11_12 examples into two traceable source files#1

Merged
dionysakos merged 1 commit into
mainfrom
copilot/exams-aggr
Jun 20, 2026
Merged

Aggregate AVR lec10 + lec11_12 examples into two traceable source files#1
dionysakos merged 1 commit into
mainfrom
copilot/exams-aggr

Conversation

Copilot AI commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This change consolidates all AVR examples from AVR/lec_10_examples and AVR/lec_11_12_examples into exactly two files—one assembly and one C—while preserving per-exercise context inline. The goal is to keep historical task intent visible without keeping many fragmented source files.

  • Scope

    • Added:
      • AVR/exams_aggr.asm
      • AVR/exams_aggr.c
    • Removed all original *.asm / *.c files from:
      • AVR/lec_10_examples
      • AVR/lec_11_12_examples
  • Aggregation behavior

    • AVR/exams_aggr.asm contains every source .asm from both sets, in order.
    • AVR/exams_aggr.c contains every source .c from both sets, in order.
    • Each appended file is preceded by a trace header using the required comment style:
      • ASM: ; ...
      • C: /* ... */
  • Traceability format

    ; ==========================================================
    ; Source file: AVR/lec_10_examples/lec10_1.asm
    ; ==========================================================
    /* ==========================================================
     * Source file: AVR/lec_11_12_examples/int0_handling.c
     * ========================================================== */

Copilot AI changed the title [WIP] Consolidate AVR examples into aggregated source files Aggregate AVR lec10 + lec11_12 examples into two traceable source files Jun 20, 2026
Copilot AI requested a review from dionysakos June 20, 2026 09:34
@dionysakos

Copy link
Copy Markdown
Owner

push

@dionysakos dionysakos marked this pull request as ready for review June 20, 2026 09:41
Copilot AI review requested due to automatic review settings June 20, 2026 09:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dionysakos dionysakos merged commit 0ec850a into main Jun 20, 2026
3 checks passed
@dionysakos dionysakos deleted the copilot/exams-aggr branch June 20, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants