提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 37b956f83d STM32 F7 Ethernet: With these last changes, the STM32 F7 Ethernet driver is functional 9 年之前
  Gregory Nutt 9276e4d23a Refresh submodules; upated STM22F3 Ethernet debug output 9 年之前
  Gregory Nutt 32aa2e937e Update ChangeLog 9 年之前
  Gregory Nutt e2a62ac814 STM32 F7 Ethernet: RX/TX descriptors should be flushed to memory when they are first initialized 9 年之前
  Gregory Nutt 05a2c82409 Update submodules 9 年之前
  Gregory Nutt 4b9b7589b9 STM32 F7: Add logic to enable I-/D-Cache, ITCM and DTCM 9 年之前
  Gregory Nutt 0b581944b9 STM32 F7: Port the STM32 F3 serial driver to the STM32 F7 9 年之前
  Gregory Nutt 5c76329d2e STM32 F7: Add PWR register definitions 9 年之前
  Gregory Nutt 07d5b6d5bc STM32 F7: Fix input clock source to SysTick 9 年之前
  Gregory Nutt 7af567b9e2 STM32F7: Add GPIO header files 9 年之前
  Gregory Nutt dac4a67c7b STM32 F7: Add RCC header files 9 年之前
  Gregory Nutt a314561474 STM32F746G-DISCO: Getting closer to a build 9 年之前
  Gregory Nutt 50897b7a64 STM32 F7: Misc naming fixes 9 年之前
  Gregory Nutt 55cbf843b8 STM32 F7: Add more configuration selections 9 年之前
  Gregory Nutt 27f6509022 Add initial support for the STM32 F7 Discovery board 9 年之前
  Gregory Nutt 4bcd13eabd Add RGB blending logic needed to support anti-aliasing 9 年之前
  Gregory Nutt d8da7009c6 Refresh submodules 9 年之前
  Gregory Nutt 14dedf3dea Refresh submodules 9 年之前
  Gregory Nutt e69d14d89b Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 9 年之前
  Gregory Nutt 1dfb94bc8f Update submodules 9 年之前
  Gregory Nutt 4102470bdd Move the DNS server from apps/netutils/dnsclient to nuttx/libc/netdb. Move netdb functions from libc/net to libc/netdb. Fix up naming to reflect the repartitioning 9 年之前
  Gregory Nutt 59cc4a7a7b Protected mode: Redesign how the user space heap is accessed from the kernel code. It used to call memory management functions in user space via function pointers in the userspace interface. That is inefficient because the first thing that those memory management functions do is to trap back into the kernel to get the current PID. Worse, that operation can be fatal is certain fragile situations such as when a task is exitting. 9 年之前
  Gregory Nutt f94fe747ae Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd 9 年之前
  Gregory Nutt 5f2a181599 Add conditional definition for MIN macro needed in last commit 9 年之前
  Gregory Nutt 6576672e09 uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated 9 年之前
  Gregory Nutt ffd0d12b04 Refresh submodules 9 年之前
  Gregory Nutt 772bcb845e Refresh submodules 9 年之前
  Gregory Nutt 049224f544 Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M 9 年之前
  Gregory Nutt b1e9b0026d Refresh submodules 9 年之前
  Gregory Nutt 8be9b1071c Update submodules 9 年之前