OVMS3-idf/components/freertos/include/freertos
Ivan Grokhotkov 8ee1a05914 Merge branch 'master' into feature/freertos_static_buffers
* master: (117 commits)
  build system: Add -fno-rtti when compiling C++ code
  FreeRTOS KConfig: Limit tick rate to 1000Hz
  bootloader: Fix accidental tabs introduced in !78
  build system: Print a WARNING if any submodule is out of date
  Fix stack overflow message format
  'make flash' targets: Print serial port when flashing
  lwip/esp32: support iperf
  Add data memory for RMT peripheral
  syscall write: Should return number of bytes written
  Also push relevant tags over
  esp32: add libsmartconfig.a to link libs
  esp32: not link wps
  esp32/lib: update wifi lib to a1e5f8b9
  esp32: remove esp_wps.h
  add smartconfig header files(merge this after updating libsmartconfig.a version v2.6.2)
  esp32/lib: update wifi lib to 3853d7ae
  Add Comments
  Modify spinlock error in periph_ctrl.c
  Define xcoreid offset, add warning in tcb struct wrt the need to also change that define when struct changes
  components/tcpip_adapter: add some comments
  ...

# Conflicts:
#	components/freertos/queue.c
#	components/freertos/tasks.c
2016-10-10 23:34:45 -06:00
..
croutine.h Initial public version 2016-08-17 23:08:22 +08:00
deprecated_definitions.h Initial public version 2016-08-17 23:08:22 +08:00
event_groups.h Initial public version 2016-08-17 23:08:22 +08:00
FreeRTOS.h Backport the static allocation feature from FreeRTOS V9.0.0 2016-09-22 13:41:21 +08:00
FreeRTOSConfig.h Merge branch 'master' into feature/freertos_static_buffers 2016-10-10 23:34:45 -06:00
heap_regions.h Initial public version 2016-08-17 23:08:22 +08:00
heap_regions_debug.h FreeRTOS: temporary solution for memory canaries and memory debug 2016-09-07 21:52:24 +08:00
list.h Initial public version 2016-08-17 23:08:22 +08:00
mpu_wrappers.h Initial public version 2016-08-17 23:08:22 +08:00
panic.h Add files I forgot (FreeRTOS-openocd.c and panic.h) 2016-08-24 17:30:53 +08:00
portable.h Initial public version 2016-08-17 23:08:22 +08:00
portbenchmark.h Initial public version 2016-08-17 23:08:22 +08:00
portmacro.h Add working portASSERT_IF_IN_ISR function, fix enter_critical thing even better. 2016-09-09 17:15:50 +08:00
porttrace.h Initial public version 2016-08-17 23:08:22 +08:00
projdefs.h Initial public version 2016-08-17 23:08:22 +08:00
queue.h Backport the static allocation feature from FreeRTOS V9.0.0 2016-09-22 13:41:21 +08:00
ringbuf.h Add ringbuf.c. This works like a FreeRTOS queue, but allows for variable-length items which in some cases is more memory efficient than a queue. 2016-09-28 12:43:35 +08:00
semphr.h Backport the static allocation feature from FreeRTOS V9.0.0 2016-09-22 13:41:21 +08:00
StackMacros.h Initial public version 2016-08-17 23:08:22 +08:00
task.h Merge branch 'master' into feature/freertos_static_buffers 2016-10-10 23:34:45 -06:00
timers.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_api.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_config.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_context.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_rtos.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_timer.h Initial public version 2016-08-17 23:08:22 +08:00