diff options
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/todo.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/todo.html b/dev/todo.html index e21c6d9..a18da8a 100755 --- a/dev/todo.html +++ b/dev/todo.html @@ -101,5 +101,13 @@ <p>GCC is an optimizing compiler with frontends and libraries for a wide range of languages.</p> <p>Binutils and GCC are part of the <a href="#ma-x-toolchains">multiarch cross toolchain</a> project.</p> </li> + <li> + <h4><a href="https://www.gnu.org/software/make/">GNU Make</a></h4> + <p>GNU Make is a tool that automatically builds software packages.</p> + </li> + <li> + <h4><a href="http://www.denx.de/wiki/U-Boot">DAS U-Boot</a></h4> + <p>U-Boot is a bootloader used on many embedded computers, including the BeagleBoard-xM.</p> + </li> </ul> <!--#include virtual="../includes/footer.html" --> |