lib: Remove sam4e sam.h and component-version.h files

These two files from atmel have different licenses than the other
files.  Neither files provide any real value, so just remove them to
avoid any confusion.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-12-24 20:08:40 -05:00
parent 22da8ca39c
commit c3a2fc981d
6 changed files with 4 additions and 136 deletions

View File

@@ -5,7 +5,7 @@
// This file may be distributed under the terms of the GNU GPLv3 license.
// CMSIS
#include "sam.h"
#include "sam4e.h"
// Klipper
#include "command.h" // DECL_CONSTANT

View File

@@ -5,7 +5,7 @@
// This file may be distributed under the terms of the GNU GPLv3 license.
// CMSIS
#include "sam.h" // UART
#include "sam4e.h" // UART
// Klipper
#include "autoconf.h" // CONFIG_SERIAL_BAUD

View File

@@ -10,7 +10,7 @@
#include "autoconf.h" // CONFIG_CLOCK_FREQ
// SAM4E port
#include "sam.h"
#include "sam4e.h"
#include "gpio.h"
#define SSPI_USART0 0

View File

@@ -5,7 +5,7 @@
// This file may be distributed under the terms of the GNU GPLv3 license.
// CMSIS
#include "sam.h"
#include "sam4e.h"
// Klipper
#include "board/irq.h" // irq_disable
#include "board/misc.h" // timer_read_time