We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3734ad commit b8a586dCopy full SHA for b8a586d
2 files changed
define_vsc_id_macro.py define_vcs_id_macro.pydefine_vsc_id_macro.py renamed to define_vcs_id_macro.py
@@ -1,5 +1,5 @@
1
"""
2
-generate_vcs_identifier.py
+Definition of CPP macro with version control system (VCS) identifier
3
4
This script adds a CPP definition of a version identifier using version control
5
system information. It retrieves the VCS identifier from the 'vcs_utils' module
@@ -10,7 +10,7 @@
10
designed to be run independently.
11
12
13
-from vcs_utils import get_vcs_id
+from get_vcs_identifier import get_vcs_id
14
Import("env")
15
16
# Get the VCS ID and conditionally append it to the environment definitions
platformio.ini
@@ -22,7 +22,7 @@ build_flags =
22
-DBAUD_RATE=${this.monitor_speed}
23
monitor_speed = 115200
24
extra_scripts =
25
- pre:get_vcs_identifier.py
+ pre:define_vcs_id_macro.py
26
27
[env:native]
28
platform = native
0 commit comments