Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
74bba2a1
Commit
74bba2a1
authored
8 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
cpu/saml21: removed unused saml21_periph.h
parent
96ef13dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cpu/saml21/include/saml21_periph.h
+0
-34
0 additions, 34 deletions
cpu/saml21/include/saml21_periph.h
cpu/saml21/periph/gpio.c
+1
-6
1 addition, 6 deletions
cpu/saml21/periph/gpio.c
cpu/saml21/periph/spi.c
+2
-4
2 additions, 4 deletions
cpu/saml21/periph/spi.c
with
3 additions
and
44 deletions
cpu/saml21/include/saml21_periph.h
deleted
100644 → 0
+
0
−
34
View file @
96ef13dc
/*
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2015 FreshTemp, LLC.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_saml21
* @{
*
* @file
* @brief SAML21 IO helper stuff
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
#ifndef SAML21_PERIPH_H
#define SAML21_PERIPH_H
#ifdef __cplusplus
extern
"C"
{
#endif
#include
<stdint.h>
#include
"cpu_conf.h"
#include
"panic.h"
#ifdef __cplusplus
}
#endif
/** @} */
#endif
/* SAML21_PERIPH_H */
This diff is collapsed.
Click to expand it.
cpu/saml21/periph/gpio.c
+
1
−
6
View file @
74bba2a1
...
...
@@ -24,14 +24,9 @@
*/
#include
"cpu.h"
#include
"periph/gpio.h"
#include
"periph_conf.h"
#include
"saml21_periph.h"
#include
"sched.h"
#include
"thread.h"
#include
"p
anic
.h"
#include
"p
eriph/gpio
.h"
#define ENABLE_DEBUG (0)
#include
"debug.h"
...
...
This diff is collapsed.
Click to expand it.
cpu/saml21/periph/spi.c
+
2
−
4
View file @
74bba2a1
...
...
@@ -28,13 +28,11 @@
#include
"mutex.h"
#include
"periph/gpio.h"
#include
"periph/spi.h"
#include
"periph_conf.h"
#include
"board.h"
#define ENABLE_DEBUG (0)
#include
"debug.h"
#if SPI_0_EN || SPI_1_EN
#i
nclude
"saml21_periph.h"
#i
f SPI_0_EN || SPI_1_EN
/**
* @brief Array holding one pre-initialized mutex for each SPI device
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment