2016-08-26 |
xiaxiaotian | Merge branch 'wifi' of ssh://gitlab.espressif.cn:27227... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
xiaxiaotian | Fix the bug that the query reault is 'connected' when... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
liuzhifu | impact components: lwip/freertos |
commit | commitdiff | tree | snapshot |
2016-08-26 |
xiaxiaotian | add got ip event handler |
commit | commitdiff | tree | snapshot |
2016-08-26 |
liuzhifu | fix socket compile error |
commit | commitdiff | tree | snapshot |
2016-08-26 |
liuzhifu | modify tcpip_dep_dhcpc_stop to tcpip_adapter_dhcpc_stop |
commit | commitdiff | tree | snapshot |
2016-08-26 |
liuzhifu | add debug info to wifi.c |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | FreeRTOS: Convert portMUX_DEBUG to a configuration... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | newlib locking: Fix bug w/ _lock_close not clearing... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | Merge branch 'master' into feature/newlib_locking |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Jeroen Domburg | Merge branch 'bugfix/tskNO_AFFINITY_ambiguous' into... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | Rename build_system_tests to less-ambiguous test_build_... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | build_system_tests.sh: Replace use of second-precision... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | FreeRTOS: Change tskNO_AFFINITY value to not match... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | Merge branch 'master' into feature/newlib_locking |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | Merge branch 'master' into feature/newlib_locking |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Ivan Grokhotkov | Merge branch 'bugfix/dualcore_startup' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Angus Gratton | Merge remote-tracking branch 'origin/bugfix/dualcore_st... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Ivan Grokhotkov | Merge branch 'bugfix/make_tests_noninteractive' into... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Ivan Grokhotkov | make: update template configuration before running... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Ivan Grokhotkov | Merge branch 'bugfix/dram_attr' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | newlib locking: Remove lock table, much simpler impleme... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | Merge branch 'bugfix/bootloader_incremental_build'... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | Merge branch 'feature/openocd-freertos-support_try2... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | Undo two empty lines |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | Undo submodule commit |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | FreeRTOS: Add xQueueGetMutexHolder support |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | newlib locking: Turns out the "hack" is the way to... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | FreeRTOS: Configure configASSERT fail behaviour, abort... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | Add symbol needed for OpenOCD to detect FreeRTOS, add... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | Add files I forgot (FreeRTOS-openocd.c and panic.h) |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | components/esp32: fix DRAM_ATTR attribute |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | components/bootloader: fix enabling cache for APP CPU |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | components/esp32: fix and clean up dual core startup |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Add hack of explicitly locking stdout |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Add newlib libc locking using FreeRTOS primitives |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | freertos: Change variable name in comment |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | CI: Pass IDF_PATH to build_system_tests.sh |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Jeroen Domburg | 'Merge branch 'thread_local_storage_delete_callbacks... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Make: Building the bootloader depends on syncing its... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Makefile: Don't re-build libraries or re-link ELF files... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Makefile: Rename $(vecho) to $(summary), add new $... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | make bootloader: Always recurse into bootloader directo... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Angus Gratton | Add build system test (via bash script) |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | Merge branch 'feature/docs_linux_gettingstarted' into... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
Ivan Grokhotkov | docs: update linux getting started guide |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | Merge branch 'bugfix/ci-menuconfig-noninteractive'... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | docs: add linux getting started guide |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | gitlab-ci: run make defconfig before make all to update... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | make: add defconfig, don't run silentoldconfig before... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Jeroen Domburg | Merge branch 'feature/configurable_add_lf_after_cr_prin... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Jeroen Domburg | Add cr after a lf is printed (configurable) |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | Merge branch 'feature/nvs_tests' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: strlcpy is not available on Linux,... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: run small number of tests as part of... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: fix typos in readme |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: fix host build with GCC 4.9, add covera... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: handle more cases where sudden power... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: clear handles list on init, fix returni... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: fix infinite loop when loading namespaces |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: add debugging facilities and runtime... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | components/nvs: make some methods const |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Jeroen Domburg | Merge branch 'feature/esptoolpy_performance' into ... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | Merge branch 'feature/docs_osx_gettingstarted' into... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | Merge branch 'feature/gitlab-ci' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ivan Grokhotkov | docs: macOS update started guide |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ivan Grokhotkov | docs: add setup guide for macOS |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ivan Grokhotkov | gitlab-ci: push master to GitHub master on success |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Angus Gratton | esptool.py & Makefile: Fix compressed upload support... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Angus Gratton | esptool.py: Set higher baud rates on ESP32 |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Angus Gratton | Merge branch 'default_freq' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Ivan Grokhotkov | gitlab-ci: initial version |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Jeroen Domburg | Merge branch 'bugfix/spurious_uninitialized_mux_notice... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Jeroen Domburg | Add C99-style named field in initialisation struct |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Jeroen Domburg | Oops, left in a debugging break.n. Removed. |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Jeroen Domburg | Add static initializers for muxes, add mutex init to... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
Wu Jian Gang | rtos: change XT_CLOCK_FREQ from 13MHz to 80MHz |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Use IDF_PATH instead of SDK_PATH for the environment... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Standardise remaining uses of SDK to ESP-IDF |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Make: Add some "magic" to try and pull git submodules... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Windows-setup: Remove direct download option as it... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Merge branch 'ag_make_fixes' into 'master' |
commit | commitdiff | tree | snapshot |
2016-08-19 |
Angus Gratton | Makefile: bootloader-clean shouldn't clean config or... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | make: 'make all' default target builds everything,... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | Move details about partition tables to their own ReST... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | Fix 'make bootloader' not printing instructions |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | Fix documentation errors/typos |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | Fix gen_esp32part.py locations & documentation (thanks... |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Angus Gratton | Make: Fix make bootloader, make bootloader-flash, clean... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Ivan Grokhotkov | Initial public version |
commit | commitdiff | tree | snapshot |
|