]> granicus.if.org Git - esp-idf/commit
Replace all DOS line endings with Unix
authorAngus Gratton <angus@espressif.com>
Wed, 4 Jul 2018 23:01:03 +0000 (09:01 +1000)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 12 Jul 2018 11:10:37 +0000 (19:10 +0800)
commita67d5d89e0e90390fa7ff02816a6a79008d75d40
treeb2feda6bf46b40be00cfd4986c92116b8cec2ced
parent74245d27d3722ef7e5c0781eefb4e919d687c791
Replace all DOS line endings with Unix

Command run was:
git ls-tree -r HEAD --name-only | xargs dos2unix
111 files changed:
components/app_trace/sys_view/Config/Global.h
components/app_trace/sys_view/Config/SEGGER_RTT_Conf.h
components/app_trace/sys_view/Config/SEGGER_SYSVIEW_Conf.h
components/app_trace/sys_view/SEGGER/SEGGER.h
components/app_trace/sys_view/SEGGER/SEGGER_SYSVIEW.c
components/app_trace/sys_view/SEGGER/SEGGER_SYSVIEW.h
components/app_trace/sys_view/SEGGER/SEGGER_SYSVIEW_ConfDefaults.h
components/app_trace/sys_view/SEGGER/SEGGER_SYSVIEW_Int.h
components/app_trace/sys_view/Sample/OS/SEGGER_SYSVIEW_FreeRTOS.c
components/driver/i2c.c
components/driver/include/driver/i2c.h
components/driver/include/driver/mcpwm.h
components/driver/sdspi_crc.c
components/driver/sdspi_crc.h
components/driver/sdspi_host.c
components/driver/sdspi_private.h
components/fatfs/src/00history.txt
components/fatfs/src/00readme.txt
components/fatfs/src/diskio.c
components/fatfs/src/diskio.h
components/fatfs/src/diskio_rawflash.h
components/fatfs/src/diskio_wl.c
components/fatfs/src/diskio_wl.h
components/fatfs/src/ff.c
components/fatfs/src/ff.h
components/fatfs/src/ffconf.h
components/fatfs/src/ffsystem.c
components/fatfs/src/ffunicode.c
components/fatfs/src/integer.h
components/lwip/include/lwip/port/arch/sys_arch.h
components/mdns/test_afl_fuzz_host/esp32_mock.c
components/mdns/test_afl_fuzz_host/esp32_mock.h
components/openssl/include/internal/x509_vfy.h
components/openssl/include/openssl/ssl.h
components/soc/esp32/include/soc/sdio_slave_pins.h
components/soc/esp32/include/soc/sdmmc_pins.h
components/soc/esp32/include/soc/spi_pins.h
components/soc/esp32/sdio_slave_periph.c
components/soc/esp32/sdmmc_periph.c
components/soc/esp32/spi_periph.c
components/soc/include/soc/sdio_slave_periph.h
components/soc/include/soc/sdmmc_periph.h
components/soc/include/soc/spi_periph.h
components/spi_flash/sim/SpiFlash.cpp
components/spi_flash/sim/SpiFlash.h
components/wear_levelling/Partition.cpp
components/wear_levelling/SPI_Flash.cpp
components/wear_levelling/WL_Ext_Perf.cpp
components/wear_levelling/WL_Ext_Safe.cpp
components/wear_levelling/WL_Flash.cpp
components/wear_levelling/crc32.cpp
components/wear_levelling/crc32.h
components/wear_levelling/doc/wl_sw_structure.rst
components/wear_levelling/include/wear_levelling.h
components/wear_levelling/private_include/Flash_Access.h
components/wear_levelling/private_include/Partition.h
components/wear_levelling/private_include/SPI_Flash.h
components/wear_levelling/private_include/WL_Config.h
components/wear_levelling/private_include/WL_Ext_Cfg.h
components/wear_levelling/private_include/WL_Ext_Perf.h
components/wear_levelling/private_include/WL_Ext_Safe.h
components/wear_levelling/private_include/WL_Flash.h
components/wear_levelling/private_include/WL_State.h
components/wear_levelling/wear_levelling.cpp
components/wpa_supplicant/include/wpa2/eap_peer/eap_peap_common.h
components/wpa_supplicant/include/wpa2/eap_peer/eap_tlv_common.h
components/wpa_supplicant/include/wpa2/eap_peer/eap_ttls.h
components/wpa_supplicant/src/crypto/des-internal.c
components/wpa_supplicant/src/crypto/ms_funcs.c
components/wpa_supplicant/src/wpa2/eap_peer/eap_peap.c
components/wpa_supplicant/src/wpa2/eap_peer/eap_peap_common.c
components/wpa_supplicant/src/wpa2/eap_peer/eap_ttls.c
docs/README.md
docs/_static/diagrams/spi_master/miso_timing_waveform.rst
docs/_static/diagrams/spi_master/miso_timing_waveform_async.rst
docs/_static/diagrams/spi_master/spi_master_freq_tv.plt
docs/_static/diagrams/spi_master/tv.csv
docs/en/about.rst
docs/en/api-guides/SYSVIEW_FreeRTOS.txt
docs/en/api-guides/ulp_instruction_set.rst
docs/en/api-reference/peripherals/sd_pullup_requirements.rst
docs/en/api-reference/storage/spiffs.rst
docs/en/api-reference/storage/wear-levelling.rst
docs/en/get-started/get-started-devkitc-v2.rst
docs/en/get-started/get-started-devkitc.rst
docs/en/get-started/get-started-pico-kit-v3.rst
docs/en/get-started/get-started-pico-kit.rst
docs/en/get-started/get-started-wrover-kit.rst
docs/en/get-started/linux-setup.rst
docs/en/languages.rst
docs/zh_CN/api-guides/SYSVIEW_FreeRTOS.txt
docs/zh_CN/languages.rst
examples/bluetooth/README.md
examples/ethernet/README.md
examples/get-started/README.md
examples/peripherals/README.md
examples/peripherals/ledc/main/ledc_example_main.c
examples/peripherals/sdio/host/main/Kconfig.projbuild
examples/peripherals/sdio/slave/main/Kconfig.projbuild
examples/peripherals/touch_pad_interrupt/Makefile
examples/peripherals/touch_pad_interrupt/main/component.mk
examples/peripherals/touch_pad_read/Makefile
examples/peripherals/touch_pad_read/main/component.mk
examples/peripherals/touch_pad_read/main/tp_read_main.c
examples/protocols/README.md
examples/protocols/aws_iot/subscribe_publish/main/certs/aws-root-ca.pem
examples/protocols/aws_iot/thing_shadow/main/certs/aws-root-ca.pem
examples/storage/README.md
examples/storage/wear_levelling/main/wear_levelling_example_main.c
examples/system/README.md
examples/wifi/README.md