14e003fcf2
components/log: regroup macros for better readability
Ivan Grokhotkov
2016-09-19 08:53:09 +08:00
d9338e64e5
gitlab-ci: allow running tests for branches, triggered via API
Ivan Grokhotkov
2016-09-18 23:12:50 +08:00
1188bdfc68
components/log: fix timestamp calculation
Ivan Grokhotkov
2016-09-18 21:06:43 +08:00
26bf85bad6
components/log: set default runtime log level to ESP_LOG_VERBOSE
Ivan Grokhotkov
2016-09-18 21:01:28 +08:00
3cdefd9923
components/log: fix error when using ESP_LOGx from C++ code
Ivan Grokhotkov
2016-09-18 20:51:57 +08:00
c72590c1b9
Merge branch 'bugfix/fix_memory_debug_macro_issue' into 'master'
Ivan Grokhotkov
2016-09-18 20:25:20 +08:00
69278b28bf
components/log: fix bugs, add options to override log level for files, components, and bootloader
Ivan Grokhotkov
2016-09-18 20:24:31 +08:00
015ae7e0d0
fix ledc and spi typo
Wangjialin
2016-09-18 19:24:43 +08:00
94bcb14bcc
remove prefix and postfix
Wangjialin
2016-09-18 19:05:37 +08:00
4d4c6a3694
Enable SO_REUSEADDR in LWIP
Jeroen Domburg
2016-09-18 16:43:48 +08:00
4c74ec9415
freertos: fix memory debug macro issue Define configENABLE_MEMORY_DEBUG according to CONFIG_ENABLE_MEMORY_DEBUG
liuzhifu
2016-09-18 15:35:42 +08:00
9938f512f3
peripheral structure headers: move volatile keyword from members to typedef
Ivan Grokhotkov
2016-09-18 12:36:33 +08:00
f703acd344
Adding -fstrict-volatile-bitfields to the CFLAGS/CXXFLAGS. Without this, gcc tries to access bitfields using the smallest possible methods (eg l8i to grab an 8-bit field from a 32-bit). Our hardware does not like that. This flag tells gcc that if a bitfield is volatile, it should always use the type the field is defined at (uint32_t in our case) to size its access to the field. This fixes accessing the hardware through the xxx_struct.h headers.
Jeroen Domburg
2016-09-18 12:10:01 +08:00
56586a10ac
Format code by using 4 spaces instead
qiyueixa
2016-09-14 14:42:17 +08:00
4d4506954a
Merge branch 'driver_merge_tmp/merge_soc_header' into 'master'
Wu Jian Gang
2016-09-14 14:12:39 +08:00
f32823ff6c
modify character conversion error and typo
Wangjialin
2016-09-14 13:16:34 +08:00
c13ab62e4c
modify i2s_reg.h, rebase to master
Wangjialin
2016-09-14 02:34:24 +08:00
41d397cf3f
Only modify headers in soc/ . Pass compiling under esp-idf-tests/merge_soc_tmp/merge_for_soc_headers branch.(only change some names of register and INUM).
Wangjialin
2016-09-13 23:02:03 +08:00
f02e5cdec7
Rename vender_ie_type_t and vendor_ie_id_t to wifi_vendor_ie_type_t and wifi_vendor_ie_id_t respectively
qiyueixa
2016-09-14 11:30:19 +08:00
d866fe84a4
modify arguments for vendor ie APIs by using enum instead
qiyueixa
2016-09-13 17:11:53 +08:00
fb64393f63
Merge branch 'feature/adjust_task_priority' into 'master'
Wu Jian Gang
2016-09-14 13:28:50 +08:00
01cc811ee0
esp32: fix typo
Wu Jian Gang
2016-09-14 13:26:17 +08:00
c1a874fb9e
esp32: fix kconfig
Wu Jian Gang
2016-09-14 12:55:41 +08:00
2fc60ba938
Merge branch master into feature/logging
Ivan Grokhotkov
2016-09-14 12:19:43 +08:00
174a0e3f8b
Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections.
Jeroen Domburg
2016-09-13 10:22:38 +08:00
1f6fca672d
installed gitlab key in global before_script, don't need to overwrite in template before_script
Yinling
2016-09-13 10:06:09 +08:00
417dcee450
ci: Use github repo for wifi libraries on master branch, gitlab repo otherwise
Angus Gratton
2016-09-13 11:34:28 +10:00
23d5c7579b
components/esp32,spi_flash: update some comments
Ivan Grokhotkov
2016-09-12 19:54:35 +08:00
1b6022bd07
components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE
Ivan Grokhotkov
2016-09-12 19:53:38 +08:00