Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-licence committed Sep 6, 2023
1 parent 1a9ba95 commit 830dbf4
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/boards/board_adafruit_qt_py_esp32s2.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@


#endif /* BOARDS_BOARD_WEMOS_D1_MINI_ESP32_H_ */

1 change: 1 addition & 0 deletions src/boards/board_audio_kit_ac101.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@


#endif /* BOARDS_BOARD_AUDIO_KIT_AC101_H_ */

1 change: 1 addition & 0 deletions src/boards/board_audio_kit_es8388.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@


#endif /* BOARDS_BOARD_AUDIO_KIT_ES8388_H_ */

2 changes: 2 additions & 0 deletions src/boards/board_esp32_doit.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@
#define RXD2 16
#define TXD2 17


#endif /* BOARDS_BOARD_ESP32_DOIT_H_ */

27 changes: 27 additions & 0 deletions src/boards/board_esp32_lyrat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
/*
* Copyright (c) 2023 Marcel Licence
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
* veröffentlichten Version, weiter verteilen und/oder modifizieren.
*
* Dieses Programm wird in der Hoffnung bereitgestellt, dass es nützlich sein wird, jedoch
* OHNE JEDE GEWÄHR,; sogar ohne die implizite
* Gewähr der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
* Siehe die GNU General Public License für weitere Einzelheiten.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <https://www.gnu.org/licenses/>.
*/

/**
Expand Down Expand Up @@ -31,3 +57,4 @@


#endif /* BOARDS_BOARD_ESP32_LYRAT_H_ */

1 change: 1 addition & 0 deletions src/boards/board_ml_v1.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@


#endif /* BOARDS_BOARD_ML_V1_H_ */

1 change: 1 addition & 0 deletions src/boards/board_stm32f407g-disc1.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@


#endif /* BOARDS_BOARD_STM32F407G_DISC1_H_ */

27 changes: 27 additions & 0 deletions src/boards/board_tiny2040.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
/*
* Copyright (c) 2023 Marcel Licence
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
* veröffentlichten Version, weiter verteilen und/oder modifizieren.
*
* Dieses Programm wird in der Hoffnung bereitgestellt, dass es nützlich sein wird, jedoch
* OHNE JEDE GEWÄHR,; sogar ohne die implizite
* Gewähr der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
* Siehe die GNU General Public License für weitere Einzelheiten.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe <https://www.gnu.org/licenses/>.
*/

/*
Expand All @@ -17,3 +43,4 @@


#endif /* SRC_BOARDS_BOARD_TINY2040_H_ */

1 change: 1 addition & 0 deletions src/boards/board_ttgo_t9_rgb_led_wm8978.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@


#endif /* BOARDS_BOARD_TTGO_T9_RGB_LED_WM8978_H_ */

1 change: 1 addition & 0 deletions src/boards/board_wemos_d1_mini_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@
#define TXD2 17

#endif /* BOARDS_BOARD_WEMOS_D1_MINI_ESP32_H_ */

0 comments on commit 830dbf4

Please sign in to comment.