Emma
Emma copied to clipboard
Emma Memory and Mapfile Analyser
## Feature Description Supporting more file format I use IAR compiler
## Feature Description Emma needs a face - a logo. I always had the association with an [aircraft marshaller](https://en.wikipedia.org/wiki/Aircraft_marshalling) when I think of Emma. So this is my (pretty old)...
## Feature Description In order get a more gentle introduction and better presentation of Emma a rework of the top level (README.md) readme would be beneficial. * Some parts are...
## Feature Description Here: https://github.com/bmwcarit/Emma/blob/87c3402c35dfb19499797db8c889f03fbbd6aa1e/Emma/emma_libs/memoryManager.py#L254 ```python for plottedElement in plottedElements: if element[Element.addressStart] < plottedElement[PlottedElement.addressEnd] and yAxe Like this free space from upper regions will be used (worst cast would be...
## Feature Description With the memory manager redesign (issue #5 ) we smoothed the ways for implementing a parser (memory manager) for GCC. See also this issue: https://cc-github.bmwgroup.net/marcelschmalzlpartner/MAdZ/issues/74 # TODOs...
The following topics need to be done: ### Tool evaluations - unittest - Python standard library unit testing framework - Link: https://docs.python.org/3/library/unittest.html - **Decision: This will be our primary tool...
## Feature Description For increased performance we should try to test the performance of Numba with Emma. Project website: https://numba.pydata.org/
## Feature Description * Tests if... * something (section, object, ...) is within one section * something is contained, overlapped, ... * what is before and after the given "something"...
Is it possible to add the top level Emma script as an entry point? https://github.com/bmwcarit/Emma/blob/aa819037bd459094852bc9703ad9292ea9046c75/setup.py#L75
# Description Since we switched to GitHub pages there is no need for html documentation anymore. To be discussed if we should keep the html generation part for docs. However...