comparison nuc-fw/cfgmagic/processconf.sh @ 138:85994b210f6a

nuc-fw cleanup: old Nucleus demo (w/o TI fw framework) moved out of the way
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 11 Nov 2013 10:17:08 +0000
parents 595631eee4bc
children
comparison
equal deleted inserted replaced
137:5fe5559003b7 138:85994b210f6a
44 TR_BAUD_CONFIG=TR_BAUD_$RVTMUX_UART_baud 44 TR_BAUD_CONFIG=TR_BAUD_$RVTMUX_UART_baud
45 export_to_c TR_BAUD_CONFIG 45 export_to_c TR_BAUD_CONFIG
46 46
47 # Once we get some actual functionality, the following definitions 47 # Once we get some actual functionality, the following definitions
48 # will likely depend on the target and feature configuration, 48 # will likely depend on the target and feature configuration,
49 # but for now all we have is a FreeNucleus RTOS demo. 49 # but for now all we have is a Riviera skeleton.
50 50
51 BUILD_COMPONENTS="bsp nucdemo nucleus riviera serial sprintf sysglue" 51 BUILD_COMPONENTS="bsp nucleus riviera serial sprintf sysglue"
52 export_to_mk BUILD_COMPONENTS 52 export_to_mk BUILD_COMPONENTS
53 53
54 BUILD_DEFAULT_IMAGE=ramImage 54 BUILD_DEFAULT_IMAGE=ramImage
55 export_to_mk BUILD_DEFAULT_IMAGE 55 export_to_mk BUILD_DEFAULT_IMAGE
56 56