Skip to content

Commit 4f886a2

Browse files
committed
Corrected paths for Lab2a. Disable build Action.
Added Slides used during IEW2026 event.
1 parent 44e5150 commit 4f886a2

5 files changed

Lines changed: 10 additions & 2 deletions

File tree

Binary file not shown.

IEW2026/README.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# India Electronics Week 2026
2+
3+
* This folder contains all the slides used during the workshop conducted at India Electronics Week - 2026 by the authors.
4+
* [IEW2026 workshops](https://registration.indiaelectronicsweek.com/IOTshow/Home/WorkshopPasses)
5+
6+
# Mastering Firmware Testing: From Unit Testing to CI/CD with Code Coverage
7+
* The slides provide overall steps required to enable Renode as simulator to run uni testing and measure coverage of a firmware binary built for STM32F4.
8+
* All the code used in the slides is part of this repository from Lab1 to Lab3.

Lab2a/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TARGET = Lab3
1+
TARGET = Lab2a
22
CC = arm-none-eabi-gcc
33

44
CFLAGS = -mcpu=cortex-m4 -mthumb \

Lab2a/renode/stm32.resc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mach create
22
machine LoadPlatformDescription @platforms/boards/stm32f4_discovery-kit.repl
33

4-
sysbus LoadELF @Lab3.elf
4+
sysbus LoadELF @Lab2a.elf
55
showAnalyzer sysbus.usart2
66

77
start

0 commit comments

Comments
 (0)