- 07 Nov, 2016 1 commit
-
-
Deomid Ryabkov authored
Causes issues on Windows - looks like "parallel" makefiles do not handle spaces in directory names properly. PUBLISHED_FROM=5d83e737e9f81041db21fd82c32146471eac1764
-
- 06 Nov, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=3a99921093957c2ba9c1a0938fa00b3a29784d81
-
- 04 Nov, 2016 4 commits
-
-
Dmitry Frank authored
And pre-create directories for SDK for both nRF51 and nRF52. PUBLISHED_FROM=00caf156f48da92804c6af8efe323535fbc5497d
-
Dmitry Frank authored
Now all warnings are disabled on SDK files, and enabled on our application's files. Fixed a couple of things in nRF52 which were unnoticed because all warnings were disabled there from the beginning. PUBLISHED_FROM=a33ab22d0ce85efea364b80478986b88f4b0a3a2
-
Dmitry Frank authored
PUBLISHED_FROM=f8b4e8650d72c2ec5525e0510fbc8a80f8645a14
-
Dmitry Frank authored
Unfortunately it turns out Nordic's examples were able to build with GCC just because they suppressed all warnings; I had to do the same here because there are some macro redefinitions of arm-none-eabi-gcc and lwip. TODO: resolve that and do not suppress warnings. PUBLISHED_FROM=e65c7b0f2451f85765d958d7f67eb9262f7bc929
-
- 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 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=34e6028b68e286f81be7ba0f8ae73b760f144131
-