Commit Graph

  • a233619429 CI: Pass IDF_PATH to build_system_tests.sh Angus Gratton 2016-08-24 13:31:33 +0800
  • 29c2e58c75 'Merge branch 'thread_local_storage_delete_callbacks' into 'master' Jeroen Domburg 2016-08-24 13:29:06 +0800
  • a278c51d3e Make: Building the bootloader depends on syncing its sdkconfig from the top-level project Angus Gratton 2016-08-24 13:23:00 +0800
  • 116e730132 Makefile: Don't re-build libraries or re-link ELF files if nothing has changed in the component Angus Gratton 2016-08-24 13:02:51 +0800
  • 938d13c5a3 Makefile: Rename $(vecho) to $(summary), add new $(details) for echoing details when V=1 Angus Gratton 2016-08-24 13:02:24 +0800
  • 1fd22c5748 make bootloader: Always recurse into bootloader directory to check source dependencies Angus Gratton 2016-08-24 12:26:13 +0800
  • 528638f5eb Add build system test (via bash script) Angus Gratton 2016-08-24 12:16:26 +0800
  • 94bcf9d994 Merge branch 'feature/docs_linux_gettingstarted' into 'master' Ivan Grokhotkov 2016-08-24 12:06:18 +0800
  • 2ee17ef950 docs: update linux getting started guide Ivan Grokhotkov 2016-08-24 11:17:15 +0800
  • 11271b418f Merge branch 'bugfix/ci-menuconfig-noninteractive' into 'master' Ivan Grokhotkov 2016-08-23 23:13:50 +0800
  • 05ad6c4aaf Update second instance of SDK_PATH to IDF_PATH Angus Gratton 2016-08-23 18:23:50 +0800
  • 57f0b96eea docs: add linux getting started guide Ivan Grokhotkov 2016-08-23 17:25:32 +0800
  • b21a5918a5 gitlab-ci: run make defconfig before make all to update sdkconfig Ivan Grokhotkov 2016-08-23 16:19:49 +0800
  • f19ac2b927 make: add defconfig, don't run silentoldconfig before menuconfig Ivan Grokhotkov 2016-08-23 16:18:36 +0800
  • 0971a39112 Change SDK_PATH to IDF_PATH Ivan Grokhotkov 2016-08-23 15:40:51 +0800
  • 2a2f75463c Merge 87e2232406 into 553b08cd5e rudi ;-) 2016-08-23 07:38:35 +0000
  • 553b08cd5e Merge branch 'feature/configurable_add_lf_after_cr_printf' into 'master' Jeroen Domburg 2016-08-23 15:09:13 +0800
  • d579040e32 Add cr after a lf is printed (configurable) Jeroen Domburg 2016-08-23 15:02:27 +0800
  • c56d0a999e Add config option for NEWLIB_STDOUT_ADDCR functionality Jeroen Domburg 2016-08-23 15:08:30 +0800
  • 0f35ff8a98 Merge branch 'feature/nvs_tests' into 'master' Ivan Grokhotkov 2016-08-23 15:06:06 +0800
  • 9ef827ae20 components/nvs: strlcpy is not available on Linux, replace with strncpy and terminate strings explicitly Ivan Grokhotkov 2016-08-23 15:14:13 +0800
  • 3df4130eb7 components/nvs: run small number of tests as part of CI builds Ivan Grokhotkov 2016-08-23 12:54:09 +0800
  • b783e2ffab components/nvs: fix typos in readme Ivan Grokhotkov 2016-08-23 12:07:23 +0800
  • a65e019451 components/nvs: fix host build with GCC 4.9, add coverage report generation Ivan Grokhotkov 2016-08-22 14:16:21 +0800
  • 7998b6ca2e components/nvs: handle more cases where sudden power off may happen Ivan Grokhotkov 2016-08-22 12:11:32 +0800
  • 7447d08605 components/nvs: clear handles list on init, fix returning *length in nvs_get_{str,blob} Ivan Grokhotkov 2016-08-22 11:58:13 +0800
  • 35d50643bc components/nvs: fix infinite loop when loading namespaces Ivan Grokhotkov 2016-08-22 11:50:31 +0800
  • f04c894123 components/nvs: add debugging facilities and runtime checks Ivan Grokhotkov 2016-08-22 11:46:44 +0800
  • 3ce433cfd1 components/nvs: make some methods const Ivan Grokhotkov 2016-08-22 10:30:35 +0800
  • 49b2dfea1e Merge branch 'feature/esptoolpy_performance' into 'master' Jeroen Domburg 2016-08-23 11:52:03 +0800
  • 1a02247c27 Merge branch 'feature/docs_osx_gettingstarted' into 'master' Ivan Grokhotkov 2016-08-23 11:36:15 +0800
  • 5c452c033f Merge branch 'feature/gitlab-ci' into 'master' Ivan Grokhotkov 2016-08-23 11:22:15 +0800
  • 00eed0deed docs: macOS update started guide Ivan Grokhotkov 2016-08-23 10:38:05 +0800
  • ad90dd81a6 docs: add setup guide for macOS Ivan Grokhotkov 2016-08-19 14:47:25 +0800
  • a8ec1a0824 gitlab-ci: push master to GitHub master on success Ivan Grokhotkov 2016-08-22 18:19:08 +0800
  • aa4c31f3b0 esptool.py & Makefile: Fix compressed upload support (enabled by default) Angus Gratton 2016-08-22 18:43:47 +0800
  • 550c7a4446 esptool.py: Set higher baud rates on ESP32 Angus Gratton 2016-08-22 18:31:44 +0800
  • eeb0811088 Merge branch 'default_freq' into 'master' Angus Gratton 2016-08-22 17:38:00 +0800
  • 387c05b560 gitlab-ci: initial version Ivan Grokhotkov 2016-08-22 15:02:22 +0800
  • ab21d1d9f2 Merge branch 'bugfix/spurious_uninitialized_mux_notice' into 'master' Jeroen Domburg 2016-08-22 17:33:29 +0800
  • f34110009a Add C99-style named field in initialisation struct Jeroen Domburg 2016-08-22 17:45:46 +0800
  • 609f75a8c0 Oops, left in a debugging break.n. Removed. Jeroen Domburg 2016-08-22 17:41:55 +0800
  • 925fbb587e Add static initializers for muxes, add mutex init to vPortCPUAcquireMutex Jeroen Domburg 2016-08-22 17:36:32 +0800
  • 893ce242a1 rtos: change XT_CLOCK_FREQ from 13MHz to 80MHz Wu Jian Gang 2016-08-22 12:04:14 +0800
  • 87e2232406 edit the formated double " to the right `` rudi ;-) 2016-08-19 13:14:52 +0200
  • e1bc03b871 edit the formated double " to the right `` rudi ;-) 2016-08-19 13:01:43 +0200
  • f853f94335 Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf Angus Gratton 2016-08-19 14:32:35 +0800
  • 9ec0e1545d Standardise remaining uses of SDK to ESP-IDF Angus Gratton 2016-08-19 14:30:39 +0800
  • fffba81bd3 Make: Add some "magic" to try and pull git submodules if missing Angus Gratton 2016-08-19 14:20:28 +0800
  • ceafd59d91 Windows-setup: Remove direct download option as it doesn't work Angus Gratton 2016-08-19 14:08:11 +0800
  • 1643bab9c5 Merge branch 'ag_make_fixes' into 'master' Angus Gratton 2016-08-19 14:29:06 +0800
  • b0f530d004 Makefile: bootloader-clean shouldn't clean config or partition table Angus Gratton 2016-08-19 12:16:06 +0800
  • d4eb1d137f Initial version of template application Ivan Grokhotkov 2016-08-18 22:31:54 +0800
  • 14eb490bb3 make: 'make all' default target builds everything, 'make flash' flashes everything Angus Gratton 2016-08-18 17:11:27 +0800
  • 73001bcda2 Move details about partition tables to their own ReST doc in docs/ Angus Gratton 2016-08-18 17:46:34 +0800
  • 9552b0e6f0 Fix 'make bootloader' not printing instructions Angus Gratton 2016-08-18 16:59:38 +0800
  • df4eeac5a2 Fix documentation errors/typos Angus Gratton 2016-08-18 12:41:47 +0800
  • 9e0c80688b Fix gen_esp32part.py locations & documentation (thanks @wujiangang\!) Angus Gratton 2016-08-18 12:38:51 +0800
  • 45d1baa24b Make: Fix make bootloader, make bootloader-flash, cleaning of bootloader Angus Gratton 2016-08-18 12:36:15 +0800
  • bd6ea4393c Initial public version Ivan Grokhotkov 2016-08-17 23:08:22 +0800