Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linux build: use consistent case when including header files #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/arm/gfc100/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/arm/gfc100/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "gfc100_eflash_drv.h"

#define SYSTEM_CLOCK (40960000UL)
Expand Down
2 changes: 1 addition & 1 deletion source/arm/mt25ql512/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/arm/mt25ql512/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "mt25ql_flash_lib.h"

static const struct qspi_ip6514e_dev_cfg_t QSPI_DEV_CFG = {
Expand Down
2 changes: 1 addition & 1 deletion source/freescale/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "MKXX"
Expand Down
2 changes: 1 addition & 1 deletion source/freescale/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_flash.h"
#include "string.h"

Expand Down
2 changes: 1 addition & 1 deletion source/nordic/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "nRF51822AA 256 KB Flash"
Expand Down
2 changes: 1 addition & 1 deletion source/nordic/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H"
#include "FlashOS.h"

#define U8 unsigned char
#define U16 unsigned short
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/iap/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "../FlashOS.H" // FlashOS Structures
#include "../FlashOS.h" // FlashOS Structures

#ifdef MBED
#ifdef LPC1700_512
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/iap/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "../FlashOS.H" // FlashOS Structures
#include "../FlashOS.h" // FlashOS Structures

// Memory Mapping Control
#if defined(LPC11xx_32) || defined(LPC8xx_4) || defined(LPC11U68_256)
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/iap_32kb/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/nxp/iap_32kb/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

// Memory Mapping Control
#define MEMMAP (*((volatile unsigned long *) 0x40048000))
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc4088_512kb_spifi/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc4088_512kb_spifi/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

// Memory Mapping Control
#define MEMMAP (*((volatile unsigned char *) 0x400FC040))
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54018/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54018/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_spifi.h"
#include "string.h"

Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54114/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_device_registers.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54114/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_flashiap.h"
#include "fsl_power.h"
#include "string.h"
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54608/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_device_registers.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc54608/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures
#include "fsl_flashiap.h"
#include "fsl_power.h"
#include "string.h"
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc8xx_32kb/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Project: Flash Device Description for NXP LPC8xx Flash using IAP
* --------------------------------------------------------------------------- */

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!

Expand Down
2 changes: 1 addition & 1 deletion source/nxp/lpc8xx_32kb/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Project: Flash Device Algorithm for NXP LPC8xx Flash using IAP
* --------------------------------------------------------------------------- */

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

// Memory Mapping Control
#define MEMMAP (*((volatile unsigned char *) 0x40048000))
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/spifi/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "../FlashOS.H" // FlashOS Structures
#include "../FlashOS.h" // FlashOS Structures
#include "FlashDev.h"

struct FlashDevice const FlashDevice = {
Expand Down
2 changes: 1 addition & 1 deletion source/nxp/spifi/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "../FlashOS.H" // FlashOS Structures
#include "../FlashOS.h" // FlashOS Structures
#include "FlashDev.h"

#include "spifi_rom_api.h"
Expand Down
2 changes: 1 addition & 1 deletion source/onsemi/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/** @file FlashDev.c */

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "NCS36510 640 KB Flash"
Expand Down
2 changes: 1 addition & 1 deletion source/siliconlabs/EFM32GG/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/** @file FlashDev.c */

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "EFM32 Giant Gecko"
Expand Down
2 changes: 1 addition & 1 deletion source/st/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Initial release
*/

#include "..\FlashOS.H" // FlashOS Structures
#include "..\FlashOS.h" // FlashOS Structures

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "STM32L151 256kB Flash"
Expand Down
2 changes: 1 addition & 1 deletion source/st/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Initial release
*/

#include "..\FlashOS.H" // FlashOS Structures
#include "..\FlashOS.h" // FlashOS Structures

typedef volatile unsigned char vu8;
typedef volatile unsigned long vu32;
Expand Down
2 changes: 1 addition & 1 deletion source/st/STM32F4xx/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Initial release
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#ifdef FLASH_MEM

Expand Down
2 changes: 1 addition & 1 deletion source/st/STM32F4xx/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Initial release
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

typedef volatile unsigned char vu8;
typedef unsigned char u8;
Expand Down
2 changes: 1 addition & 1 deletion source/st/STM32L0xx/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Initial release
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

#ifdef FLASH_MEMORY

Expand Down
2 changes: 1 addition & 1 deletion source/st/STM32L0xx/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Initial release
*/

#include "FlashOS.H" // FlashOS Structures
#include "FlashOS.h" // FlashOS Structures

typedef volatile unsigned char vu8;
typedef volatile unsigned long vu32;
Expand Down
2 changes: 1 addition & 1 deletion source/template/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/** @file FlashDev.c */

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "XXXX"
Expand Down
2 changes: 1 addition & 1 deletion source/ti/CC3220SF/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
/** @file FlashDev.c */
#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "CC3220SF"
Expand Down
2 changes: 1 addition & 1 deletion source/toshiba/TZ10XX/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/** @file FlashDev.c */

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "TZ10XX on package NOR flash(1MB)"
Expand Down
2 changes: 1 addition & 1 deletion source/wiznet/W7500/FlashDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H"
#include "FlashOS.h"

#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
#define DEVICE_NAME "W7500 128KB Flash"
Expand Down
2 changes: 1 addition & 1 deletion source/wiznet/W7500/FlashPrg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "FlashOS.H"
#include "FlashOS.h"

#define IAP_ENTRY 0x1FFF1001

Expand Down