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
  •  
  •  
  •  
21 changes: 21 additions & 0 deletions boards/peripheral/block/sdhc_spi_sdcard32gb.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* sdhc_spi_sdcard32gb.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#include "sdhc_spi_sdcard32gb.h"
#include <wolfHAL/block/sdhc_spi_block.h>
#include "board.h"
Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/block/sdhc_spi_sdcard32gb.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* sdhc_spi_sdcard32gb.h
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#ifndef BOARD_SDHC_SPI_SDCARD32GB_H
#define BOARD_SDHC_SPI_SDCARD32GB_H

Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/board.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# board.mk
#
# Copyright (C) 2026 wolfSSL Inc.
#
# This file is part of wolfHAL.
#
# wolfHAL 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.
#
# wolfHAL 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, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
#

_PERIPHERAL_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))

BOARD_SOURCE += $(_PERIPHERAL_DIR)/peripheral.c
Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/flash/spi_nor_w25q64.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* spi_nor_w25q64.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#include "spi_nor_w25q64.h"
#include <wolfHAL/flash/spi_nor_flash.h>
#include "board.h"
Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/flash/spi_nor_w25q64.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* spi_nor_w25q64.h
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#ifndef BOARD_SPI_NOR_W25Q64_H
#define BOARD_SPI_NOR_W25Q64_H

Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/peripheral.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* peripheral.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#include "peripheral.h"

#ifdef PERIPHERAL_SDHC_SPI_SDCARD32GB
Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/peripheral.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* peripheral.h
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#ifndef BOARD_PERIPHERAL_H
#define BOARD_PERIPHERAL_H

Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/sensor/imu/bmi270.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* bmi270.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#include "bmi270.h"
#include <wolfHAL/sensor/imu/bmi270_sensor.h>
#include <wolfHAL/sensor/imu/bmi270_config_data.h>
Expand Down
21 changes: 21 additions & 0 deletions boards/peripheral/sensor/imu/bmi270.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* bmi270.h
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#ifndef BOARD_SENSOR_IMU_BMI270_H
#define BOARD_SENSOR_IMU_BMI270_H

Expand Down
21 changes: 21 additions & 0 deletions boards/pic32cz_curiosity_ultra/board.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* board.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

/* Example board configuration for the PIC32CZ CA Curiosity Ultra dev board */

#include <stdint.h>
Expand Down
21 changes: 21 additions & 0 deletions boards/pic32cz_curiosity_ultra/board.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* board.h
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#ifndef BOARD_H
#define BOARD_H

Expand Down
21 changes: 21 additions & 0 deletions boards/pic32cz_curiosity_ultra/board.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# board.mk
#
# Copyright (C) 2026 wolfSSL Inc.
#
# This file is part of wolfHAL.
#
# wolfHAL 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.
#
# wolfHAL 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, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
#

_BOARD_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))

PLATFORM = pic32cz
Expand Down
22 changes: 21 additions & 1 deletion boards/pic32cz_curiosity_ultra/ivt.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* ivt.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

#include <stdint.h>

extern uint32_t _sidata;
Expand Down Expand Up @@ -76,4 +97,3 @@ void Reset_Handler(void)
while (1) {
}
}

21 changes: 21 additions & 0 deletions boards/pic32cz_curiosity_ultra/linker.ld
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* linker.ld
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

MEMORY
{
FLASH (rwx) : ORIGIN = 0x08000000, LENGTH = 64K
Expand Down
21 changes: 21 additions & 0 deletions boards/stm32c031_nucleo/board.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* board.c
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfHAL.
*
* wolfHAL 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.
*
* wolfHAL 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/

/* Board configuration for the NUCLEO-C031C6 dev board */

#include <stdint.h>
Expand Down
Loading
Loading