- 03 Nov, 2016 1 commit
-
-
Dmitry Frank authored
Now it works in hardware. PUBLISHED_FROM=f223bde2d2bebe97513ce073eb887552bc3d93af
-
- 02 Nov, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c3d59657adff247f565bf0be59192e32d5d0bbf6
-
Alexander Alashkin authored
PUBLISHED_FROM=2a76ccddb62b63caeaca3785a07d7d0b94125eaf
-
- 01 Nov, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=57c62a4123a54ecb455dbf91f3fe562fb0cf2ec2
-
- 31 Oct, 2016 2 commits
-
-
Deomid Ryabkov authored
Also, do not require -DRTOS_SDK and pick socket/low-level event manager based on LWIP_SOCKET. PUBLISHED_FROM=d4afbdf8dab62a1c6ac4ca075c4a58887223dba4
-
Deomid Ryabkov authored
PUBLISHED_FROM=ec4c4ec1ca7fee10c67fbba5a603d59fe44a046d
-
- 28 Oct, 2016 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=d823db5e8b2831201e22bbdd3188e93bbbbbbb09
-
Dmitry Frank authored
PUBLISHED_FROM=6af3ed56802d2619f673c36059370440a0c06397
-
- 27 Oct, 2016 3 commits
-
-
Dmitry Frank authored
Keil actually saves project on disk only when the project is closed, that's why these changes were missing before PUBLISHED_FROM=d8ebdaa009ff5676bf6c16aaa2fe8356b03d3b8b
-
Dmitry Frank authored
PUBLISHED_FROM=7b02f8e7bb85ce1b45f872610645e619de5e313a
-
Sergey Lyubka authored
PUBLISHED_FROM=017e707ea2bd7b1d1972fbb92e5d98c74e17e9d0
-
- 26 Oct, 2016 5 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=51652f0157bb951a43508f0fe948c62c351e96ba
-
Alexander Alashkin authored
PUBLISHED_FROM=c393396605d5418fda4ff386170bb9a6d6658a93
-
Deomid Ryabkov authored
PUBLISHED_FROM=b860ada45e76b0e04d214fedb04f5a7dd9c7d8f0
-
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
-
Deomid Ryabkov authored
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
-
- 24 Oct, 2016 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=d9d979057d5269ac32d16545dd2489485bda642a
-
- 21 Oct, 2016 2 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=d0c765e56e926c2f2e57cc95dc3ffbdef93c98c3
-
Marko Mikulicic authored
PUBLISHED_FROM=edf899f7493b70660006fd605f0301a44cd16356
-
- 20 Oct, 2016 5 commits
-
-
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 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=36289eddbb3c5c172c36ab737e2f23c763058ed2
-
Deomid Ryabkov authored
Update compiler version to 5.2.8 PUBLISHED_FROM=5e9cd9571127d980b9d4dbe78f2aefb78a4d90f5
-
- 18 Oct, 2016 2 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
-
- 17 Oct, 2016 1 commit
-
-
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
-
- 14 Oct, 2016 4 commits
-
-
Deomid Ryabkov authored
Factor out SSI and WS code from http.c HTTP + WS are enabled by default, but MQTT is built without HTTP support as a compilation test. PUBLISHED_FROM=925ed9a55abb193ed7deac1c9675a0e5b35dca50
-
Deomid Ryabkov authored
PUBLISHED_FROM=026810475d98df117ab1dadf40276759190aad19
-
Deomid Ryabkov authored
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
-
Marko Mikulicic authored
The build has been broken because MQTT has been disabled during some refactoring but never caught because this example was never built on CI. PUBLISHED_FROM=b67051ff948f1ac89448fc707f41cdf5d48cdaaf
-
- 13 Oct, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=34e6028b68e286f81be7ba0f8ae73b760f144131
-
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
-
- 30 Sep, 2016 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=cda885a9dc5d1203b7b59b13ea7fd7934b31260a
-
Deomid Ryabkov authored
PUBLISHED_FROM=4f0adab828ebf06dbc3e0c4333bf0053f374b62f
-