Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wa1tnr/c_lang_snippets-a

C Language snippets - exploring the compiler details wrt storage in RAM &c. - June 2024
https://github.com/wa1tnr/c_lang_snippets-a

arduino c-programming-language cpp

Last synced: about 10 hours ago
JSON representation

C Language snippets - exploring the compiler details wrt storage in RAM &c. - June 2024

Awesome Lists containing this project

README

        

# C_Lang_snippets-a

## int8_t or uint8_t storage in RAM

* Towards an understanding from a RAM dump point of view.

* Platform: Arduino Framework

* mcu's: esp32, atmel 328p

### update: Thu 20 Jun 16:32:35 UTC 2024

* pointer arithmetic

* Makefile stunts and other tricks

### update: Wed 5 Jun 18:38:49 UTC 2024

Looking pretty good. Good enough to merge into main,
after holding back quite a bit.

Tested nice in wokwi vscode .. simulating an esp32's
tty output (the primary output of this program is
just printf() type utterances).

### update: Wed 5 Jun 16:48:41 UTC 2024

* now compiles 'cleanly'
* now runs on wokwi vscode extension
* does the ask dash thing from last night (Tue 4 Jun)

what more could you ask, back quiet

### Wed 5 Jun 15:25:56 UTC 2024

##### end.