2021-01-29 06:31:58 -05:00
|
|
|
|
|
|
|
[![Arduino CI](https://github.com/RobTillaart/AVRheap/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
|
2021-10-19 05:34:48 -04:00
|
|
|
[![Arduino-lint](https://github.com/RobTillaart/avrheap/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/avrheap/actions/workflows/arduino-lint.yml)
|
|
|
|
[![JSON check](https://github.com/RobTillaart/avrheap/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/avrheap/actions/workflows/jsoncheck.yml)
|
2021-01-29 06:31:58 -05:00
|
|
|
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/AVRheap/blob/master/LICENSE)
|
|
|
|
[![GitHub release](https://img.shields.io/github/release/RobTillaart/AVRheap.svg?maxAge=3600)](https://github.com/RobTillaart/AVRheap/releases)
|
|
|
|
|
|
|
|
|
2020-11-27 05:10:47 -05:00
|
|
|
# AVRheap
|
2021-10-19 05:34:48 -04:00
|
|
|
|
2020-11-27 05:10:47 -05:00
|
|
|
Arduino library to investigate the heap of an avr processor, e.g. UNO (AVR328).
|
|
|
|
|
2021-01-29 06:31:58 -05:00
|
|
|
**Note**: this is an **experimental** library and very specific, not for beginners.
|
|
|
|
|
2020-11-27 05:10:47 -05:00
|
|
|
|
|
|
|
## Description
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2021-10-19 05:34:48 -04:00
|
|
|
This library can analyse runtime the structure of the heap,
|
2020-11-27 05:10:47 -05:00
|
|
|
this is useful for debugging memory allocation.
|
|
|
|
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2020-11-27 05:10:47 -05:00
|
|
|
## Operation
|
|
|
|
|
2021-12-13 15:05:26 -05:00
|
|
|
See example heapdemo2.ino
|
|
|
|
|
|
|
|
|
|
|
|
## Future
|
|
|
|
|
|
|
|
- no development unless specific requested.
|
|
|
|
-
|