diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-15 09:38:48 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-15 09:38:48 +0000 |
commit | eb0e4d4265ff27517145786add60e0713335d4a9 (patch) | |
tree | 4b8369d3338150af52160bbb3b2a2e1a17d4f193 /tools/ftl/processors/conf/notes.txt | |
parent | 9084b56be9e94b8bfe2c3cfb602d0404943a60d0 (diff) | |
download | ChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.tar.gz ChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.tar.bz2 ChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.zip |
Added mcuconf.h generator tool for STM32F413xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12037 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl/processors/conf/notes.txt')
-rw-r--r-- | tools/ftl/processors/conf/notes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/notes.txt b/tools/ftl/processors/conf/notes.txt new file mode 100644 index 000000000..8019cfacb --- /dev/null +++ b/tools/ftl/processors/conf/notes.txt @@ -0,0 +1,7 @@ +To quickly turn a configuration file into a template search/replace the file
+with the following regular expressions in notepad++:
+
+Search: ^#define\s([\w()]+)( +)([\S].*)$
+Replace with: #define \1\2${doc.\1!"\3"}
+
+Minor further edits are often required.
|