nrf5/boards: Updating mpconfigboard.h for bluefruit nrf52 feather with correct board, mcu and platform name.
This commit is contained in:
parent
195c492419
commit
8aa6e0388e
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* The MIT License (MIT)
|
* The MIT License (MIT)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Ruben Bakke
|
* Copyright (c) 2017 Glenn Ruben Bakke
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
#define PCA10040
|
#define PCA10040
|
||||||
|
|
||||||
#define MICROPY_HW_BOARD_NAME "PCA10040"
|
#define MICROPY_HW_BOARD_NAME "Bluefruit nRF52 Feather"
|
||||||
#define MICROPY_HW_MCU_NAME "NRF52832"
|
#define MICROPY_HW_MCU_NAME "NRF52832"
|
||||||
#define MICROPY_PY_SYS_PLATFORM "nrf52-DK"
|
#define MICROPY_PY_SYS_PLATFORM "nrf52"
|
||||||
|
|
||||||
#define MICROPY_PY_MACHINE_PWM (1)
|
#define MICROPY_PY_MACHINE_PWM (1)
|
||||||
#define MICROPY_PY_MACHINE_HW_SPI (1)
|
#define MICROPY_PY_MACHINE_HW_SPI (1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user