mbed-os/tools/python
Jamie Smith 0a7652033c
Allow memap.py to process memory bank information (#345)
* Begin modernizing memap, add parsing of start address and symbol names

* Memap can now process and print memory bank info!

* Rename symbols back to modules, it was correct before

* Remove trailing whitespace

* Add type hints to modernized functions

* Apply suggestions from code review

Co-authored-by: VictorWTang <33789988+VictorWTang@users.noreply.github.com>

* Remove else

Co-authored-by: VictorWTang <33789988+VictorWTang@users.noreply.github.com>

* Clarify statement

---------

Co-authored-by: Victor Tang <me@victorwtang.dev>
Co-authored-by: VictorWTang <33789988+VictorWTang@users.noreply.github.com>
2024-09-23 20:50:05 -07:00
..
mbed_host_tests Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
mbed_lstools Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
mbed_os_tools Add basic source files for MCU H503xB+H563xI + configuration for Nucleo H503RB+H563ZI (#294) 2024-07-10 21:06:28 -07:00
mbed_tools Supply memory bank information from the configuration script (#326) 2024-09-12 20:35:03 -07:00
memap Allow memap.py to process memory bank information (#345) 2024-09-23 20:50:05 -07:00
python_tests Allow memap.py to process memory bank information (#345) 2024-09-23 20:50:05 -07:00
scancode_evaluate Update STM32H5 HAL driver, fix some DMA bugs (#344) 2024-09-21 23:13:39 -07:00
.gitignore Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
LICENSE Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
__init__.py Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
install_bin_file.py Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
pytest.ini Supply memory bank information from the configuration script (#326) 2024-09-12 20:35:03 -07:00
run_python_tests.sh Fix deprecation issues with older Python code (#296) 2024-07-06 01:19:25 -07:00