Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
cpu_conf.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2014 Freie Universität Berlin
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
20
#include "cpu_conf_common.h"
21
22
#include "vendor/LPC17xx.h"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
32
#define CPU_DEFAULT_IRQ_PRIO (1U)
33
#define CPU_IRQ_NUMOF (35U)
34
#define CPU_FLASH_BASE LPC_FLASH_BASE
35
#define CPU_HAS_BITBAND (1)
42
#define CPUID_LEN (16U)
45
#ifdef __cplusplus
46
}
47
#endif
48
Generated on Fri Sep 26 2025 19:45:32 by
1.9.1