## ## ####### ####### ## # ## ## ##
_ _ | | | | | | | | | |/\| | \ /\ / \/ \/
___ ( _`\ | (_) ) | _ <' | (_) ) (____/'
|\ /| | ) ( | | (___) | | ___ | | ( ) | | ) ( | |/ \|
_ _ | | | | | |__| | | __ | | | | | |_| |_|
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: '''my_make file determines (during firmware build process) important properties of the firmware. However, there is nothing to do about it normally''' '''Use the default ''my_make'' ''' file that comes in ''firmware/doc/my_make'' unless you have a good reason to do otherwise (eg. old board without inverting FETdriver, or 4x16 LCD). Copy ''my_make'' file to ''firmware/etc'' directory. Don't change to uppercase, or don't (rename) add file extension. <code> # whatever is on a line after a hashmark is just comment: same effect as if it was not there MY_CONF += -D GENBOARDv3 MY_CONF += -D FETDRIVER_INVERTING MY_CONF += -D LCD MY_CONF += -D LCD_4x20 MY_CONF += -D PS2KEYBOARD MY_CONF += -D BENCHMARK MY_CONF += -D CELSIUS # MY_CONF += -D WBO2 </code> You will want to uncomment (remove the '#' from) the WBO2 related line (before building the firmware of course) in order to use WBO2. You have license to do so for firmware that you only use on v3.x board(s) from WebShop. More license info on GenBoard/Manual/License/WBSensor. ---- '''See also''' * GenBoard/Manual/Firmware Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.