Skip to content

Add pico-8 emulator support#107

Open
finger563 wants to merge 4 commits into
mainfrom
cursor/add-pico-8-emulator-support-d887
Open

Add pico-8 emulator support#107
finger563 wants to merge 4 commits into
mainfrom
cursor/add-pico-8-emulator-support-d887

Conversation

@finger563

Copy link
Copy Markdown
Contributor

Add PICO-8 emulator support to expand the available game library.


Open Background Agent:

Web · Cursor

Refer to Background Agent docs

Co-authored-by: waemfinger <waemfinger@gmail.com>
@github-actions

github-actions Bot commented Jul 20, 2025

Copy link
Copy Markdown

⚡ Static analysis result ⚡

🔴 cppcheck found 1 issue! Click here to see details.

memset(buffer, 0, frames * 2 * sizeof(int16_t)); // Stereo
return;
}
// Get audio samples from femto8
femto8_get_audio_samples(buffer, frames);

!Line: 246 - warning: Either the condition '!buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]

!Line: 244 - note: Assuming that condition '!buffer' is not redundant
!Line: 246 - note: Null pointer dereference

Co-authored-by: waemfinger <waemfinger@gmail.com>
@finger563 finger563 self-assigned this Jun 21, 2026
@github-actions

github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown

ESP-IDF Size Report for 'Esp Box Emu'

Metric Base PR Delta
FLASH 3,137,496 bytes (49.87%) 3,137,496 bytes (49.87%) 0 bytes (0.00%)
DRAM 179,439 bytes (52.50%) 179,439 bytes (52.50%) 0 bytes (0.00%)
IRAM 0 bytes 0 bytes 0 bytes
RAM (DRAM+IRAM) 179,439 bytes 179,439 bytes 0 bytes (0.00%)

FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.
DRAM/IRAM usage does not include memory used by the heap allocator at runtime.
This report was generated by esp-idf-size-delta.

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.

2 participants