-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
23 lines (17 loc) · 877 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2021-11-06 u-235 <[email protected]>
- Creating cmake/modules/FindAVR.cmake
The module provides a standard way to include the AVR-GCC-binutils,
AVR-GCC-libc and AVR-GCC-helper modules.
2021-11-06 u-235 <[email protected]>
- Creating cmake/modules/AVR-GCC-helper.cmake
Several functions for easy handling of AVR specifics.
2021-11-05 u-235 <[email protected]>
- Creating cmake/modules/AVR-GCC-libc.cmake
This module looks for a standard library and finds out its version.
2021-10-31 u-235 <[email protected]>
- Creating cmake/avr-gcc-toolchain.cmake
This module configures the basic variables for using AVR GCC in CMake.
- Creating cmake/modules/AVR-GCC-binutils.cmake
This module extends the list of utilities that CMake normally finds.
2021-10-29 u-235 <[email protected]>
- Creating a project.