mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 04:17:43 +00:00
Move event initialization code into EventDispatcher.
This commit is contained in:
@@ -141,6 +141,9 @@ public:
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
events_initialize(chThdSelf());
|
||||||
|
m0apptxevent_interrupt_enable();
|
||||||
|
|
||||||
baseband_thread.thread_main = chThdSelf();
|
baseband_thread.thread_main = chThdSelf();
|
||||||
baseband_thread.thread_rssi = rssi_thread.start(NORMALPRIO + 10);
|
baseband_thread.thread_rssi = rssi_thread.start(NORMALPRIO + 10);
|
||||||
baseband_thread.start(NORMALPRIO + 20);
|
baseband_thread.start(NORMALPRIO + 20);
|
||||||
@@ -191,9 +194,6 @@ private:
|
|||||||
int main(void) {
|
int main(void) {
|
||||||
init();
|
init();
|
||||||
|
|
||||||
events_initialize(chThdSelf());
|
|
||||||
m0apptxevent_interrupt_enable();
|
|
||||||
|
|
||||||
/* TODO: Ensure DMAs are configured to point at first LLI in chain. */
|
/* TODO: Ensure DMAs are configured to point at first LLI in chain. */
|
||||||
|
|
||||||
touch::dma::allocate();
|
touch::dma::allocate();
|
||||||
|
Reference in New Issue
Block a user