Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation issues with SDK 1.1 #86

Closed
slaff opened this issue May 25, 2015 · 3 comments
Closed

Compilation issues with SDK 1.1 #86

slaff opened this issue May 25, 2015 · 3 comments

Comments

@slaff
Copy link
Contributor

slaff commented May 25, 2015

During compilation with the latest version of the esp-open-sdk (https://github.com/pfalcon/esp-open-sdk/) using Espressif SDK 1.1 I got the following error:

C+ SmingCore/Digital.cpp
SmingCore/Digital.cpp: In function 'void pullup(uint16_t)':
SmingCore/Digital.cpp:78:43: error: 'PIN_PULLDWN_DIS' was not declared in this scope
  PIN_PULLDWN_DIS((EspDigitalPins[pin].mux));
                                           ^
SmingCore/Digital.cpp: In function 'void pulldown(uint16_t)':
SmingCore/Digital.cpp:86:42: error: 'PIN_PULLDWN_EN' was not declared in this scope
  PIN_PULLDWN_EN((EspDigitalPins[pin].mux));
                                          ^
SmingCore/Digital.cpp: In function 'void noPullup(uint16_t)':
SmingCore/Digital.cpp:92:43: error: 'PIN_PULLDWN_DIS' was not declared in this scope
  PIN_PULLDWN_DIS((EspDigitalPins[pin].mux));
                                           ^
make: *** [out/build/SmingCore/Digital.o] Error 1
@slaff
Copy link
Contributor Author

slaff commented May 25, 2015

That link here can point out the issue: http://bbs.espressif.com/viewtopic.php?f=7&t=494 and a bit more info here: http://bbs.espressif.com/viewtopic.php?f=7&t=483

@anakod
Copy link
Member

anakod commented Jun 4, 2015

Please check it.

@slaff
Copy link
Contributor Author

slaff commented Jun 4, 2015

Works like a charm :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants