Neon22 / micropython-examine-mem-maps

The compile process generates a map fiole which explains how memeory is mapped to regions and symbols. Use D3 to visualise this information. Show useful aspects of the data to see where memory is allocated and how much is used.
MIT License
13 stars 3 forks source link

Add graphics to github pages #2

Open pohmelie opened 8 years ago

pohmelie commented 8 years ago

It looks like you have static csv/html files. So this can be hosted by github.

Neon22 commented 8 years ago

Yes they are static, I had to do a lot of research to find a way to reference images in the readme.md file. I'll look into how to make references using github.

Currently I'm focussing on making it work when you download to a local machine. So paths are relative to current zip directory. I might leave it that way as I don't think I can have it work both ways...