Move kl_sim.h
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2016-05-26 NIIBE Yutaka <gniibe@fsij.org>
|
2016-05-26 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* mcu/kl_sim.h: New (was in example-fs-bb48).
|
||||||
|
|
||||||
* example-fs-bb48/adc_kl27z.c: Use DMA0 and DMA1.
|
* example-fs-bb48/adc_kl27z.c: Use DMA0 and DMA1.
|
||||||
* example-fs-bb48/command.c (cmd_adc): Rename from
|
* example-fs-bb48/command.c (cmd_adc): Rename from
|
||||||
cmd_temperature.
|
cmd_temperature.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kl_sim.h"
|
#include <mcu/kl_sim.h>
|
||||||
|
|
||||||
struct MCG {
|
struct MCG {
|
||||||
volatile uint8_t C1; /* MCG Control Register 1 */
|
volatile uint8_t C1; /* MCG Control Register 1 */
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <chopstx.h>
|
#include <chopstx.h>
|
||||||
#include "kl_sim.h"
|
#include <mcu/kl_sim.h>
|
||||||
|
|
||||||
struct DMAMUX {
|
struct DMAMUX {
|
||||||
volatile uint32_t CHCFG0;
|
volatile uint32_t CHCFG0;
|
||||||
|
|||||||
Reference in New Issue
Block a user