Commit Graph

1045 Commits

Author SHA1 Message Date
Adrian Courrèges
cac325a305 Cut SRAM usage by 6 bytes. 2015-02-08 17:27:04 +09:00
Adrian Courrèges
2de1ae4522 Merge branch 'master' into settings-led-cloud 2015-02-08 16:55:03 +09:00
Masakazu OHTSUKA
8bf8b01ce8 Wrote about forks 2015-02-04 22:14:21 +09:00
Adrian Courrèges
ef8386f0a0 Added options to customize the LED behavior and enable/disable cloud control, through config.h. 2015-01-12 19:32:48 +09:00
Masakazu OHTSUKA
5649d9833d Fix gainspan test app 2014-12-24 23:36:55 +09:00
Masakazu OHTSUKA
e55ad73f75 More docs 2014-11-26 13:59:17 +09:00
Masakazu OHTSUKA
3c57ec72c8 Merge branch 'doxygen' 2014-11-26 11:29:46 +09:00
Masakazu OHTSUKA
6f5346eb28 We're not using IR_xmit's return value 2014-11-26 11:24:35 +09:00
Masakazu OHTSUKA
dc62c49205 Wrote documents about IrCtrl 2014-11-26 11:24:30 +09:00
Masakazu OHTSUKA
6eca7a5e7b Let's try doxygen 2014-11-25 23:54:12 +09:00
Masakazu OHTSUKA
2bd3958ade Remove unused 2014-11-25 23:53:58 +09:00
Masakazu OHTSUKA
178d66c157 Merge branch 'rewrite-spec' 2014-11-25 21:22:22 +09:00
Masakazu OHTSUKA
e2bf1e4225 Fixed spec 2014-11-25 21:22:06 +09:00
Masakazu OHTSUKA
c4cd4aca26 Guide to rewrite Wi-Fi password 2014-10-21 20:23:55 +09:00
Masakazu OHTSUKA
424fa95302 Merge branch 'post-sequentially' v2.1.2 2014-09-01 00:35:18 +09:00
Masakazu OHTSUKA
06414250d0 Merge branch 'noise-maker' 2014-09-01 00:35:12 +09:00
Masakazu OHTSUKA
d38410a339 HTTP requests use some amount of stack memory, so only request sequentially. 2014-09-01 00:29:02 +09:00
Masakazu OHTSUKA
86df7f7ae7 noise-maker repeatedly transmits IR signals. 2014-08-29 13:28:47 +09:00
Masakazu OHTSUKA
7042c74d24 Move to Flash v2.1.1 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
fea1adaf18 Use less SRAM 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
839972d0e5 Open index:2 area for stack 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
7fba08f0e7 close on next loop to avoid recursively calling ::command 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
44d9dd8f66 Reuse temp buffer for method, path, status code to save some SRAM 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
05172135fe Move big buffer to static, to avoid stack overflow.
parseLine is not called recursively, so making buf static is safe.
2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
782625d790 Save some bytes 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
4a7b15c258 Delay setregdomain to next loop, to avoid recursive call of command() 2014-08-27 22:52:43 +09:00
Masakazu OHTSUKA
0c62cf73b0 Use less SRAM (stack) in GSwifi::request 2014-08-27 22:52:42 +09:00
Masakazu OHTSUKA
4733e16f9e Use less SRAM.
We're always listening on port 80 anyway.
hackers please change code to listen on non 80 port.
2014-08-27 22:52:34 +09:00
Masakazu OHTSUKA
7cf6515607 Move limited AP password to Flash 2014-08-20 13:17:49 +09:00
Masakazu OHTSUKA
af689028f5 Move IrPacker tree data into Flash 2014-08-20 13:17:49 +09:00
Masakazu OHTSUKA
aa396b4bbb Makefile to create .lst files 2014-08-19 18:42:33 +09:00
Masakazu OHTSUKA
4d2c425b6d Save map files, nm results by default 2014-08-19 17:15:46 +09:00
Masakazu OHTSUKA
80a1eb309f Remove unused 2014-07-30 15:32:53 +09:00
Masakazu OHTSUKA
13da7b9349 Merge branch 'GS1011MEPS' v2.1.0 2014-07-28 11:48:23 +09:00
Masakazu OHTSUKA
bb19c5649d Use GS1011MEPS like GS1011MIPS 2014-07-24 17:43:02 +09:00
Masakazu OHTSUKA
e10bf0a5dd GS1011MExS wants 3 for REGDOMAIN 2014-07-23 17:00:25 +09:00
Masakazu OHTSUKA
ccd7157312 Use ghq 2014-07-23 17:00:13 +09:00
Masakazu OHTSUKA
d68963720b fixed compile error: src/IrPacker.c:335: error: 'for' loop initial declaration used outside C99 mode 2014-06-03 12:34:54 +09:00
Masakazu OHTSUKA
838e0eab5e fix bug which update fails when there's no rows v2.0.2 2014-06-02 23:41:43 +09:00
Masakazu OHTSUKA
ebf39775c3 crc8 can be seeded with an init value 2014-05-21 11:07:21 +09:00
Masakazu OHTSUKA
b43be86c3d Merge branch 'verify-eeprom' 2014-05-21 10:19:53 +09:00
Masakazu OHTSUKA
5623b08d9d restore IR_reset, it's used in factorychecker 2014-05-21 10:19:13 +09:00
Masakazu OHTSUKA
5467af330d verify after write 2014-05-21 09:39:41 +09:00
Masakazu OHTSUKA
ec369bd3dd Ignore whole IR signal if any of it's interval between rising/falling edges are shorter than threshold. 2014-05-12 10:43:37 +09:00
Masakazu OHTSUKA
e18dab047a Correct log message 2014-05-08 20:37:26 +09:00
Masakazu OHTSUKA
31b5cee785 When client request timeout happens, it takes a long time to wait til GS fixes it's own state.
Let's not wait for it and just reset, to make ourself simpler.
2014-05-08 20:20:53 +09:00
Masakazu OHTSUKA
50bf3c87ad Fix bug that in some weird edge cases, GS reuses polling_cid for a different TCP session.
If that happens, we can't restart polling_timer.
2014-05-08 19:57:41 +09:00
Masakazu OHTSUKA
cc474e11eb wrote about program memory, and remove logging 2014-04-28 17:06:23 +09:00
Masakazu OHTSUKA
19b9fa7c4d intra page link is broken? avoid using it 2014-04-28 16:25:55 +09:00
Masakazu OHTSUKA
2071693ed4 wrote about how to check firmware version and updating version is limited to firmware version 2014-04-28 16:09:45 +09:00