Add tzarc/ghoul. (#18562)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Nick Brassel 2022-10-03 07:24:22 +11:00 committed by GitHub
parent 2b3f6d0ec6
commit 9ecd6eb9b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 974 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// Copyright 2018-2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#define HAL_USE_ADC TRUE
#define HAL_USE_SPI TRUE
#define HAL_USE_PWM TRUE
#include_next <halconf.h>