Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Werner Sembach
Ainigma
Commits
c082fb39
Commit
c082fb39
authored
Nov 18, 2017
by
Werner Sembach
Browse files
make it compile again
parent
53957e60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Middlewares/ST/STM32_Audio/Addons/PDM/pdm_filter.o
View file @
c082fb39
No preview for this file type
ecosenv.sh
View file @
c082fb39
#!/usr/bin/env bash
#!/usr/bin/env bash
I4EZS_USER_CONFIG
=
"
${
HOME
}
/.config/i4ezs/i4ezs-ecosenv-stm32.sh"
EZS_BASE
=
/home/matombo/Projekte/Ainigma/Ressources/Tools
# Allow user override
if
[[
-f
"
$I4EZS_USER_CONFIG
"
]]
;
then
source
"
$I4EZS_USER_CONFIG
"
elif
[
-e
~/i4ezs-ecosenv-stm32.sh
]
;
then
echo
"WARNING: Found old i4ezs config file at ~/i4ezs-ecosenv-stm32.sh. Please migrate to
$I4EZS_USER_CONFIG
."
source
~/i4ezs-ecosenv-stm32.sh
else
EZS_BASE
=
/proj/i4ezs/stm32/
fi
# Ensure that EZS_BASE is exported.
# Ensure that EZS_BASE is exported.
export
EZS_BASE
export
EZS_BASE
#################### NO CHANGES BELOW SHOULD BE NEEDED ####################
#################### NO CHANGES BELOW SHOULD BE NEEDED ####################
EZS_UID
=
$$
;
export
EZS_UID
EZS_UID
=
$$
;
export
EZS_UID
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment