]>
granicus.if.org Git - esp-idf/log
wangmengyang [Sat, 30 Sep 2017 10:40:49 +0000 (18:40 +0800)]
component/bt: update bluetooth library to increase programming delay in EA
Jiang Jiang Jian [Sat, 30 Sep 2017 08:04:03 +0000 (16:04 +0800)]
Merge branch 'feature/ip_route_base_on_source_ip_v2.1' into 'release/v2.1'
Broadcast IP route based on source IP address.
See merge request !1218
Jiang Jiang Jian [Sat, 30 Sep 2017 07:53:34 +0000 (15:53 +0800)]
Merge branch 'bugfix/btdm_update_lib_for_2_1_1' into 'release/v2.1'
component/bt : update libbtdm_app.a
See merge request !1283
Jiang Jiang Jian [Sat, 30 Sep 2017 07:53:00 +0000 (15:53 +0800)]
Merge branch 'bugfix/btdm_fixbugs_for_ble_v2.1' into 'release/v2.1'
component/bt: fix ble bugs for v2.1
See merge request !1261
Angus Gratton [Wed, 27 Sep 2017 03:14:26 +0000 (11:14 +0800)]
Merge branch 'bugfix/bt_sdp_server_continuation_2.1' into 'release/v2.1'
bluedroid: Add continuation offset check to SDP server (backport to v2.1)
See merge request !1324
Angus Gratton [Tue, 26 Sep 2017 23:49:04 +0000 (09:49 +1000)]
bluedroid: Add continuation offset check to SDP server
Fix for CVE-2017-0785
https://android.googlesource.com/platform/system/bt/+/
818cf6f %5E%21/#F0
Tian Hao [Mon, 18 Sep 2017 13:18:47 +0000 (21:18 +0800)]
component/bt : update libbtdm_app.a
1. fix 0x3ffc0000 overwite bug
2. no cswitch jump table
3. fix hci controller to host flow control bug
4. fix SMP negtive LTK replay bug
5. btdm .data init bug
6. fix scan fail after long time bug
7. change pll track interrupt bits
zhiweijian [Thu, 14 Sep 2017 07:45:24 +0000 (15:45 +0800)]
Component/bt: add random address check for set_rand_addr()
zhiweijian [Tue, 12 Sep 2017 08:39:51 +0000 (16:39 +0800)]
Component/bt: abnormal behavior for update conn param command
Tian Hao [Mon, 28 Aug 2017 09:14:49 +0000 (17:14 +0800)]
component/bt : fix btc security storage bug
1. Remove the bond_device global variable.
2. Fix bond_device add cause memory exception
3. Modify the code location.
4. modify thread security
5. remove esp_ble_clear_bond_device_list() API
6. modify esp_ble_get_gond_device_list() to return list immediately, rather than wait event.
7. modify the gatt_security_server demo to show how to remove all the bonded devices.
8. fix some code bugs may cause something error.
9. modify gatt_security_server demo
Tian Hao [Fri, 8 Sep 2017 10:42:19 +0000 (18:42 +0800)]
component/bt : support remove bonded device
1. add feature of remove bonded devices.
2. fix SMP key size bug
3. fix privacy bug
4. fix gatt set value bug
5. add gatt security client demo
6. change gatt server/gatt client demo
Ivan Grokhotkov [Tue, 19 Sep 2017 06:06:33 +0000 (14:06 +0800)]
Merge branch 'bugfix/fix_set_locked_channel_typo_of_smartconfig' into 'release/v2.1'
fix set locked channel typo of smartconfig
See merge request !1156
Ivan Grokhotkov [Mon, 18 Sep 2017 10:26:27 +0000 (18:26 +0800)]
gitlab-ci: use specific version of build container
XiaXiaotian [Fri, 30 Jun 2017 08:18:29 +0000 (16:18 +0800)]
Broadcast IP route based on source IP address.
If destination IP address of the packet is broadcast address, firstly compare
source IP address with the that of each network interface. If it matches,
packet is forwarded from the interface.
XiaXiaotian [Fri, 25 Aug 2017 08:25:03 +0000 (16:25 +0800)]
fix set locked channel typo of smartconfig
Wu Jian Gang [Thu, 24 Aug 2017 12:40:11 +0000 (20:40 +0800)]
Merge branch 'bugfix/xtal_freq_40_2.1' into 'release/v2.1'
esp32: by default, set 40MHz crystal frequency
See merge request !1143
Ivan Grokhotkov [Wed, 23 Aug 2017 08:33:26 +0000 (16:33 +0800)]
esp32: by default, set 40MHz crystal frequency
Ivan Grokhotkov [Mon, 24 Jul 2017 11:42:36 +0000 (19:42 +0800)]
Merge branch 'feature/tw12244_add_more_comments_for_wifi_api_v2.1' into 'release/v2.1'
docs: add wifi doc
See merge request !1046
Liu Zhi Fu [Mon, 24 Jul 2017 06:52:00 +0000 (14:52 +0800)]
docs: add wifi doc
Add more comments about WiFi API usage
Ivan Grokhotkov [Sun, 23 Jul 2017 06:35:33 +0000 (14:35 +0800)]
Merge branch 'cherry-pick-
292c2abd ' into 'release/v2.1'
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
See merge request !1031
Ivan Grokhotkov [Thu, 20 Jul 2017 08:40:03 +0000 (16:40 +0800)]
examples: add missing nvs_flash.h include
Ivan Grokhotkov [Thu, 20 Jul 2017 06:57:04 +0000 (14:57 +0800)]
Merge branch 'bugfix/tw14046_scan_assert_in_non_sleep_mode' into 'release/v2.1'
Fix the bug that scan assert in non sleep mode.
See merge request !1023
Ivan Grokhotkov [Thu, 20 Jul 2017 06:25:49 +0000 (14:25 +0800)]
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
bt: call nvs_flash_init in examples, show error if NVS is not initialized
See merge request !1003
Ivan Grokhotkov [Thu, 20 Jul 2017 06:19:49 +0000 (14:19 +0800)]
Merge branch 'bugfix/btdm_rx_losing' into 'release/v2.1'
component/bt : update libbtadm_app.a (easing syncerr to fix RX packet losing bug)
See merge request !1029
Tian Hao [Thu, 20 Jul 2017 03:51:28 +0000 (11:51 +0800)]
component/bt : update libbtadm_app.a (easing syncerr to fix RX packet losing bug)
XiaXiaotian [Wed, 19 Jul 2017 06:12:14 +0000 (14:12 +0800)]
Fix the bug that scan assert in non sleep mode.
Jiang Jiang Jian [Tue, 18 Jul 2017 11:49:05 +0000 (19:49 +0800)]
Merge branch 'bugfix/l2cap_disc_tmo' into 'release/v2.1'
component/bt: fix a bug for L2CAP state machine to access lcb after it is released
See merge request !1015
wangmengyang [Mon, 17 Jul 2017 13:30:40 +0000 (21:30 +0800)]
component/bt: fix a bug for L2CAP state machine to access lcb after it is released
cherry-pick commit
6da84eff
Ivan Grokhotkov [Mon, 17 Jul 2017 13:18:32 +0000 (21:18 +0800)]
Merge branch 'cherry-pick-
5d736f7eca ' into 'release/v2.1'
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
See merge request !995
Jiang Jiang Jian [Mon, 17 Jul 2017 13:10:54 +0000 (21:10 +0800)]
Merge branch 'cherry-pick-
0c28b3bc ' into 'release/v2.1'
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
See merge request !996
Jiang Jiang Jian [Mon, 17 Jul 2017 13:10:30 +0000 (21:10 +0800)]
Merge branch 'cherry-pick-
5ac0503c ' into 'release/v2.1'
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
See merge request !999
Jiang Jiang Jian [Mon, 17 Jul 2017 13:10:04 +0000 (21:10 +0800)]
Merge branch 'cherry-pick-
4ec2abbf ' into 'release/v2.1'
Merge branch 'feature/some_refactor_for_tcpip_adapter' into 'master'
See merge request !1000
Jiang Jiang Jian [Thu, 13 Jul 2017 14:16:00 +0000 (22:16 +0800)]
Merge branch 'feature/some_refactor_for_tcpip_adapter' into 'master'
tcpip_adapter: not remove netif when tcpip adapter is stopped
See merge request !943
Jiang Jiang Jian [Thu, 13 Jul 2017 13:55:24 +0000 (21:55 +0800)]
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
component/bt: modify BTA_GATTC_KNOWN_SR_MAX for Multi-connection bug
See merge request !992
Ivan Grokhotkov [Thu, 13 Jul 2017 06:32:20 +0000 (14:32 +0800)]
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
component/bt: bugfix update connect params for gattc
See merge request !991
Angus Gratton [Wed, 12 Jul 2017 08:34:26 +0000 (16:34 +0800)]
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
In ecp_mul_comb(), if (!p_eq_g && grp->T == NULL) and ecp_precompute_comb() fails (which can happen due to OOM), then the new array of points T was leaked.
Ivan Grokhotkov [Wed, 12 Jul 2017 14:39:12 +0000 (22:39 +0800)]
Merge branch 'cherry-pick-
94877972 ' into 'release/v2.1'
freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable
See merge request !981
Angus Gratton [Tue, 11 Jul 2017 13:08:52 +0000 (21:08 +0800)]
Merge branch 'bugfix/minimal_stack_size' into 'master'
freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable
See merge request !979
Jiang Jiang Jian [Sun, 9 Jul 2017 03:52:23 +0000 (11:52 +0800)]
Merge branch 'bugfix/btdm_blufi_aes_cfb128_for_v2.1' into 'release/v2.1'
component/bt : comment out set_key_dec for res cfb128(software crypt)
See merge request !972
Jiang Jiang Jian [Sat, 8 Jul 2017 15:29:37 +0000 (23:29 +0800)]
Merge branch 'bugfix/btdm_update_lib_for_v2.1' into 'release/v2.1'
component/bt : update lib for fix register reg(follow V2.1 RC)
See merge request !973
Tian Hao [Sat, 8 Jul 2017 13:38:56 +0000 (21:38 +0800)]
component/bt : update lib for fix register reg(follow V2.1 RC)
Tian Hao [Sat, 8 Jul 2017 13:47:01 +0000 (21:47 +0800)]
component/bt : comment out set_key_dec for res cfb128(software crypt)
Jiang Jiang Jian [Sat, 8 Jul 2017 07:46:58 +0000 (15:46 +0800)]
Merge branch 'cherry-pick-
7a79d31d ' into 'release/v2.1'
fix reg operation missing
See merge request !966
Jiang Jiang Jian [Fri, 7 Jul 2017 17:11:26 +0000 (01:11 +0800)]
Merge branch 'bugfix/make_low_rate_work' into 'release/v2.1'
esp32: udpate wifi lib to make low rate work
See merge request !967
Liu Zhi Fu [Fri, 7 Jul 2017 14:47:39 +0000 (22:47 +0800)]
esp32: udpate wifi lib to make low rate work
Make low rate feature work
Tian Hao [Fri, 7 Jul 2017 11:10:02 +0000 (19:10 +0800)]
fix reg operation missing
Ivan Grokhotkov [Fri, 7 Jul 2017 03:14:03 +0000 (11:14 +0800)]
Merge branch 'cherry-pick-
6d03d42d ' into 'release/v2.1'
Merge branch 'bugfix/btdm_error_length_unit' into 'master'
See merge request !960
Ivan Grokhotkov [Fri, 7 Jul 2017 03:13:43 +0000 (11:13 +0800)]
Merge branch 'cherry_pick_to_release_v2.1' into 'release/v2.1'
Update release/v2.1 with some bug fixes
See merge request !952
Angus Gratton [Thu, 6 Jul 2017 07:52:47 +0000 (15:52 +0800)]
mbedtls unit tests: Allow for longer timeout using software SHA
Hardware SHA runs SHA operations faster than software...
Jiang Jiang Jian [Thu, 6 Jul 2017 06:48:29 +0000 (14:48 +0800)]
Merge branch 'bugfix/btdm_error_length_unit' into 'master'
Component/bt: fix bug for error length unit
See merge request !950
Ivan Grokhotkov [Thu, 6 Jul 2017 04:36:06 +0000 (12:36 +0800)]
soc: fix typo in register name
Ivan Grokhotkov [Thu, 6 Jul 2017 03:01:40 +0000 (11:01 +0800)]
esp_chip_info: populate ‘model’ field
Ivan Grokhotkov [Wed, 5 Jul 2017 03:47:02 +0000 (11:47 +0800)]
docs: update general notes section on IRAM/ISRs
- Remove outdated note that all ISRs should be in IRAM
- Replace “ISR handler” with “ISR” or “interrupt handler”
Ivan Grokhotkov [Wed, 5 Jul 2017 03:35:01 +0000 (11:35 +0800)]
docs: fix flash encryption key storage block, use same names as in TRM
Ivan Grokhotkov [Wed, 5 Jul 2017 03:29:53 +0000 (11:29 +0800)]
phy_init: fix log level for "PHY data partition validated" message
Angus Gratton [Wed, 5 Jul 2017 04:03:00 +0000 (12:03 +0800)]
mbedtls: Temporarily disable hardware acceleration in dual-core mode
Temporary fix, until DPORT bugs in crypto accelerators are completely fixed.
Ivan Grokhotkov [Tue, 4 Jul 2017 09:28:30 +0000 (17:28 +0800)]
Merge branch 'cherry-pick-
55b3ea9c ' into 'release/v2.1'
Merge branch 'bugfix/btdm_cherry-pick_ble_smp_bonding_issues' into 'master'
See merge request !949
Ivan Grokhotkov [Tue, 4 Jul 2017 09:28:17 +0000 (17:28 +0800)]
Merge branch 'cherry-pick-
3c082b47 ' into 'release/v2.1'
Merge branch 'bugfix/bt_avdt_state_machine' into 'master'
See merge request !948
Ivan Grokhotkov [Tue, 4 Jul 2017 09:28:00 +0000 (17:28 +0800)]
Merge branch 'cherry-pick-
176107f8 ' into 'release/v2.1'
update expiration date of wpa2 enterprise certificates to 2027/06/05.
See merge request !945
Simon Werner [Mon, 26 Jun 2017 23:58:49 +0000 (11:58 +1200)]
ESP_ERR_NVS_VALUE_TOO_LONG had conflicting value.
`ESP_ERR_NVS_VALUE_TOO_LONG` had conflicting value, its original value was `0x0c`, which is the same as `ESP_ERR_NVS_INVALID_LENGTH`
Ivan Grokhotkov [Tue, 27 Jun 2017 03:28:37 +0000 (11:28 +0800)]
nvs: add test for ESP_ERR_NVS_INVALID_LENGTH
Angus Gratton [Thu, 29 Jun 2017 23:39:54 +0000 (09:39 +1000)]
ipc task: Allow configuration of IPC task stack size
Fixes regression in
3fe0022ef
Angus Gratton [Thu, 29 Jun 2017 04:02:54 +0000 (14:02 +1000)]
stack sizes: Revert stack size increases added in
8d43859
Set min stack size to 2048 if AppTrace support is enabled, 512 bytes otherwise.
Angus Gratton [Wed, 28 Jun 2017 23:55:47 +0000 (09:55 +1000)]
dport_access: Fix spurious warning in unicore mode, refactor
Wangjialin [Tue, 27 Jun 2017 08:41:59 +0000 (16:41 +0800)]
bugfix(uart): fix bugs reported from github
1. uart_set_line_inverse API issue, https://github.com/espressif/esp-idf/issues/673
2. tx buffer length issue, https://github.com/espressif/esp-idf/issues/710
Angus Gratton [Thu, 29 Jun 2017 11:30:28 +0000 (21:30 +1000)]
newlib locks: Fix _lock_init() & _lock_init_recursive() failing to initialise a lock
If scheduler was running, and lock was an automatic variable (ie stack-allocated) to be initialised by _lock_init*,
initialisation could be skipped if the lock variable was non-zero (and lock would be left invalid).
In other cases the lock is statically initialised to zero by __LOCK_INIT*
Jiang Jiang Jian [Mon, 3 Jul 2017 11:41:56 +0000 (19:41 +0800)]
Merge branch 'bugfix/btdm_cherry-pick_ble_smp_bonding_issues' into 'master'
component/bt: Fixed the bug crash of disconnet BLE when close the SMP module in the menuconfig.
See merge request !941
Jiang Jiang Jian [Mon, 3 Jul 2017 11:41:46 +0000 (19:41 +0800)]
Merge branch 'bugfix/bt_avdt_state_machine' into 'master'
component/bt: bugfix for AVDTP state machine function on disconnection to handle NULL pointer condition
See merge request !946
XiaXiaotian [Wed, 7 Jun 2017 08:18:09 +0000 (16:18 +0800)]
update expiration date of wpa2 enterprise certificates to 2027/06/05.
Ivan Grokhotkov [Fri, 23 Jun 2017 08:32:51 +0000 (16:32 +0800)]
Merge branch 'bugfix/fatfs_unit_test_name' into 'master'
fatfs: fix duplicate unit test name
See merge request !911
Jiang Jiang Jian [Fri, 23 Jun 2017 07:24:04 +0000 (15:24 +0800)]
Merge branch 'bugfix/spiflash_rom_symbols' into 'master'
spiflash rom: Add symbols accidentally removed in refactor
See merge request !804
Ivan Grokhotkov [Fri, 23 Jun 2017 06:59:21 +0000 (14:59 +0800)]
fatfs: fix duplicate unit test name
Ivan Grokhotkov [Fri, 23 Jun 2017 03:46:41 +0000 (11:46 +0800)]
Merge branch 'bugfix/removed_pinlist' into 'master'
Pin List has been moved to the Datasheet, fixed links
See merge request !900
Ivan Grokhotkov [Fri, 23 Jun 2017 03:34:03 +0000 (11:34 +0800)]
Merge branch 'buxfix/panic_handler_not_halting_cpu' into 'master'
Panic Handler not halting when running on both cores
See merge request !903
Ivan Grokhotkov [Fri, 23 Jun 2017 03:33:27 +0000 (11:33 +0800)]
Merge branch 'bugfix/vfs_fixes' into 'master'
VFS fixes
See merge request !901
Ivan Grokhotkov [Fri, 23 Jun 2017 03:31:29 +0000 (11:31 +0800)]
Merge branch 'bugfix/sdmmc_send_init_bits' into 'master'
sdmmc: send init sequence to card before MMC_GO_IDLE_STATE
See merge request !906
Jiang Jiang Jian [Thu, 22 Jun 2017 12:50:37 +0000 (20:50 +0800)]
Merge branch 'bugfix/btdm_ble_update_conn_params_issues' into 'master'
component/bt: Modifed the update connection method to fixed the bug of connectio…
See merge request !889
Jiang Jiang Jian [Thu, 22 Jun 2017 08:38:48 +0000 (16:38 +0800)]
Merge branch 'bugfix/fix_ieee80211_output_assert_and_restore_task_priority_in_wifi_lib' into 'master'
Fix the bug that lora vendor size was not added to probe response.
See merge request !908
Jiang Jiang Jian [Thu, 22 Jun 2017 08:38:14 +0000 (16:38 +0800)]
Merge branch 'bugfix/hci_acl_ctlr_to_host_fc' into 'master'
component/bt: bugfix for NULL pointer access when HCI CTLR to HOST flow control is in use
See merge request !907
Yulong [Thu, 22 Jun 2017 07:53:27 +0000 (03:53 -0400)]
component/bt: Added the error log to the l2cble_start_conn_update func.
XiaXiaotian [Thu, 22 Jun 2017 07:06:58 +0000 (15:06 +0800)]
Fix the bug that lora vendor size was not added to probe response.
Restore priority of tasks in wifi lib.
wangmengyang [Thu, 22 Jun 2017 06:59:51 +0000 (14:59 +0800)]
component/bt: bugfix for NULL pointer access when HCI CTLR to HOST flow control is in use
Ivan Grokhotkov [Thu, 22 Jun 2017 03:48:34 +0000 (11:48 +0800)]
Merge branch 'bugfix/vfs_write_return_type' into 'master'
Change esp_vfs_t.write return value to ssize_t
See merge request !897
James Sarrett [Thu, 11 May 2017 07:10:52 +0000 (00:10 -0700)]
send bus initialization bits before MMC_GO_IDLE_STATE command to initialize card after poweron
Jiang Jiang Jian [Thu, 22 Jun 2017 03:03:01 +0000 (11:03 +0800)]
Merge branch 'bugfix/btdm_modify_some_log_info' into 'master'
component /bt: modify some log infor
See merge request !905
Jiang Jiang Jian [Wed, 21 Jun 2017 13:24:54 +0000 (21:24 +0800)]
Merge branch 'bugfix/hci_le_rd_rmt_used_feats' into 'master'
component/bt: bugfix for hci_le_rd_rmt_used_feats_cmd handler which does not check connection state
See merge request !904
Darian Leung [Tue, 20 Jun 2017 12:13:13 +0000 (20:13 +0800)]
Bugfix - Panic Handler not halting when running on both cores
Bug occurs when core dump destination in menuconfig is set to flash. When
programme crashes, xt_unhandled_exception or panicHandler will both trigger
commonErrorHandler. commonErrorHandler calls esp_core_dump_to_flash which
will attempt to use DPORT functions and hang due to trying to a stall and already
stalled processor (already stalled in xt_unhandled_exception and panicHandler).
Program will eventually be rebooted when wdt expires.
Added esp_dport_access_int_deinit after calls to haltOtherCore() so that DPORT
functions don't try to halt and already halted cpu hence preventing hang.
Fixes TW#12944 https://github.com/espressif/esp-idf/issues/646
wangmengyang [Wed, 21 Jun 2017 07:52:32 +0000 (15:52 +0800)]
component/bt: bugfix for hci_le_rd_rmt_used_feats_cmd handler which does not check connection state
Yulong [Wed, 21 Jun 2017 06:39:36 +0000 (02:39 -0400)]
component/bt: Change the l2cble_start_conn_update return value to BOOLEAN.
Ivan Grokhotkov [Wed, 21 Jun 2017 06:17:14 +0000 (14:17 +0800)]
vfs: add support for nested mount points
Fixes https://github.com/espressif/esp-idf/issues/135
krzychb [Wed, 21 Jun 2017 06:13:42 +0000 (08:13 +0200)]
Pin List has been moved to the Datasheet, fixed links
Ivan Grokhotkov [Wed, 21 Jun 2017 05:54:04 +0000 (13:54 +0800)]
vfs: fix NULL pointer dereference in esp_vfs_unregister
zhiweijian [Tue, 20 Jun 2017 09:54:28 +0000 (17:54 +0800)]
Component /bt: modify some log infor
Ivan Grokhotkov [Tue, 20 Jun 2017 17:21:14 +0000 (01:21 +0800)]
vfs: fix opendir of a filesystem root directory
Previously opendir("/data") would fail if filesystem with "data" prefix
was registered in VFS, while opendir("/data/") would succeed.
This change fixes handling for the former case and adds relevant tests.
Ivan Grokhotkov [Tue, 20 Jun 2017 09:27:08 +0000 (17:27 +0800)]
Merge branch 'bugfix/uxTaskGetSystemState_github_#12142' into 'master'
Bugfix for uxTaskGetSystemState
See merge request !883
Ivan Grokhotkov [Tue, 20 Jun 2017 09:25:03 +0000 (17:25 +0800)]
Merge branch 'bugfix/doc_bugfixes' into 'master'
Corrected small issues in documentation, fixes #694 and merges #706
See merge request !894
Jiang Jiang Jian [Tue, 20 Jun 2017 09:12:44 +0000 (17:12 +0800)]
Merge branch 'bugfix/tw13318_wifi_fail_connect_to_TP842N' into 'master'
esp32: update wifi lib to fix two wifi connect issues
See merge request !893
krzychb [Mon, 19 Jun 2017 20:15:05 +0000 (22:15 +0200)]
Fixed link to JTAG Debugging for ESP32
krzychb [Mon, 19 Jun 2017 20:12:54 +0000 (22:12 +0200)]
[TW#13322] Typo in documentation, fixes #694
José Luis Aracil Gómez del Campo [Fri, 16 Jun 2017 15:34:47 +0000 (17:34 +0200)]
Update README.md, merges #706
Signed-off-by: krzychb <krzychb@gazeta.pl>