- 02 Dec, 2017 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=971951e1eeb82078b986cd6e25e52cfc1ccef286
-
- 29 Aug, 2017 1 commit
-
-
Deomid Ryabkov authored
Also make CC3200 use newer ARM compiler, generates slightly smaller code. PUBLISHED_FROM=a0be49d7ea864a95886f7110887a59f6f11802d7
-
- 30 May, 2017 1 commit
-
-
Deomid Ryabkov authored
This adds compile-time checks for format strings. Fix issues exposed by this. PUBLISHED_FROM=b9f820d8ad44fce9186dfdad4fe109fafa5371ce
-
- 02 May, 2017 1 commit
-
-
Deomid Ryabkov authored
Configured via `debug.std{out,err}_topic` PUBLISHED_FROM=66c581c38c5039aa9ecc406f8aac0b7e3c6541fc
-
- 06 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
-
- 03 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
-
- 09 Jan, 2017 1 commit
-
-
Dmitry Frank authored
URLs like mongoose-iot.com are left intact PUBLISHED_FROM=b8502b163c26a2cb54598db57ba094333fe7cf54
-
- 15 Nov, 2016 1 commit
-
-
Dmitry Frank authored
`MG_ENABLE_...` macros are not yet renamed because it involves some logic change: e.g. instead of defining `MG_ENABLE_MQTT`, one should define `MIOT_ENABLE_MQTT`, which should imply `MG_ENABLE_MQTT` as well. Macro refactoring is going to be done in another PR. PUBLISHED_FROM=f8b66d5772846126b94223a729a6bd87897f8de6
-
- 10 Nov, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=48c8d4326ea8a24edd8d1ca011be9e7643219084
-
- 26 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
-
- 19 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
Update compiler version to 5.2.8 PUBLISHED_FROM=5e9cd9571127d980b9d4dbe78f2aefb78a4d90f5
-
- 14 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
-
- 13 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
"#if FOO" still works with simple -DFOO, but gives more flexibility. Specifically, if user expressed no preference (FOO is not defined), we can apply reasonable defaults (this is the legitimate use of ifdef). In short, from now on, please use #if MG_ENABLE_FOO instead of #ifdef MG_ENABLE_FOO Since we are all used to #ifdef, this change also adds a precommit check to police this. Specifically, in *.h and *.c files that are Copyright Cesanta, "ifdef" and "if defined()" are not allowed to be used with macros that contain ENABLE or DISABLE, unless the like also contains "ifdef-ok". Hence, if you are sure you want to use ifdef, use this: #ifdef MG_ENABLE_FOO /* ifdef-ok */ PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
-
- 03 Oct, 2016 3 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=75a0ee6e842da6c8f9e8f1eb85165b64fada0d6a
-
Sergey Lyubka authored
PUBLISHED_FROM=e8db78b70a80ef63f1f6090b1ad5d16315e8f8c9
-
Deomid Ryabkov authored
PUBLISHED_FROM=75a0ee6e842da6c8f9e8f1eb85165b64fada0d6a
-
- 16 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9e29cac6a7d4b632b7f4a3ab0fe5411368ad0f5a
-
- 15 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=450e5c045b6515fba0e0614c6d76a58712c72160
-
- 05 Sep, 2016 1 commit
-
-
Dmitry Frank authored
On my way, fixed a couple of cases where we had `()` in the header, and non-empty argument list in the source file. PUBLISHED_FROM=5519526cf84e2bbd425a726fcc112fea1a95cbf1
-
- 18 Aug, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=993c4b1bec363e3f7975b83710e694792bedf5b3
-
- 12 Aug, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=b2454104b99100f23db0777f874ab8a33727acca
-
- 27 Jul, 2016 1 commit
-
-
Deomid Ryabkov authored
In CCS example projects PUBLISHED_FROM=b3ab112f74ae475cb93bf06fdb7db811bbb99a59
-
- 13 Jul, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=10369c7903f3c9433e8c9f6f9725f014aed5768d
-
Deomid Ryabkov authored
PUBLISHED_FROM=e9878fc5d55b0b2da854573a7a84e8e14e2f301d
-
- 01 Jul, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
-
- 13 Jun, 2016 1 commit
-
-
rojer authored
/sys/mcuimg.bin is just another file on SLFS, no reason to give it special treatment. Preserve backward compatibility with old bundles: translate sys_mcuimg.bin -> /sys/mcuimg.bin PUBLISHED_FROM=be89a3d9785046f09279fef9e2bb6604eeaa576e
-
- 09 Jun, 2016 1 commit
-
-
rojer authored
SL requires cert and key to be separate files in DER format. Date verification is disabled for now. PUBLISHED_FROM=7d76150ed356140728a1e5fd82d8a0456347b7dc
-
- 02 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=996721b6d28ee25fcfcb514d716552c4afa238e1
-
- 31 May, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=cec68bab53fc81b4085b81fba0c52e0c42b09f0f
-
- 16 May, 2016 1 commit
-
-
Deomid Ryabkov authored
* Add TI compiler * Remove cc3200prog, we don't use it * Update to Xenial (new Ubuntu stable release). It has ARM toolchain in the repos too, which is nice (no more PPA). PUBLISHED_FROM=57d6650b438c5665023346abefbc953263e3f87b
-
- 03 May, 2016 1 commit
-
-
Deomid Ryabkov authored
It's barely used in our code and conflicts with ont in SimpleLink SDK PUBLISHED_FROM=ef0fc468d32c9a8e0df888c2de084c08ebe92ea7
-
- 28 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=53ce21efbb0e769089293b1aa11d2b2f3136161d
-
- 22 Apr, 2016 2 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
-
Deomid Ryabkov authored
PUBLISHED_FROM=43169a199299bfe4ce349ad9d13f29d77d39ff3b
-
- 19 Apr, 2016 4 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=532200881406349585612ea5d59aaa323789a688
-
Deomid Ryabkov authored
PUBLISHED_FROM=7f9ce495d5de71859ad71f2b44db37fa66736835
-
Deomid Ryabkov authored
Fix WS connect address Only update graphs when connected PUBLISHED_FROM=3a3c4e2d21595f48c811b45fb391f7709dc0bcf7
-
Sergey Lyubka authored
PUBLISHED_FROM=bb28c3e27228d7c1c95899445b7f450636c34949
-
- 18 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c4f72d1b47508cdc560ec345064ecdfc3b529f5a
-
- 16 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
In SDK 1.2.0 TI decided to stop resetting NWP before sl_Start, which in practice means that sl_start will hang on subsequent runs after the first. See this post for details and suggested solution: https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/p/499123/1806610#1806610 However, since they don't provide OS_debug variant of simplelink.a and adding another project dependency will complicate our demo even more, we just take the required bit of code. PUBLISHED_FROM=c729c0fcbb240aa90a716edd43888de5881d6731
-