From 7a376ff7898b0cfe6c068f252b043e6d4a662090 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Wed, 1 Apr 2026 18:42:18 +0200 Subject: [PATCH] doc(lab02): add doc for ex08 --- doc/lab-01_02.typ | 16 +++++++++++--- src/01-skeleton/s02e08-interrupt.c | 35 ++++++++++++++---------------- 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/doc/lab-01_02.typ b/doc/lab-01_02.typ index 0941329..d06954e 100644 --- a/doc/lab-01_02.typ +++ b/doc/lab-01_02.typ @@ -371,6 +371,7 @@ registers[0] = ioremap(CHIP_ID_BASE_ADDR, 0x1000); Easy exercice, a thread in the kernet is a `struct task_struct*` that can be created with `kthread_run` +#pagebreak() //------------------- // Exercise 7: Sleeping //------------------- @@ -402,9 +403,6 @@ a problem during the implementation, we cannot kill the code. Interrupts ], [ - - - Develop a module which allows to detect every push on the button of the nanopi with interrupt. Every interrupts will send a message for debugging. - Use the service ``` gpio_request(,