Skip to content

Instantly share code, notes, and snippets.

View Sauci's full-sized avatar

Guillaume Sottas Sauci

View GitHub Profile
---
# This is the global code formatting configuration. It might be downloaded by CMake using command
# file(DOWNLOAD url/to/this/file ${CMAKE_SOURCE_DIR}/.clang-format)
# To edit this file, follow this link: https://zed0.co.uk/clang-format-configurator/
# TODO: AlignConsecutiveMacros is not supported by current version of CLion (2019.3 EAP).
# Uncomment once it will be supported.
# AlignConsecutiveMacros: false
AlignConsecutiveAssignments: false
@Sauci
Sauci / ti_to_svd.py
Last active November 4, 2023 14:48
utility script to convert target description files from TI format into svd format
"""
@file ti_to_svd.py
@author Guillaume Sottas
@date 25/09/2019
This script can be used to convert the target description files from Texas Instruments into more
widely supported .svd file.
Before using this script, make sure Code Composer Studio is installed (available for MacOS, Linux and Windows).
For example, if a .svd file should be generated for target tms570lc4357zwt, invoke this script like