2016-03-08 02:08 AM
Hello guys,
Can somebody share a list of all possible variables that I can use in FreeMarker templates inside of STM32CubeMX with me? I am working on a Makefile and .ld (because existing have not very nice license ;)) ) template. And a it is possible to achieve filename of generated file based on a variable? It looks like that existing templates have an external logic, but it could be nice to have the same for custom templates as well. #freemarker #stm32cubemx #cubemx2016-03-08 03:37 AM
2016-03-08 04:20 AM
Yes, I know that there are two examples (here are only variables about peripherals used) + I can use a bunch of other templates that are in db/templates directory, but it could be nice to have everything in one place. I am interested for project specific variables like are in ioc file (at least project name) and then mcu details like are in mcu/*.xml (I need memory information for ld).
Maybe developers have a better documentation and they could share it with us. Anyway..many thanks.