- 27 May, 2015 2 commits
-
-
Damien George authored
-
Damien George authored
Now all stmhal-based boards can name their peripherals (if they want) to any string.
-
- 03 May, 2015 1 commit
-
-
Eero af Heurlin authored
-
- 18 Apr, 2015 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 16 Mar, 2015 1 commit
-
-
Damien George authored
Most boards (except the pyboard) don't have a 32kHz crystal so they should use the LSI for the RTC.
-
- 21 Jan, 2015 1 commit
-
-
Dave Hylands authored
-
- 12 Jan, 2015 1 commit
-
-
Damien George authored
This config option is for the USB OTG pin, pin A10. This is used on some boards but not others. Eg PYBv3 uses PA10 for LED(2), so it shouldn't be used for OTG ID (actually PA10 is multiplexed on this board, but defaults to LED(2)). Partially addresses issue #1059.
-
- 07 Jan, 2015 1 commit
-
-
Damien George authored
Since all currently supported boards use pin A9 for this function, the value of the macro MICROPY_HW_USB_VBUS_DETECT_PIN is not actually used, just the fact that it is defined. Addresses issue #1048.
-
- 05 Oct, 2014 1 commit
-
-
Damien George authored
-
- 25 Sep, 2014 1 commit
-
-
Damien George authored
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.
-
- 10 Aug, 2014 1 commit
-
-
Damien George authored
-
- 26 Jun, 2014 1 commit
-
-
mux authored
-
- 19 Jun, 2014 1 commit
-
-
mux authored
-
- 03 May, 2014 1 commit
-
-
Damien George authored
This renames MICROPY_HW_HAS_WLAN to MICROPY_HW_ENABLE_CC3K (since it's a driver, not a board feature) and wraps all CC3000 code in this #if. It's disabled for all boards.
-
- 30 Apr, 2014 1 commit
-
-
Damien George authored
It's not enabled by default because it doesn't fully work. It can connect to an AP, get an IP address and do a host-lookup, but not yet do send or recv on a socket.
-
- 20 Apr, 2014 1 commit
-
-
Damien George authored
The HAL handles for the I2C/SPI objects are rather large, so we don't want to unnecessarily include them.
-
- 30 Mar, 2014 1 commit
-
-
Damien George authored
All board config macros now begin with MICROPY_HW_. Renamed PYBv10 to PYBV10, since macros should be all uppercase. Made SDCARD_DETECT configurable in mpconfigport.h, so that the SD detect pin can be easily configured.
-