Skip to content

Fix issue linking pgmspace.h functions in a sketch. #402

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

Closed
wants to merge 103 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
76a73c7
Readme changes
pablotix20 May 16, 2015
87ebf84
add __attribute__ format to Print::printf
Links2004 May 22, 2015
cdd7786
Merge remote-tracking branch 'remotes/ficeto/esp8266' into esp8266
Links2004 May 22, 2015
8c2013d
Merge commit '7e7632378490ae766e71b05cdf6d1ea500dbd6ce' into esp8266
Links2004 May 23, 2015
06caa7f
Update SDK to 1.1.0 (#306)
igrr May 23, 2015
ae15989
Merge pull request #252 from Pablotis/patch-1
igrr May 23, 2015
921a476
Added support for NodeMCU dev kit v2
May 23, 2015
25b9494
Fix build
igrr May 24, 2015
775e9d4
Better sketch size reporting (#314)
igrr May 24, 2015
843ff86
add link to arduinoWebSockets
Links2004 May 24, 2015
2bb9f59
Update build_board_manager_package.sh
Testato May 24, 2015
fdaf126
Fix max upload size for modwifi and nodemcu (#314)
igrr May 24, 2015
454e082
Merge pull request #311 from andysmithfal/esp8266
igrr May 24, 2015
a38585c
Proper naming of NodeMCU boards, flash map update
igrr May 24, 2015
00604f3
Add API to set the beginning of local ports range for WiFiClient
igrr May 24, 2015
91f1921
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Links2004 May 24, 2015
9214799
Update linker script for SDK 1.1.0
igrr May 24, 2015
8181e9c
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Links2004 May 24, 2015
2ce389b
Merge pull request #320 from Testato/patch-1
igrr May 24, 2015
49c25b9
Add NodeMCU 1.0 board to package json
igrr May 24, 2015
f9ecdaa
add 2 compiler options from last SDK
Links2004 May 24, 2015
ecfd5c4
remove new flags again. they are usless.
Links2004 May 24, 2015
c1dbf28
Merge pull request #1 from esp8266/esp8266
Makuna May 25, 2015
17b29fc
Expose Chip CCompare0 timer
Makuna May 25, 2015
9560c67
ETS_INTR_ENABLED & ETS_INT_PENDING as inline
Makuna May 25, 2015
8fd5bc6
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Links2004 May 25, 2015
f94c3f7
add rssi function of new SDK 1.1.0
Links2004 May 25, 2015
143e78c
disable DEBUG_WIFI_MULTI define
Links2004 May 25, 2015
ebca28b
read the rst reason from the SDK if stored.
Links2004 May 25, 2015
51e919d
add ESP.eraseESPconfig() to erase the ESP SDK configuration (includin…
Links2004 May 25, 2015
105a0b8
correct addr
Links2004 May 25, 2015
cff5749
Fixed timer bug and cleaned up
Makuna May 25, 2015
0ac84df
Update NTPClient.ino
moeur May 26, 2015
d988e6c
Fix windows build
Toshik May 27, 2015
94d3957
adds adafruit huzzah to board manager package
toddtreece May 27, 2015
83f0a70
adds adafruit huzzah to boards.txt & adds adafruit variant
toddtreece May 27, 2015
937fb0d
apply patch 1 for SDK v1.1.0
Links2004 May 28, 2015
877aa5a
add function to get the MAC / BSSID as String
Links2004 May 28, 2015
bba1247
add missing include #include "ets_sys.h"
Links2004 May 28, 2015
936669e
fix bug #343
Links2004 May 28, 2015
7647df1
Revert "Fixed timer bug and cleaned up"
Makuna May 29, 2015
a5a7872
Revert "ETS_INTR_ENABLED & ETS_INT_PENDING as inline"
Makuna May 29, 2015
5d34317
Revert "Expose Chip CCompare0 timer"
Makuna May 29, 2015
993f731
strtok fix
Makuna May 29, 2015
8ebdcfa
Add eboot
igrr May 29, 2015
a4d8a3b
Update esptool to 0.4.5
igrr May 29, 2015
9980066
Fix eboot makefile
igrr May 29, 2015
9a86df1
Update flash layout to use eboot
igrr May 29, 2015
3f26dc6
Merge pull request #351 from adafruit/esp8266
igrr May 29, 2015
4972a50
Merge pull request #357 from Makuna/StrTok
igrr May 29, 2015
3a55cad
Merge pull request #350 from Toshik/patch-1
igrr May 29, 2015
11952e1
Merge pull request #339 from moeur/patch-1
igrr May 29, 2015
9280f3d
Merge pull request #325 from Links2004/esp8266
igrr May 29, 2015
d50aa43
Fix max sketch sizes for branded boards
igrr May 29, 2015
7fef63e
Merge pull request #2 from esp8266/esp8266
Makuna May 29, 2015
579dbb7
Fix linker errors
igrr May 29, 2015
db0b8be
Improve I2C waveforms
igrr May 29, 2015
f5e2deb
Add staging board manager package (#324)
igrr May 29, 2015
69e9f2e
Update board manager package to use esptool 0.4.5
igrr May 29, 2015
a194024
Add wakeup pullup and pulldown pin modes
igrr May 29, 2015
54e7ecd
Timer0 and Servo library support
Makuna May 29, 2015
c66919e
add higher I2C freqs for 160MHz core clock
May 30, 2015
492629a
Merge pull request #1 from Makuna/Servo
me-no-dev May 30, 2015
790606a
Use correct variable for sendNTPpacket
thewiep May 31, 2015
219be7d
reading eboot commands via RTC, flash erase/copy
igrr May 31, 2015
5dbc9ef
Remove .bss from sketch size calculation
igrr May 31, 2015
54b35a7
Merge pull request #361 from thewiep/ntpclient_1
igrr May 31, 2015
2d1433b
Merge pull request #358 from Makuna/Servo
igrr May 31, 2015
e361a55
Merge branch 'esp8266' of https://github.com/me-no-dev/Arduino into m…
igrr May 31, 2015
8e16910
Merge branch 'me-no-dev-esp8266' into esp8266
igrr May 31, 2015
5b13b95
Fix missing slash
igrr Jun 1, 2015
ae055f9
add RTC registers
Jun 1, 2015
93e6be1
Fix uboot startup
igrr Jun 1, 2015
a427360
Update README.md
igrr Jun 1, 2015
a6e8697
register and clock changes
Jun 1, 2015
dcc81b7
Merge pull request #2 from esp8266/esp8266
me-no-dev Jun 1, 2015
2f157b8
add PWM Range control
Jun 1, 2015
80a4bd7
spi clock does not depend on cpu clock
Jun 1, 2015
d14dfc9
Merge pull request #363 from me-no-dev/esp8266
igrr Jun 2, 2015
7c67eca
add images
Links2004 Jun 2, 2015
0723133
add new schematics to README.md
Links2004 Jun 2, 2015
2af8acd
add current note
Links2004 Jun 2, 2015
5ed4257
Include Servo Library in Readme
Makuna Jun 2, 2015
41cc6d7
edits
Makuna Jun 2, 2015
9dcc5a1
improve mode handling for ESP8266WiFiClass::scanNetworks and ESP8266W…
Links2004 Jun 3, 2015
2aab78a
fix ILI9341 (define for SPI speed was deleted?)
Links2004 Jun 3, 2015
be738f2
only call wifi_set_opmode when really needed
Links2004 Jun 3, 2015
cf773e4
add some infos to Serial Adapter
Links2004 Jun 3, 2015
149f619
double
Jun 3, 2015
58f42fe
Add function overload to config to include DNS
chadouming Jun 3, 2015
d0315a3
fix #386
Links2004 Jun 5, 2015
a501c26
Merge pull request #377 from me-no-dev/esp8266
igrr Jun 5, 2015
9c097a1
Merge pull request #378 from chadouming/esp8266
igrr Jun 5, 2015
4725b3a
Merge pull request #371 from Makuna/esp8266
igrr Jun 5, 2015
bc8be6f
Merge pull request #370 from Links2004/esp8266
igrr Jun 5, 2015
fa6917f
Update README.md
plinioseniore Jun 4, 2015
45c27c6
Fix typo
igrr Jun 5, 2015
1b8cbe7
Clean up eboot
igrr Jun 5, 2015
4e3455b
rename EspClass::eraseESPconfig to eraseConfig
igrr Jun 5, 2015
28b4e0b
Add some headers
igrr Jun 5, 2015
0040782
Add function to update sketch from Stream
igrr Jun 5, 2015
b364bcb
Remove unnecessary ICACHE_FLASH_ATTR
plinioseniore Jun 4, 2015
d1142f7
Wrap all pgmspace.h declarations with extern C to prevent issue with …
tdicola Jun 8, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update linker script for SDK 1.1.0
Exception vectors have moved into .text.
  • Loading branch information
igrr committed May 24, 2015
commit 92147999b997e7e167ab0365cc98d1f2e99824c7
29 changes: 29 additions & 0 deletions hardware/esp8266com/esp8266/tools/sdk/ld/eagle.app.v6.common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ PHDRS

/* Default entry point: */
ENTRY(call_user_start)
EXTERN(_DebugExceptionVector)
EXTERN(_DoubleExceptionVector)
EXTERN(_KernelExceptionVector)
EXTERN(_NMIExceptionVector)
EXTERN(_UserExceptionVector)
PROVIDE(_memmap_vecbase_reset = 0x40000000);
/* Various memory-map dependent cache attribute settings: */
_memmap_cacheattr_wb_base = 0x00000110;
Expand Down Expand Up @@ -158,6 +163,30 @@ SECTIONS
{
_stext = .;
_text_start = ABSOLUTE(.);
*(.UserEnter.text)
. = ALIGN(16);
*(.DebugExceptionVector.text)
. = ALIGN(16);
*(.NMIExceptionVector.text)
. = ALIGN(16);
*(.KernelExceptionVector.text)
LONG(0)
LONG(0)
LONG(0)
LONG(0)
. = ALIGN(16);
*(.UserExceptionVector.text)
LONG(0)
LONG(0)
LONG(0)
LONG(0)
. = ALIGN(16);
*(.DoubleExceptionVector.text)
LONG(0)
LONG(0)
LONG(0)
LONG(0)
. = ALIGN (16);
*(.entry.text)
*(.init.literal)
*(.init)
Expand Down