Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion boards/arduino-mega2560/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef BOARD_H
#define BOARD_H


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/arduino-nano-33-ble-sense/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "cfg_rtt_default.h"
#include "cfg_timer_default.h"


#ifdef __cplusplus
extern "C"
{
Expand Down
2 changes: 0 additions & 2 deletions boards/hifive1b/include/vendor/hifive1.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
(x==PIN_SPI1_SS3 ? 3 : \
-1)))))


// These buttons are present only on the Freedom E300 Arty Dev Kit.
#ifdef HAS_BOARD_BUTTONS
#define BUTTON_0_OFFSET 15
Expand All @@ -74,5 +73,4 @@
#define HAS_HFXOSC 1
#define HAS_LFROSC_BYPASS 1


#endif /* _SIFIVE_HIFIVE1_H */
1 change: 0 additions & 1 deletion boards/lora-e5-dev/include/arduino_iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @warning Beware: Despite an Arduino pin mapping being available, Arduino shields
* are mechanically not compatible with the board. Check header file
* https://github.com/RIOT-OS/RIOT/blob/master/boards/lora-e5-dev/include/arduino_iomap.h#L42

Check warning on line 36 in boards/lora-e5-dev/include/arduino_iomap.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
* for the exact mapping.
*
* @{
Expand Down Expand Up @@ -64,7 +64,6 @@
#define ARDUINO_PIN_LAST 28
/** @} */


#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 0 additions & 2 deletions boards/lora-e5-dev/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ static const i2c_conf_t i2c_config[] = {
#define I2C_NUMOF ARRAY_SIZE(i2c_config)
/** @} */


/**
* @name ADC configuration
* @{
Expand All @@ -170,7 +169,6 @@ static const adc_conf_t adc_config[] = {
#define ADC_NUMOF ARRAY_SIZE(adc_config)
/** @} */


#ifdef __cplusplus
}
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/nucleo-l552ze-q/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static const spi_conf_t spi_config[] = {
#define SPI_NUMOF ARRAY_SIZE(spi_config)
/** @} */


/**
* @name PWM configuration
*
Expand Down
1 change: 0 additions & 1 deletion boards/stm32g0316-disco/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
extern "C" {
#endif


#define LED0_PIN_NUM 12
#define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */
#define LED0_PORT_NUM PORT_A
Expand Down
1 change: 0 additions & 1 deletion cpu/arm7_common/include/architecture_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/arm7_common/include/irq_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @author Heiko Will <[email protected]>
*/


#include "VIC.h"
#include <stdbool.h>

Expand Down
1 change: 0 additions & 1 deletion cpu/arm7tdmi_gba/include/periph_gba.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @author Bennet Blischke
*/


#include <stdint.h>

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/arm7tdmi_gba/stdio_fb/font_terminal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#ifdef __cplusplus
extern "C"
{
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1281/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#pragma once

Check warning on line 1 in cpu/atmega1281/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

no copyright notice found


#ifdef __cplusplus
extern "C" {
#endif

#define ATMEGA_PCINT_MAP_PCINT0 GPIO_PIN(PORT_B, 0), GPIO_PIN(PORT_B, 1), GPIO_PIN(PORT_B, 2), GPIO_PIN(PORT_B, 3), GPIO_PIN(PORT_B, 4), GPIO_PIN(PORT_B, 5), GPIO_PIN(PORT_B, 6), GPIO_PIN(PORT_B, 7)

Check warning on line 7 in cpu/atmega1281/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
#define ATMEGA_PCINT_MAP_PCINT1 GPIO_PIN(PORT_E, 0), GPIO_UNDEF, GPIO_UNDEF, GPIO_UNDEF, GPIO_UNDEF, GPIO_UNDEF, GPIO_UNDEF, GPIO_UNDEF

Check warning on line 8 in cpu/atmega1281/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters

#ifdef __cplusplus
}
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1281/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Francisco Acosta <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1281/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Francisco Acosta <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1284p/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#pragma once

Check warning on line 1 in cpu/atmega1284p/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

no copyright notice found


#ifdef __cplusplus
extern "C" {
#endif

#define ATMEGA_PCINT_MAP_PCINT0 GPIO_PIN(PORT_A, 0), GPIO_PIN(PORT_A, 1), GPIO_PIN(PORT_A, 2), GPIO_PIN(PORT_A, 3), GPIO_PIN(PORT_A, 4), GPIO_PIN(PORT_A, 5), GPIO_PIN(PORT_A, 6), GPIO_PIN(PORT_A, 7)

Check warning on line 7 in cpu/atmega1284p/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
#define ATMEGA_PCINT_MAP_PCINT1 GPIO_PIN(PORT_B, 0), GPIO_PIN(PORT_B, 1), GPIO_PIN(PORT_B, 2), GPIO_PIN(PORT_B, 3), GPIO_PIN(PORT_B, 4), GPIO_PIN(PORT_B, 5), GPIO_PIN(PORT_B, 6), GPIO_PIN(PORT_B, 7)

Check warning on line 8 in cpu/atmega1284p/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
#define ATMEGA_PCINT_MAP_PCINT2 GPIO_PIN(PORT_C, 0), GPIO_PIN(PORT_C, 1), GPIO_PIN(PORT_C, 2), GPIO_PIN(PORT_C, 3), GPIO_PIN(PORT_C, 4), GPIO_PIN(PORT_C, 5), GPIO_PIN(PORT_C, 6), GPIO_PIN(PORT_C, 7)

Check warning on line 9 in cpu/atmega1284p/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
#define ATMEGA_PCINT_MAP_PCINT3 GPIO_PIN(PORT_D, 0), GPIO_PIN(PORT_D, 1), GPIO_PIN(PORT_D, 2), GPIO_PIN(PORT_D, 3), GPIO_PIN(PORT_D, 4), GPIO_PIN(PORT_D, 5), GPIO_PIN(PORT_D, 6), GPIO_PIN(PORT_D, 7)

Check warning on line 10 in cpu/atmega1284p/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters

#ifdef __cplusplus
}
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1284p/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @author Marian Buschsieweke <[email protected]>
*/


#include "periph_cpu_common.h"
#include "periph_conf.h" /* <- Allow overwriting timer config from board */

Expand Down
1 change: 0 additions & 1 deletion cpu/atmega1284p/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Matthew Blue <[email protected]>
*/


#include "periph_cpu_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega128rfa1/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

Check warning on line 1 in cpu/atmega128rfa1/include/atmega_pcint.h

View workflow job for this annotation

GitHub Actions / static-tests

no copyright notice found


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega128rfa1/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* @author Steffen Robertz <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega128rfa1/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* @author Steffen Robertz <[email protected]>
*/


#include "periph_cpu_common.h"
#include "atmega_regs_common.h"

Expand Down
1 change: 0 additions & 1 deletion cpu/atmega2560/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega2560/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Francisco Acosta <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega2560/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* @author Hauke Petersen <[email protected]>
*/


#include "periph_cpu_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega256rfr2/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega256rfr2/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* @author Steffen Robertz <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega256rfr2/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* @author Steffen Robertz <[email protected]>
*/


#include "periph_cpu_common.h"
#include "atmega_regs_common.h"

Expand Down
1 change: 0 additions & 1 deletion cpu/atmega328p/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega328p/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* @author Hauke Petersen <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega328p/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* @author Hauke Petersen <[email protected]>
*/


#include "periph_cpu_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega32u4/include/atmega_pcint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega32u4/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega32u4/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*
*/


#include "periph_cpu_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega8/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* @author Hugues Larrive <[email protected]>
*/


#include "atmega_regs_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega8/include/default_timer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Hugues Larrive <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega8/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Hugues Larrive <[email protected]>
*/


#include "periph_cpu_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega_common/include/atmega_regs_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*
*/


#include <avr/io.h>
#include <avr/power.h>

Expand Down
1 change: 0 additions & 1 deletion cpu/atmega_common/include/cpu_clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*/


#include <stdint.h>

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega_common/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* @author Matthew Blue <[email protected]>
*/


#include "atmega_regs_common.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega_common/include/gpio_ll_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* @author Hauke Petersen <[email protected]>
*/


#include <assert.h>

#include "cpu.h"
Expand Down
1 change: 0 additions & 1 deletion cpu/atmega_common/include/periph_cpu_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* @author Hugues Larrive <[email protected]>
*/


#include "cpu.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/cpu_clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*
*/


#include <stdint.h>

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @author Gerson Fernando Budke <[email protected]>
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/cpu_ebi.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "periph_cpu.h"


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/cpu_nvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/cpu_pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "periph_cpu.h"


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/atxmega/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @author Gerson Fernando Budke <[email protected]>
*/


#include <avr/io.h>

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cpu/avr8_common/avr_libc_extra/include/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include <string.h>


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/avr8_common/include/architecture_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion cpu/avr8_common/include/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*
*/


#include <stdio.h>
#include <stdint.h>

Expand Down
Loading