Commit graph

  • c58cc326dc README: Make PATH step more explicit, as suggested on IRC Angus Gratton 2015-11-28 16:29:53 +11:00
  • 2d6eeb83ea README: Make PATH step more explicit, as suggested on IRC Angus Gratton 2015-11-28 16:29:53 +11:00
  • ad59322364 timers.h: Return error codes instead of true/false for failures Angus Gratton 2015-11-28 16:23:06 +11:00
  • 2887896c76 timers.h: Return error codes instead of true/false for failures Angus Gratton 2015-11-28 16:23:06 +11:00
  • f993e51250 timers.h: Remove compile-time-auto-inlining complexity Angus Gratton 2015-11-28 16:17:31 +11:00
  • 336bad573d timers.h: Remove compile-time-auto-inlining complexity Angus Gratton 2015-11-28 16:17:31 +11:00
  • 7091f57bd9 Fix PWM maxLoad and make isr static gpascualg 2015-11-27 02:42:45 +01:00
  • 222d96fdb0 Basic PWM implementation [WIP] Blipi 2015-08-28 22:24:14 +02:00
  • decede1b3d Merge adf392ed06 into d14d5b1aab Guillem Pascual Guinovart 2015-11-23 11:02:19 +00:00
  • 02e6a63a5a stdin_uart_interrupt driver: Don't reset TX FIFO (loses output otherwise) Angus Gratton 2015-11-21 17:12:29 +11:00
  • d14d5b1aab stdin_uart_interrupt driver: Don't reset TX FIFO (loses output otherwise) Angus Gratton 2015-11-21 17:12:29 +11:00
  • 202101c890 terminal example: Remove unused BUFFER_SIZE macro, redundant setbuf Angus Gratton 2015-11-21 17:11:07 +11:00
  • 01773fd1c9 terminal example: Remove unused BUFFER_SIZE macro, redundant setbuf Angus Gratton 2015-11-21 17:11:07 +11:00
  • ffa1550193 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 +02:00
  • 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 +02:00
  • 287f146db5 Merge 3b194e8894 into 5301174290 Johan Kanflo 2015-11-21 05:06:19 +00:00
  • e9d6e81b76 registers.h: Add i2s, SLC, RTC register headers Angus Gratton 2015-11-20 17:56:38 +11:00
  • 5301174290 registers.h: Add i2s, SLC, RTC register headers Angus Gratton 2015-11-20 17:56:38 +11:00
  • 421acdc40f RTC registers: Add some notes about other register values Angus Gratton 2015-11-20 17:49:46 +11:00
  • d63a341c4c RTC registers: Add some notes about other register values Angus Gratton 2015-11-20 17:49:46 +11:00
  • f146a3c0cd Add in-progress RTC register header (some registers still undocumented) Angus Gratton 2015-11-20 17:30:02 +11:00
  • 925753819e Add in-progress RTC register header (some registers still undocumented) Angus Gratton 2015-11-20 17:30:02 +11:00
  • 9cf558dc5d Add SLC interrupt number 1. Closes #69 Angus Gratton 2015-11-20 17:25:15 +11:00
  • 547c57c840 Add SLC interrupt number 1. Closes #69 Angus Gratton 2015-11-20 17:25:15 +11:00
  • 7dcb0aa520 Merge pull request #70 from DagAgren/master Alex Stewart 2015-11-19 12:25:30 -08:00
  • 3b3d41d502 Merge pull request #70 from DagAgren/master Alex Stewart 2015-11-19 12:25:30 -08:00
  • 2b5d93baec Add static asserts and create slc.h header for descriptor struct Dag Ågren 2015-11-19 21:14:16 +02:00
  • cad1655330 Add static asserts and create slc.h header for descriptor struct Dag Ågren 2015-11-19 21:14:16 +02:00
  • fd7745cdbc Add I2S and SLC register headers Dag Agren 2015-11-16 00:20:16 +02:00
  • 1f1bb4d190 Add I2S and SLC register headers Dag Agren 2015-11-16 00:20:16 +02:00
  • b5aa653b3f Makefile CPPFLAGS: Don't need FLASH_SIZE defined any more Angus Gratton 2015-11-13 12:19:23 +11:00
  • 4b5349c236 Makefile CPPFLAGS: Don't need FLASH_SIZE defined any more Angus Gratton 2015-11-13 12:19:23 +11:00
  • 92eb02f17a Simplify linker script to remove preprocessing, not check flash sizes Angus Gratton 2015-11-13 12:11:37 +11:00
  • e8eac9614d Simplify linker script to remove preprocessing, not check flash sizes Angus Gratton 2015-11-13 12:11:37 +11:00
  • 959849d271 Linker script: Fix IROM0_LEN calculation Angus Gratton 2015-11-13 11:24:09 +11:00
  • fbea34b07a Linker script: Fix IROM0_LEN calculation Angus Gratton 2015-11-13 11:24:09 +11:00
  • 3b194e8894 Interrupt driven stdin UART driver Johan Kanflo 2015-10-26 14:30:45 +01:00
  • 140ce14ef6 GPIO2 UART iomux values: Remove _BLINK from macro name Angus Gratton 2015-10-28 20:13:41 +11:00
  • 5cd31c649a GPIO2 UART iomux values: Remove _BLINK from macro name Angus Gratton 2015-10-28 20:13:41 +11:00
  • 301372976d iomux: Fix bug setting IOMUX_FUNC(4) Angus Gratton 2015-10-28 20:09:41 +11:00
  • 0165592231 iomux: Fix bug setting IOMUX_FUNC(4) Angus Gratton 2015-10-28 20:09:41 +11:00
  • 384cae324f access_point example: Print parts of station_info output to telnet client experiments/get_station_info Angus Gratton 2015-10-28 10:31:13 +11:00
  • 83cb660915 Add prototypes for existing softap_xxx_station_info SDK functions Angus Gratton 2015-10-28 10:30:40 +11:00
  • 783498e265 Add utils/addrsource Alex Stewart 2015-10-27 12:14:08 -07:00
  • f1808860b2 Add utils/addrsource Alex Stewart 2015-10-27 12:14:08 -07:00
  • feea2e5d5f serial_echo example: Remove setbuf() call as stdout no longer buffered by default Angus Gratton 2015-10-27 13:36:51 +11:00
  • 6506a29d21 serial_echo example: Remove setbuf() call as stdout no longer buffered by default Angus Gratton 2015-10-27 13:36:51 +11:00
  • 04df3640ce Remove redundant symbols_norename.txt Angus Gratton 2015-10-27 09:12:44 +11:00
  • 51c752dbcb Remove redundant symbols_norename.txt Angus Gratton 2015-10-27 09:12:44 +11:00
  • 8f6c297849 Merge remote-tracking branch 'upstream/master' Johan Kanflo 2015-10-26 11:39:11 +01:00
  • 1da996ee10 First batch of opensdk additions Alex Stewart 2015-10-10 21:56:11 -07:00
  • 1a48b54c99 Merge pull request #53 from SuperHouse/uart_h Alex Stewart 2015-10-10 22:04:53 -07:00
  • 8bcec7eea1 Merge pull request #53 from SuperHouse/uart_h Alex Stewart 2015-10-10 22:04:53 -07:00
  • d61874363a http_get_mbedtls example: Remove fflush() calls as stdout is no longer line buffered Angus Gratton 2015-10-11 09:25:51 +11:00
  • a5a76ed93d http_get_mbedtls example: Remove fflush() calls as stdout is no longer line buffered Angus Gratton 2015-10-11 09:25:51 +11:00
  • f3ca012b47 Disable default line-buffering of stdout Angus Gratton 2015-10-11 09:21:30 +11:00
  • c2e3541c05 Disable default line-buffering of stdout Angus Gratton 2015-10-11 09:21:30 +11:00
  • a095a87409 Fix sdk_uart_rx_one_char implementation, move into sdk_compat.c Angus Gratton 2015-10-06 23:48:28 +11:00
  • 0c6a8881a4 Fix sdk_uart_rx_one_char implementation, move into sdk_compat.c Angus Gratton 2015-10-06 23:48:28 +11:00
  • 7efc0e3334 stdout: Bring back auto-CRLF behaviour as discussed Angus Gratton 2015-10-06 23:24:40 +11:00
  • be3968abf0 stdout: Bring back auto-CRLF behaviour as discussed Angus Gratton 2015-10-06 23:24:40 +11:00
  • 7d67bf2ede Change default baud rate back to 74906bps, compatible with boot ROM rate Angus Gratton 2015-10-06 23:04:19 +11:00
  • 7823a28ff8 Change default baud rate back to 74906bps, compatible with boot ROM rate Angus Gratton 2015-10-06 23:04:19 +11:00
  • 9c1307c5d1 Merge branch 'master' into uart_h Angus Gratton 2015-10-06 18:37:28 +11:00
  • cd68622292 Merge branch 'master' into uart_h Angus Gratton 2015-10-06 18:37:28 +11:00
  • 7a7dd658fa Merge 4473eb7dbd into dc0fa4e207 Johan Kanflo 2015-10-06 07:36:05 +00:00
  • 5c4cbf69cf Merge pull request #50 from SuperHouse/fix/interrupts Angus Gratton 2015-10-06 18:36:03 +11:00
  • dc0fa4e207 Merge pull request #50 from SuperHouse/fix/interrupts Angus Gratton 2015-10-06 18:36:03 +11:00
  • afd229642a exception_vectors: Use call0 for sdk__xt_int_exit, in case it needs a literal Angus Gratton 2015-10-06 18:25:48 +11:00
  • 12399c05ef exception_vectors: Use call0 for sdk__xt_int_exit, in case it needs a literal Angus Gratton 2015-10-06 18:25:48 +11:00
  • 6fe0ccc7f3 exception_vectors.S: Use .Lnnn syntax for local labels, as noted by @foogod Angus Gratton 2015-10-06 18:24:35 +11:00
  • 0d35c0c02d exception_vectors.S: Use .Lnnn syntax for local labels, as noted by @foogod Angus Gratton 2015-10-06 18:24:35 +11:00
  • 7526a1fd0c app_main: Refactor to use uart.h functions instead of raw register access Angus Gratton 2015-10-06 18:14:05 +11:00
  • 0c0668bfa0 app_main: Refactor to use uart.h functions instead of raw register access Angus Gratton 2015-10-06 18:14:05 +11:00
  • 9e894226b7 serial_echo: Fix program name in makefile Angus Gratton 2015-10-06 17:55:37 +11:00
  • 4f05f15366 serial_echo: Fix program name in makefile Angus Gratton 2015-10-06 17:55:37 +11:00
  • 07f4004e7e Add a basic serial_echo example, with a silly Easter Egg Angus Gratton 2015-10-06 17:54:43 +11:00
  • 3060d72234 Add a basic serial_echo example, with a silly Easter Egg Angus Gratton 2015-10-06 17:54:43 +11:00
  • 325889a155 libc: newlib revision daf48a0d3 with various space-saving measures: Angus Gratton 2015-09-28 21:26:53 +10:00
  • f69791729e libc: newlib revision daf48a0d3 with various space-saving measures: Angus Gratton 2015-09-28 21:26:53 +10:00
  • 25d3c54c5b 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 +11:00
  • 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 +11:00
  • 14a05facda Fix issue #52. Add esp/uart.h Alex Stewart 2015-10-05 21:51:57 -07:00
  • 707d0ed981 Fix issue #52. Add esp/uart.h Alex Stewart 2015-10-05 21:51:57 -07:00
  • 20a3b4c0cd Merge remote-tracking branch 'upstream/master' Johan Kanflo 2015-10-05 21:18:34 +02:00
  • 50f8b3d338 core headers: Add C++ linker compatibility Angus Gratton 2015-10-05 18:33:32 +11:00
  • afd58bc1ff core headers: Add C++ linker compatibility Angus Gratton 2015-10-05 18:33:32 +11:00
  • 1cbb46fbc7 exception_vectors: Use call0 not jup for sdk__xt_int_exit, allows literal load feature/assemble-sdk Angus Gratton 2015-10-04 19:11:56 +11:00
  • 5d434525ea binary_sdk: 4-byte align all functions Angus Gratton 2015-10-04 19:11:33 +11:00
  • a9e3928c8d Disassembled binary SDK output, direct from xtobjdis with a couple of tweaks Angus Gratton 2015-10-02 09:51:31 +10:00
  • 419f252d80 Tools to disassemble and reassemble binary SDK in-place Angus Gratton 2015-10-02 09:48:02 +10:00
  • cc199eb095 NMI Handler: Save 512 bytes of RAM via NMI stack space. Add stack overflow detection. Angus Gratton 2015-09-29 17:31:38 +10:00
  • d39b3f6bb6 NMI Handler: Save 512 bytes of RAM via NMI stack space. Add stack overflow detection. Angus Gratton 2015-09-29 17:31:38 +10:00
  • cc20f8efca NMIExceptionHandler: Don't save callee-saved registers, fix stack alignment Angus Gratton 2015-09-29 14:51:24 +10:00
  • 697d5b72bc NMIExceptionHandler: Don't save callee-saved registers, fix stack alignment Angus Gratton 2015-09-29 14:51:24 +10:00
  • 3d7fa49083 NMIExceptionHandler: Clean up, refactor to use excsave3 for stack pointer Angus Gratton 2015-09-29 14:37:33 +10:00
  • 4448380c5e NMIExceptionHandler: Clean up, refactor to use excsave3 for stack pointer Angus Gratton 2015-09-29 14:37:33 +10:00
  • c0c775e77d Add assembly code style to README & emacs dir-locals Angus Gratton 2015-09-29 13:25:42 +10:00
  • c595562343 Add assembly code style to README & emacs dir-locals Angus Gratton 2015-09-29 13:25:42 +10:00
  • 23ea182e83 Simplify interrupt and RTOS timer tick handlers Angus Gratton 2015-09-24 10:17:07 +10:00