diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-26 00:57:26 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-26 00:57:26 +0100 |
commit | b766e79510d87db1b18028a0fae3f195091fcaf1 (patch) | |
tree | 88d13ec2c977e365413ee9758574a26032f54a8b /stmhal/boards/STM32F4DISC | |
parent | f996d8854f0cdd88446a8a369e1b330c14ea3eb7 (diff) | |
download | micropython-b766e79510d87db1b18028a0fae3f195091fcaf1.tar.gz micropython-b766e79510d87db1b18028a0fae3f195091fcaf1.zip |
stmhal: Initial implementation of cc3k module and driver.
Pulled in and modified work done by mux/iabdalkader on cc3k driver, from
iabdalkader-cc3k-update branch. That branch was terribly messy and had
too many conflicts to merge neatly.
Diffstat (limited to 'stmhal/boards/STM32F4DISC')
-rw-r--r-- | stmhal/boards/STM32F4DISC/mpconfigboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/STM32F4DISC/mpconfigboard.h b/stmhal/boards/STM32F4DISC/mpconfigboard.h index 10bbe45188..2e27694775 100644 --- a/stmhal/boards/STM32F4DISC/mpconfigboard.h +++ b/stmhal/boards/STM32F4DISC/mpconfigboard.h @@ -16,7 +16,6 @@ #define MICROPY_HW_ENABLE_I2C1 (1) #define MICROPY_HW_ENABLE_SPI1 (1) #define MICROPY_HW_ENABLE_SPI3 (0) -#define MICROPY_HW_ENABLE_CC3K (0) // USRSW is pulled low. Pressing the button makes the input go high. #define MICROPY_HW_USRSW_PIN (pin_A0) |