mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Rename m4_startup.* to more appropriate core_control.*
Now that there is M0- and M4-related code.
This commit is contained in:
parent
7fbe57931e
commit
7ec476cb79
@ -187,7 +187,7 @@ CPPSRC = main.cpp \
|
|||||||
../common/chibios_cpp.cpp \
|
../common/chibios_cpp.cpp \
|
||||||
../common/debug.cpp \
|
../common/debug.cpp \
|
||||||
../common/gcc.cpp \
|
../common/gcc.cpp \
|
||||||
m4_startup.cpp \
|
core_control.cpp \
|
||||||
cpld_max5.cpp \
|
cpld_max5.cpp \
|
||||||
jtag.cpp \
|
jtag.cpp \
|
||||||
cpld_update.cpp \
|
cpld_update.cpp \
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "m4_startup.hpp"
|
#include "core_control.hpp"
|
||||||
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
@ -19,8 +19,8 @@
|
|||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __M4_STARTUP_H__
|
#ifndef __CORE_CONTROL_H__
|
||||||
#define __M4_STARTUP_H__
|
#define __CORE_CONTROL_H__
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ void m4_request_shutdown();
|
|||||||
|
|
||||||
void m0_halt();
|
void m0_halt();
|
||||||
|
|
||||||
#endif/*__M4_STARTUP_H__*/
|
#endif/*__CORE_CONTROL_H__*/
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#include "event_m0.hpp"
|
#include "event_m0.hpp"
|
||||||
|
|
||||||
#include "m4_startup.hpp"
|
#include "core_control.hpp"
|
||||||
#include "spi_image.hpp"
|
#include "spi_image.hpp"
|
||||||
|
|
||||||
#include "debug.hpp"
|
#include "debug.hpp"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include "ert_app.hpp"
|
#include "ert_app.hpp"
|
||||||
#include "tpms_app.hpp"
|
#include "tpms_app.hpp"
|
||||||
|
|
||||||
#include "m4_startup.hpp"
|
#include "core_control.hpp"
|
||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user