mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 09:57:21 -05:00
[PR #1627] fix(labs): use ESP32 SRAM capacity and correct OOM badge in lab 03 #9233
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1627
Author: @Shashank-Tripathi-07
Created: 5/3/2026
Status: 🔄 Open
Base:
dev← Head:fix/lab03-esp32-sram-field📝 Commits (1)
d4f0c3afix(labs): use ESP32 SRAM capacity and correct OOM badge in lab 03📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
labs/vol1/lab_03_ml_workflow.py(+2 -2)📄 Description
Summary
Hardware.Tiny.ESP32_S3.memory.capacityreturns 8 MB flash storage (7812 KiB), not SRAMmemory.sram_capacityESP32_RAM_KB = 7812instead of512~{size}x over) to render as~6xinstead of the correct~98x200x OOM Discovered at Stage 5is updated to~100x OOM Discovered at Stage 5to matchSame root cause as PR #1625 (lab 01) and PR #1626 (lab 02).
Changes
Badge:
200x OOM Discovered at Stage 5->~100x OOM Discovered at Stage 5Test plan
Hardware.Tiny.ESP32_S3.memory.sram_capacity.m_as("KiB")returns 512~98x over~100x OOM🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.