aboutsummaryrefslogtreecommitdiff
path: root/mule
AgeCommit message (Collapse)Author
2023-10-25mule: mule.sh: add support for Puma Haikou Video Demo adapter DTSQuentin Schulz
Puma Haikou Video Demo adapter DTS actually has a model name which starts with "Theobroma Systems RK3399-Q7 SoM" but isn't exactly this string, therefore the match needs to be extended to include Puma Haikou Video Demo adapter DTS. c.f. https://git.theobroma-systems.com/puma-linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dts#n13 Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
2023-08-24mule: README.md: OpenOCD: Explicitly state supported modulesDaniel Semkowicz
Explicitly state what modules are supported by openocd.cfg config file to avoid confusion. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2023-08-24mule: README.md: OpenOCD: Fix dot characterDaniel Semkowicz
Some exotic character was placed at the end of the sentence instead of dot. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2023-08-24mule: README.md: Fix openocd.cfg pathDaniel Semkowicz
openocd.cfg is no longer placed in tools directory. Adjust manual to include correct path. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2023-08-24mule: README.md: Add introduction sectionDaniel Semkowicz
Describe shortly what can be found in mule directory. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2023-08-22mule: README.md: Add mule.sh dependenciesDaniel Semkowicz
Add subsection with a list of dependencies required by mule.sh script. Relates-to: RNG-10 Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2023-08-03mule: mule.sh: Add PX30-µQ7 SoM pin configurationDaniel Semkowicz
This change enables support for PX30-µQ7 SoM model. Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
2021-11-24mule: mule.sh: use printf instead of echo with flagsQuentin Schulz
Hinted by Shellcheck: SC3037: In POSIX sh, echo flags are undefined. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
2021-11-24mule: mule.sh: use file redirect instead of catQuentin Schulz
Hinted by Shellcheck: SC2002: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
2021-11-24mule: mule.sh: prevent paths with spaces and/or globbing to mess up the scriptQuentin Schulz
Shellcheck returns the following warning: SC2086: Double quote to prevent globbing and word splitting. Let's fix this by double quoting variables where needed. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
2021-11-24mule: mule.sh: remove bashismQuentin Schulz
Outside of this read line, the rest is POSIX compliant, so better not depend on bash if possible which makes it easier on systems built with Buildroot or Yocto where bash might not be available by default. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
2018-01-23Rename companion-controller -> muleJakob Unterwurzacher
To avoid confusion between various on-board cortex-m0 cores, the companion-controller is now identified by the code name "mule. renamed: companion-controller/README.md -> mule/README.md renamed: companion-controller/cortex-m0.sh -> mule/mule.sh renamed: companion-controller/openocd.cfg -> mule/openocd.cfg