REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
build_plugin_system.py File Reference

Go to the source code of this file.

Namespaces

namespace  build_plugin_system
 

Functions

 build_plugin_system.post_program_action (source, target, env)
 

Variables

bool build_plugin_system.understand_the_build_system = False
 
 build_plugin_system.fh = open(join("/tmp/", "dump.txt"), "w")
 
str build_plugin_system.me = "controller/build_plugin_system.py"
 
 build_plugin_system.target_elf = join("$BUILD_DIR", "${PROGNAME}.elf")
 Job 1) Build firmware.elf.a.
 
str build_plugin_system.target_elf_a = target_elf + ".a"
 
 build_plugin_system.base_target_elf_a = basename(env.subst(target_elf_a))
 
 build_plugin_system.LINKFLAGS
 
 build_plugin_system.global_env = DefaultEnvironment()
 Job 2) Build firmware.bin.
 
env build_plugin_system.expand = lambda var.subst('$'+var)
 Job 3) Extract CFlags, etc for a custom Makefile.
 
 build_plugin_system.path = env['ENV']['PATH']