Add COMPILER_PATH optional variable to the BUILD build system module.
This commit is contained in:
parent
22b3970338
commit
910c6eb599
3 changed files with 15 additions and 4 deletions
|
@ -190,6 +190,10 @@
|
|||
* <td>Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>COMPILER_PATH</tt></td>
|
||||
* <td>Directory where the C/C++ toolchain is located, if not available in the system <tt>PATH</tt>.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td><tt>LD_FLAGS</tt></td>
|
||||
* <td>Flags to pass to the linker, after the automatically generated flags.</td>
|
||||
* </tr>
|
||||
|
|
|
@ -7,12 +7,17 @@
|
|||
/** \page Page_ChangeLog Project Changelog
|
||||
*
|
||||
* \section Sec_ChangeLogXXXXXX Version XXXXXX
|
||||
* <b>New:</b>
|
||||
* - Core:
|
||||
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Core:
|
||||
* - Fixed device class driver pipe configuration routines returning success with a partially constructed instance
|
||||
* when a pipe configuration failed (thanks to Helge Suess)
|
||||
* - Fixed incorrect LED driver definitions for the Arduino Leonardo board (thanks to Zoltán Szőke)
|
||||
* - Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg)
|
||||
* - Fixed possible infinite loop in the control endpoint stream write function (thanks to Clayton Knight)
|
||||
* - Library Applications:
|
||||
* - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue