mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
update broadcom peripherals to latest
This commit is contained in:
parent
e16506cb52
commit
0faff5a859
@ -30,7 +30,7 @@
|
||||
#include "broadcom/interrupts.h"
|
||||
#include "broadcom/io.h"
|
||||
#include "broadcom/mmu.h"
|
||||
//#include "broadcom/caches.h"
|
||||
#include "broadcom/caches.h"
|
||||
#include "broadcom/vcmailbox.h"
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
@ -57,7 +57,7 @@ void board_init(void)
|
||||
gpio_setPinOutputBool(18, true);
|
||||
gpio_initOutputPinWithPullNone(42);
|
||||
setup_mmu_flat_map();
|
||||
// init_caches();
|
||||
init_caches();
|
||||
|
||||
// gpio_initOutputPinWithPullNone(23);
|
||||
// gpio_initOutputPinWithPullNone(24);
|
||||
|
@ -25,9 +25,9 @@ SRC_C += \
|
||||
$(MCU_DIR)/broadcom/interrupts.c \
|
||||
$(MCU_DIR)/broadcom/io.c \
|
||||
$(MCU_DIR)/broadcom/mmu.c \
|
||||
$(MCU_DIR)/broadcom/caches.c \
|
||||
$(MCU_DIR)/broadcom/vcmailbox.c
|
||||
|
||||
# $(MCU_DIR)/broadcom/caches.c \
|
||||
|
||||
CROSS_COMPILE = aarch64-none-elf-
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 55cd6f798a45cac905d7bf81baa2bcbf7de7c42e
|
||||
Subproject commit d126323fc77e81d1f18677a439685a4754ea02aa
|
Loading…
x
Reference in New Issue
Block a user