Commit Graph

  • 03ee667d5d Tabs replaced to spaces UncleRus 2016-03-02 02:17:07 +0500
  • 875db616ae Driver for PCF8574 (8-bit I2C GPIO expander) UncleRus 2016-03-01 22:56:55 +0500
  • e97dca4859 Added WS2812 driver and examples (squashed commits) Ondřej Hruška 2016-03-01 14:06:40 +0100
  • 17133f408b Merge pull request #102 from darksv/patch-1 Alex Stewart 2016-02-29 22:21:06 -0800
  • dd0bbc15a1 Merge pull request #105 from UncleRus/master Angus Gratton 2016-03-01 08:40:11 +1100
  • c1f086579e Removed sdk_system_get_vdd() UncleRus 2016-02-29 12:58:45 +0500
  • 798d5c7488 Merge pull request #104 from UncleRus/master Angus Gratton 2016-02-29 09:24:25 +1100
  • b18f2947ee Added definition of SDK functions UncleRus 2016-02-29 01:55:51 +0500
  • dc2c4be4e9 Fix delay in DS18B20 driver darksv 2016-02-28 11:30:16 +0100
  • a32d1099fa espressif/spi_flash.h: Add comments and more appropriate argument types Angus Gratton 2016-02-26 16:10:08 +1100
  • 07b21ace2c Merge pull request #88 from hetii/ds18b20 Alex Stewart 2016-02-25 17:56:45 -0800
  • 7fc39ff2d8 Merge branch 'master' into ds18b20 Grzegorz Hetman 2016-02-25 10:21:46 +0100
  • ab37e7e003 Merge pull request #100 from jkent/headerfix Angus Gratton 2016-02-25 07:52:42 +1100
  • c427784c5d fix sdk_bss_info STAILQ_ENTRY Jeff Kent 2016-02-24 13:20:07 -0600
  • 02751c820d Add short comment and license info. Grzegorz Hetman 2016-02-24 17:19:33 +0100
  • b5f1c893bf Merge branch 'master' into ds18b20 Grzegorz Hetman 2016-02-24 17:05:20 +0100
  • 2e8c370d2c Merge pull request #94 from foogod/gpio_pullup_changes Angus Gratton 2016-02-24 09:17:39 +1100
  • f3c4172785 Merge branch 'feature/float-io' Angus Gratton 2016-02-24 09:11:12 +1100
  • 19b0a19ad6 libc: Recompile newlib to enable float & long double i/o in printf/scanf Angus Gratton 2016-02-23 09:21:03 +1100
  • d1091b69d1 Make the task stack overflow message clearer Angus Gratton 2016-02-24 08:54:32 +1100
  • c1aa8f2e73 Merge pull request #1 from foogod/hetii-ds18b20 hetii 2016-02-23 10:20:23 +0100
  • d0ed5f03a2 A couple of fixups prior to merging into main project Alex Stewart 2016-02-22 21:18:50 -0800
  • 8279b5cfd1 Added some clarifications to comments in esp/gpio.h Alex Stewart 2016-02-22 09:32:12 -0800
  • c36feab845 Separate pullup config out of gpio_enable() Alex Stewart 2016-02-21 18:34:11 -0800
  • 7c1d7fb43e Merge branch 'feature/dhcp-server' Angus Gratton 2016-02-21 10:35:27 +1100
  • 6178865cc6 Add clear version of commit 72f30ad. Grzegorz Hetman 2016-02-18 18:42:50 +0100
  • e12077513f common.mk: Consider possibility that not building inside a git checkout Angus Gratton 2016-02-17 15:51:46 +1100
  • 71a2eb7b85 common.mk: Fix places using build/ instead of configurable BUILD_DIR Angus Gratton 2016-02-17 15:47:40 +1100
  • 2696e80471 common.mk: Rename FW_BASE to FIRMWARE_DIR, in line with other directory variable names Angus Gratton 2016-02-17 15:47:09 +1100
  • 30d8e162b3 blink example: Change default to GPIO2 as this pin has an LED on most boards Angus Gratton 2016-02-09 10:58:56 +1100
  • 3dfa2272cc mbedtls: mbedlts_net_bind should bind on all interfaces with bind_ip == NULL Angus Gratton 2016-02-09 10:54:57 +1100
  • e2759f9e7d Merge pull request #77 from jcard0na/master Angus Gratton 2016-02-09 09:30:51 +1100
  • 7e0fee39c0 Merge pull request #85 from ReadmeCritic/master Angus Gratton 2016-02-09 09:25:33 +1100
  • d5e50edc0b ota_basic example, ota-tftp support: Add links to the new OTA wiki page Angus Gratton 2016-02-08 16:58:31 +1100
  • c8716747bb Add tls_server example, showing binding a socket and accepting a TLS connection Angus Gratton 2016-02-08 15:41:44 +1100
  • a72fa10b15 Update README URLs based on HTTP redirects ReadmeCritic 2016-02-05 14:12:11 -0800
  • 3e7edd43aa Makefile: Don't apply C_CXX_FLAGS to assembler source, move "universal" flags to CPPFLAGS Angus Gratton 2016-01-04 11:57:43 +1100
  • 562a8e08f1 Update LWIP to use modified debug macro for C++ compatibility, contributed by @paoloach Angus Gratton 2016-01-02 23:10:22 +1100
  • 0ea1b3070e Travis: esptool2 now in its own repository Angus Gratton 2015-12-30 15:08:31 +1100
  • bb0f31369f Bump esp-open-sdk revision used for Travis, fix build as old revisions now missing Angus Gratton 2015-12-30 14:09:53 +1100
  • 0102b8090d Makefile: Allow EXTRA_CFLAGS, EXTRA_CXXFLAGS, overriding of CXXFLAGS, etc. Angus Gratton 2015-12-30 11:26:02 +1100
  • 72d5dd99fb Initial PWM implementation from gpascualg Blipi 2015-08-28 22:24:14 +0200
  • 5200c5f2ef Travis: Don't cache the ccache directory between builds Angus Gratton 2015-12-01 09:57:25 +1100
  • b4af009efe Add esp_gpio.c, including gpio_enable() function Angus Gratton 2015-12-01 09:56:40 +1100
  • 0078a9e04e Travis: Verbose build output Angus Gratton 2015-12-01 09:54:07 +1100
  • e264d63e35 Pass linker search paths with -L not -Wl,-L, so they take priority over sysroot Angus Gratton 2015-12-01 09:44:50 +1100
  • 812c2fef21 Removed INLINED (force inline) macro. Angus Gratton 2015-11-28 18:01:03 +1100
  • 2d6eeb83ea README: Make PATH step more explicit, as suggested on IRC Angus Gratton 2015-11-28 16:29:53 +1100
  • 2887896c76 timers.h: Return error codes instead of true/false for failures Angus Gratton 2015-11-28 16:23:06 +1100
  • 336bad573d timers.h: Remove compile-time-auto-inlining complexity Angus Gratton 2015-11-28 16:17:31 +1100
  • d14d5b1aab stdin_uart_interrupt driver: Don't reset TX FIFO (loses output otherwise) Angus Gratton 2015-11-21 17:12:29 +1100
  • 01773fd1c9 terminal example: Remove unused BUFFER_SIZE macro, redundant setbuf Angus Gratton 2015-11-21 17:11:07 +1100
  • 4cfe40d348 extras/stdin_uart_interrupt: stdin via IRQ driven RX driver on UART0 See examples/terminal/ for usage Johan Kanflo 2015-08-07 22:41:13 +0200
  • 5301174290 registers.h: Add i2s, SLC, RTC register headers Angus Gratton 2015-11-20 17:56:38 +1100
  • d63a341c4c RTC registers: Add some notes about other register values Angus Gratton 2015-11-20 17:49:46 +1100
  • 925753819e Add in-progress RTC register header (some registers still undocumented) Angus Gratton 2015-11-20 17:30:02 +1100
  • 547c57c840 Add SLC interrupt number 1. Closes #69 Angus Gratton 2015-11-20 17:25:15 +1100
  • 3b3d41d502 Merge pull request #70 from DagAgren/master Alex Stewart 2015-11-19 12:25:30 -0800
  • cad1655330 Add static asserts and create slc.h header for descriptor struct Dag Ågren 2015-11-19 21:14:16 +0200
  • 1f1bb4d190 Add I2S and SLC register headers Dag Agren 2015-11-16 00:20:16 +0200
  • 4b5349c236 Makefile CPPFLAGS: Don't need FLASH_SIZE defined any more Angus Gratton 2015-11-13 12:19:23 +1100
  • e8eac9614d Simplify linker script to remove preprocessing, not check flash sizes Angus Gratton 2015-11-13 12:11:37 +1100
  • fbea34b07a Linker script: Fix IROM0_LEN calculation Angus Gratton 2015-11-13 11:24:09 +1100
  • 5cd31c649a GPIO2 UART iomux values: Remove _BLINK from macro name Angus Gratton 2015-10-28 20:13:41 +1100
  • 0165592231 iomux: Fix bug setting IOMUX_FUNC(4) Angus Gratton 2015-10-28 20:09:41 +1100
  • f1808860b2 Add utils/addrsource Alex Stewart 2015-10-27 12:14:08 -0700
  • 6506a29d21 serial_echo example: Remove setbuf() call as stdout no longer buffered by default Angus Gratton 2015-10-27 13:36:51 +1100
  • 51c752dbcb Remove redundant symbols_norename.txt Angus Gratton 2015-10-27 09:12:44 +1100
  • 8bcec7eea1 Merge pull request #53 from SuperHouse/uart_h Alex Stewart 2015-10-10 22:04:53 -0700
  • a5a76ed93d http_get_mbedtls example: Remove fflush() calls as stdout is no longer line buffered Angus Gratton 2015-10-11 09:25:51 +1100
  • c2e3541c05 Disable default line-buffering of stdout Angus Gratton 2015-10-11 09:21:30 +1100
  • 0c6a8881a4 Fix sdk_uart_rx_one_char implementation, move into sdk_compat.c Angus Gratton 2015-10-06 23:48:28 +1100
  • be3968abf0 stdout: Bring back auto-CRLF behaviour as discussed Angus Gratton 2015-10-06 23:24:40 +1100
  • 7823a28ff8 Change default baud rate back to 74906bps, compatible with boot ROM rate Angus Gratton 2015-10-06 23:04:19 +1100
  • cd68622292 Merge branch 'master' into uart_h Angus Gratton 2015-10-06 18:37:28 +1100
  • dc0fa4e207 Merge pull request #50 from SuperHouse/fix/interrupts Angus Gratton 2015-10-06 18:36:03 +1100
  • 12399c05ef exception_vectors: Use call0 for sdk__xt_int_exit, in case it needs a literal Angus Gratton 2015-10-06 18:25:48 +1100
  • 0d35c0c02d exception_vectors.S: Use .Lnnn syntax for local labels, as noted by @foogod Angus Gratton 2015-10-06 18:24:35 +1100
  • 0c0668bfa0 app_main: Refactor to use uart.h functions instead of raw register access Angus Gratton 2015-10-06 18:14:05 +1100
  • 4f05f15366 serial_echo: Fix program name in makefile Angus Gratton 2015-10-06 17:55:37 +1100
  • 3060d72234 Add a basic serial_echo example, with a silly Easter Egg Angus Gratton 2015-10-06 17:54:43 +1100
  • f69791729e libc: newlib revision daf48a0d3 with various space-saving measures: Angus Gratton 2015-09-28 21:26:53 +1000
  • 3ceadfc0a6 uart.h: Add uart_get_baud/uart_set_baud functions, change default baud rate from 74906 to 115200 Angus Gratton 2015-10-06 17:06:56 +1100
  • 707d0ed981 Fix issue #52. Add esp/uart.h Alex Stewart 2015-10-05 21:51:57 -0700
  • afd58bc1ff core headers: Add C++ linker compatibility Angus Gratton 2015-10-05 18:33:32 +1100
  • d39b3f6bb6 NMI Handler: Save 512 bytes of RAM via NMI stack space. Add stack overflow detection. Angus Gratton 2015-09-29 17:31:38 +1000
  • 697d5b72bc NMIExceptionHandler: Don't save callee-saved registers, fix stack alignment Angus Gratton 2015-09-29 14:51:24 +1000
  • 4448380c5e NMIExceptionHandler: Clean up, refactor to use excsave3 for stack pointer Angus Gratton 2015-09-29 14:37:33 +1000
  • c595562343 Add assembly code style to README & emacs dir-locals Angus Gratton 2015-09-29 13:25:42 +1000
  • 89c481c606 Simplify interrupt and RTOS timer tick handlers Angus Gratton 2015-09-24 10:17:07 +1000
  • ed8470631f Consolidate interrupt management in core as esp/interrupts.h & esp_interrupts.c Angus Gratton 2015-09-24 08:58:34 +1000
  • 65307aed75 Merge branch 'feature/mbedtls' Angus Gratton 2015-09-28 13:29:38 +1000
  • 0f960f0b2c Update README regarding mbedTLS Angus Gratton 2015-09-28 13:09:07 +1000
  • 233e5f377a Remove axTLS Angus Gratton 2015-09-28 13:00:56 +1000
  • 99facb808e hmac_test_vectors test: Replace axTLS with mbedTLS Angus Gratton 2015-09-28 13:01:13 +1000
  • 8117ae330b Add link to IRC channel Angus Gratton 2015-09-25 18:23:36 +1000
  • 1907e3c45e Remove extraneous extras/ subdirs - all merged into cpp_support now Angus Gratton 2015-09-25 18:20:51 +1000
  • fc9d9ff89c Merge branch 'experiments/unaligned_load' into feature/mbedtls_notworking Angus Gratton 2015-09-25 16:57:49 +1000
  • b813489524 Code reformat/cleanup of exception_vectors.S Alex Stewart 2015-09-24 22:43:29 -0700
  • b6c2e4df59 Fix bad memory access in NMI handler Alex Stewart 2015-09-24 18:32:32 -0700