nrf5/boards: Remove define of machine PWM module configuration in nrf51 targets, as the device does not have a HW PWM peripheral.

This commit is contained in:
Glenn Ruben Bakke 2017-03-07 18:05:38 +01:00
parent 5f9b070f6d
commit 3b2ca64738
4 changed files with 0 additions and 4 deletions

View File

@ -31,7 +31,6 @@
#define MICROPY_PY_SYS_PLATFORM "nrf51"
#define MICROPY_PY_MACHINE_HW_SPI (1)
#define MICROPY_PY_MACHINE_PWM (0)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_MACHINE_RTC (1)
#define MICROPY_PY_MACHINE_I2C (1)

View File

@ -31,7 +31,6 @@
#define MICROPY_PY_SYS_PLATFORM "nrf51-dongle"
#define MICROPY_PY_MACHINE_HW_SPI (0)
#define MICROPY_PY_MACHINE_PWM (0)
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_HW_HAS_SWITCH (0)

View File

@ -38,7 +38,6 @@
#define MICROPY_PY_DISPLAY_OLED_SSD1306 (0)
#define MICROPY_PY_MACHINE_HW_SPI (1)
#define MICROPY_PY_MACHINE_PWM (0)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_MACHINE_RTC (1)
#define MICROPY_PY_MACHINE_I2C (1)

View File

@ -30,7 +30,6 @@
#define MICROPY_HW_MCU_NAME "NRF51822"
#define MICROPY_PY_SYS_PLATFORM "nrf51-dongle"
#define MICROPY_PY_MACHINE_PWM (0)
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_HW_HAS_SWITCH (0)