Package sysdef :: Module io
[hide private]
[frames] | no frames]

Module io

source code

IO module for SystemDefinitionFile. - Allow convertion to m,a

Classes [hide private]
  MakeWriter
  MakeWriter2
  MakeWriter3
  FlashImageSizeWriter
Writes a .csv file listing the content of the flash images.
Functions [hide private]
 
path_to_makefile_echo(path)
Cleanup the path to transfer it to the makefile.
source code
 
path_to_makefile_command(path)
Cleanup the path to transfer it to the makefile.
source code
 
command_to_makefile(cmd) source code
 
command_to_echo(cmd)
Precede special characters with a caret so that they can output with the DOS echo command
source code
 
get_localtime_command(title='Started at') source code
 
get_hires_command(title='Start') source code
 
is_abld_what_or_check_command(command)
This function is used to determined if the command is using -c/-w/-what/-check flag.
source code
 
to_target(name) source code
Function Details [hide private]

path_to_makefile_echo(path)

source code 
Cleanup the path to transfer it to the makefile. This is needed for echo command for example.

path_to_makefile_command(path)

source code 
Cleanup the path to transfer it to the makefile. This is needed for echo command for example.