- 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 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=cda885a9dc5d1203b7b59b13ea7fd7934b31260a
-
Deomid Ryabkov authored
PUBLISHED_FROM=4f0adab828ebf06dbc3e0c4333bf0053f374b62f
-
Alexander Alashkin authored
PUBLISHED_FROM=cda885a9dc5d1203b7b59b13ea7fd7934b31260a
-
Deomid Ryabkov authored
PUBLISHED_FROM=f45e06aeba1c00212078d539b6f74cb8bd054326
-
- 29 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=f43dc48512ff13028a57571b537c41d9658034b5
-
- 28 Sep, 2016 2 commits
-
-
Deomid Ryabkov authored
So they are distinct from CC3200 projects during import Also update compiler version (5.2.7 -> 5.2.8) PUBLISHED_FROM=23834212eb51ad068579726a2870e8e6ae87ab9c
-
Marko Mikulicic authored
Main TODOs: 1. the spec requires the impl to resend the reply once and to send gratuitous updates 2. advertise our clubby services as DNS-SD sub-services. --- Tested with: 1. https://play.google.com/store/apps/details?id=com.grokkt.android.bonjour&hl=en 2. https://play.google.com/store/apps/details?id=com.druk.bonjour.browser&hl=en 3. osx `dns-sd` Works well enough; it doesn't have some glitches due the fact that we don't retransmit yet and we don't send gratuitous updates. PUBLISHED_FROM=38d7a50beb274d4aeeda5b0b58e44dfa0789da84
-
- 23 Sep, 2016 1 commit
-
-
Marko Mikulicic authored
PUBLISHED_FROM=c5f6b0c64bc1e43030743b6aae5d06ae231df5dc
-
- 16 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9e29cac6a7d4b632b7f4a3ab0fe5411368ad0f5a
-
- 15 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=450e5c045b6515fba0e0614c6d76a58712c72160
-
- 09 Sep, 2016 3 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=c494ab910d0b1b98ea6ea4024450c60d0abff01d
-
Dmitry Frank authored
PUBLISHED_FROM=4b6f7b6fb4559e085c93f5f8827b8fae1701de70
-
Sergey Lyubka authored
PUBLISHED_FROM=c494ab910d0b1b98ea6ea4024450c60d0abff01d
-
- 05 Sep, 2016 2 commits
-
-
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
-
Alexander Alashkin authored
PUBLISHED_FROM=7f805d89dcb795c9b3ee637ef1dbdcfcf3323469
-
- 31 Aug, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=73e7ed5dd69cbca00ad6f67125915fbfb296770b
-
- 26 Aug, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=20d24793d766ee289c6bde95bd5ad01202cd614b
-
- 22 Aug, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=8945dc72ce22d48c582e7cdd01348494677ac5bb
-
- 18 Aug, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=993c4b1bec363e3f7975b83710e694792bedf5b3
-
- 16 Aug, 2016 2 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=f85aaf2215f8323866eab9fb5143407b44fa1959
-
Artem Bulavin authored
PUBLISHED_FROM=4eead54610606827963e7c244fcd8ab9a13d4c07
-
- 12 Aug, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=b2454104b99100f23db0777f874ab8a33727acca
-
- 08 Aug, 2016 4 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c118b2796f697e8d5493bb3d534cee7406060c1a
-
Deomid Ryabkov authored
Use templated index page and SSI calls instead of hard-coded html PUBLISHED_FROM=eade9dfe283952ed5465cd0ff1924f61a14dea0c
-
Deomid Ryabkov authored
PUBLISHED_FROM=5a24bda9029db3fc7bf04dc871656d65d551f4ab
-
Deomid Ryabkov authored
PUBLISHED_FROM=243437cf7d48b04aef3896bc4c5d4010975299a4
-
- 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
-
- 06 Jul, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=1599cf1d06c8f177918cbcf574c28c9e93d56d39
-
- 01 Jul, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
-
- 28 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=2daba7380508df24d909f922c5009286b4d8e7cf
-
- 20 Jun, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40
-
- 13 Jun, 2016 2 commits
-
-
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
-
rojer authored
PUBLISHED_FROM=61b87fcee909241d5bdf2ba7407003c0c3cfbd72
-