- 26 Oct, 2016 8 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=51652f0157bb951a43508f0fe948c62c351e96ba
-
Alexander Alashkin authored
PUBLISHED_FROM=c393396605d5418fda4ff386170bb9a6d6658a93
-
Deomid Ryabkov authored
PUBLISHED_FROM=b860ada45e76b0e04d214fedb04f5a7dd9c7d8f0
-
Alexander Alashkin authored
PUBLISHED_FROM=31f8f61de954fa3a36ebad162bdb730c0db95b58
-
Dmitry Frank authored
By making dir hierarchy replicate that of examples provided with the nRF IoT SDK. Also, example for Keil uVision IDE is added. PUBLISHED_FROM=1a3d9a54d15eb1acfb1b5d162138576a387ed21c
-
Sergey Lyubka authored
PUBLISHED_FROM=bac8c10063215f7f7163f607213d15a3c5f81552
-
Deomid Ryabkov authored
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
-
Sergey Lyubka authored
PUBLISHED_FROM=73ef8ae768585d3c204e6e022848f49e8f4a8de2
-
- 25 Oct, 2016 4 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=ec1cb82cc2404cfe2abdf3bd445ddec3d4ff3e57
-
Deomid Ryabkov authored
* Make kr_{send,recv} report status via return code instaed of errno * Move mg_if_* recv and connect callback invocation out of LWIP callbacks: these can be nested and we don't want that to happen to our callbacks. Instead, we post events for the event manager to process during next poll. PUBLISHED_FROM=9b3c1de796fae381dea1641807e51d7a897a398e
-
Dmitry Frank authored
(It compiles, but doesn't really work yet) PUBLISHED_FROM=0382d355a343bdab9c9eeed87229efe90c30c40b
-
Marko Mikulicic authored
PUBLISHED_FROM=327a8d729519aa0ad953594a32d63fddac4d1ec9
-
- 24 Oct, 2016 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=961e25e133eff8ee168557f186713d5babbd0c5f
-
Dmitry Frank authored
PUBLISHED_FROM=d9d979057d5269ac32d16545dd2489485bda642a
-
- 22 Oct, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=a121a15698884203a573741e73fefaa5923dce4d
-
- 21 Oct, 2016 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=00e4c01cc2bccd63b0f18b797e2c0503a489ef6f
-
Marko Mikulicic authored
PUBLISHED_FROM=d0c765e56e926c2f2e57cc95dc3ffbdef93c98c3
-
Ilia Penev authored
PUBLISHED_FROM=43532ec3951779d17438b457fe6de6dea8f514fd
-
Marko Mikulicic authored
PUBLISHED_FROM=edf899f7493b70660006fd605f0301a44cd16356
-
- 20 Oct, 2016 6 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=c1aeef9dc25baba794b3269b44441c5bafbca5a8
-
Deomid Ryabkov authored
PUBLISHED_FROM=b7cf888512e535fcb81371d797bf8a72440baeaa
-
Deomid Ryabkov authored
PUBLISHED_FROM=9efa7b516d0541e9f6f8002aa24cf7115f0d9b2b
-
Deomid Ryabkov authored
- Enable parallel build - Generate FW in bin format PUBLISHED_FROM=ce7d827b42f5619c58287f5c71191c54261d8de1
-
Deomid Ryabkov authored
PUBLISHED_FROM=df1d2f45c0eea6e3f9b749b539c696684be74155
-
Deomid Ryabkov authored
PUBLISHED_FROM=c3e39efb339ed9ae45ac4bbb3bd421704ea5a143
-
- 19 Oct, 2016 4 commits
-
-
Dmitry Frank authored
Example is not yet added PUBLISHED_FROM=2732386091a0d4cd8d4c6e64dc16467780ec72a5
-
Sergey Lyubka authored
PUBLISHED_FROM=6f3ba456089f4812ac7e5e1d7456f7f36a7157bc
-
Deomid Ryabkov authored
PUBLISHED_FROM=36289eddbb3c5c172c36ab737e2f23c763058ed2
-
Deomid Ryabkov authored
Update compiler version to 5.2.8 PUBLISHED_FROM=5e9cd9571127d980b9d4dbe78f2aefb78a4d90f5
-
- 18 Oct, 2016 6 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=cb5d5afe166f637082d4b1d1bce5d9c263e91fd0
-
Deomid Ryabkov authored
LWIP part has been finally fully split from the ESP part, and ESP platform defs reduced to bare minimum. It is now possible to use LWIP in either low-level or socket mode without any ESP dependencies, and NXP Kinetis platform is the first to make use of it. PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
-
Sergey Lyubka authored
PUBLISHED_FROM=92e6e136946fd1f376e6ecbeea30f106caccaae5
-
novlean authored
-
novlean authored
-
novlean authored
Updated with changes.
-
- 17 Oct, 2016 5 commits
-
-
Deomid Ryabkov authored
Disable sync resolver by default. PUBLISHED_FROM=dbaed194e5fe211c07564fe6880649a1aee7f662
-
Deomid Ryabkov authored
Possible values: MG_NET_IF_SOCKET (1) - traditional BSD socket API MG_NET_IF_SIMPLELINK (2) - TI's SimpleLink socket interface MG_NET_IF_LWIP_LOW_LEVEL - a net_if implementation that uses LWIP's low-level API, when LWIP_SOCKET is not available. PUBLISHED_FROM=a5c0aebb7b6bdb1f1f4cb3210763d16f3ab5e133
-
Marko Mikulicic authored
mbed-os is a directory that gets checked out by the mbed cli (a tool similar in spirit to miot) and it contains a lot of .c sources, so many of them that clang-format burns your CPU. While we're at it, also fix check_no_ifdefs when running under a commit hook. PUBLISHED_FROM=e5dd457ea3c4f9bd880f2491fb322dffa7abf70a
-
Dmitry Frank authored
PUBLISHED_FROM=bdbd9416f73f84a3d8afbffe886d0922c36769d4
-
Alexander Alashkin authored
PUBLISHED_FROM=ec3ed105e29251bdd9b8ad08e8e56c0873ced8ae
-