summaryrefslogtreecommitdiff
path: root/esp8266/esp8266.ld
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2016-06-07 21:40:56 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-19 21:19:59 +0300
commit8e7dfea803f618beaa2ad976dff0b196e449d5d9 (patch)
tree93eb8f7dfed421dec4cfc4c187ab0d5fea55522a /esp8266/esp8266.ld
parent49dd532180282f24ad31daf7f4f661722d4f9b16 (diff)
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
This module uses ESP8266's SPI hardware, which allows much higher speeds. It uses a library from https://github.com/MetalPhreak/ESP8266_SPI_Driver
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r--esp8266/esp8266.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld
index a55aff52e..6c8985807 100644
--- a/esp8266/esp8266.ld
+++ b/esp8266/esp8266.ld
@@ -142,6 +142,8 @@ SECTIONS
*modpybuart.o(.literal*, .text*)
*modpybi2c.o(.literal*, .text*)
*modpybspi.o(.literal*, .text*)
+ *modpybhspi.o(.literal*, .text*)
+ *hspi.o(.literal*, .text*)
*modesp.o(.literal* .text*)
*modnetwork.o(.literal* .text*)
*moduos.o(.literal* .text*)