- 18 Dec, 2018 1 commit
-
-
Deomid Ryabkov authored
CL: wifi: CC3220: Enterprise auth support PUBLISHED_FROM=ce445eb5b740073c9a3f9811f1acd404ce134f2e
-
- 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
-
- 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
-
- 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
-
- 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
-
- 19 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=532200881406349585612ea5d59aaa323789a688
-
- 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
-
- 15 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
Mg_hello is a simpler example for CC3200 File upload form is served on / if index.html does not exist and always available on /upload PUBLISHED_FROM=f844245b26febc4b952e7c52ee4519ddb542072d
-
- 12 Apr, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=57ff02457269938feae805f2972b96b15931d41a
-
Deomid Ryabkov authored
It'll be used for MSP432 as well PUBLISHED_FROM=cb5dcda4cc5d9edc6dea71540d51ab00e252186e
-
- 06 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=857459178e3af50fa6626379d1f71a725cd3b68b
-
- 05 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
Factor out MG task for clarity and ease of reuse. PUBLISHED_FROM=18f1aedd3c227b43a49f59a67076905917dd6cab
-
- 01 Apr, 2016 5 commits
-
-
Deomid Ryabkov authored
Move data collection out of main.c PUBLISHED_FROM=0340ebcea62a12275e915f325483603e72ff4183
-
Deomid Ryabkov authored
PUBLISHED_FROM=126bfdb9369f4bc2f09a21400caf797d995bef5b
-
Deomid Ryabkov authored
This is to make it compatioble with "devices" used in TI's libc. Files without any "device" go to SPIFFS. PUBLISHED_FROM=9adb888951389ccc43974537ee827a8240d79988
-
Deomid Ryabkov authored
A few tweaks to TI example Clean up mbuf_insert code a bit PUBLISHED_FROM=00ed7aff05d6b760e10c7f14a503eccfc9a284bd
-
Deomid Ryabkov authored
And use stdout for CC3200 demo because (1) an apparent bug which causes output sent to stderr to be printed v-e-r-y s-l-o-w-l-y (yes, it is really like that; https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/501881) (2) in CCS it is printed in BLOOD RED, which is annoying PUBLISHED_FROM=36a86744bc8ea193e99e98670dadc7f3ab6ed53e
-
- 25 Mar, 2016 4 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=42b188c5ae85742681266fee21ec0b0472912743
-
Deomid Ryabkov authored
It is also possible to control LED by sending a command: {"t": 1, "v": 0/1/2} 0/1 = off/on, 2 = toggle PUBLISHED_FROM=da176b70c4cd356c5d56eca58c2926619748d895
-
Deomid Ryabkov authored
PUBLISHED_FROM=e56601f99ccf80d8420b4b54b0ef7c272ec4a656
-
Deomid Ryabkov authored
Some yak shaving along the way PUBLISHED_FROM=09c7cfbd98dcec961970dfad3f38e67912a5b06c
-
- 21 Mar, 2016 1 commit
-
-
Deomid Ryabkov authored
Moved filesystem-related code out of SJS and into common. Made it possible to have one, both or no filesystems enabled. FailFS is now SimpleLinkFS, SLFS (ahem). Example just serves a "Hello, world!" index page for now. PUBLISHED_FROM=0e98ee4b8d95782c10791522c42eae5a7ba314f9
-