Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • radio
  • nuttx-7.20
  • nuttx-7.19
  • nuttx-7.18
  • nuttx-7.17
  • nuttx-7.16
  • nuttx-7.15
  • nuttx-7.14
  • nuttx-7.13
  • nuttx-7.12
  • nuttx-7.11
  • nuttx-7.10
  • nuttx-7.9
  • nuttx-7.8
  • nuttx-7.7
  • nuttx-7.6
  • nuttx-7.5
  • nuttx-7.4
  • nuttx-7.3
  • nuttx-7.2
  • nuttx-7.1
22 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023May2221201918171615141312111098765432130Apr292827262524232221201918171615141312111098765432131Mar3031302928272625242322212221202120191817161514131211109765432127Feb262524232221201918171514131211109876543131Jan30292827262524Merge branch 'master' into radioradioradiofs/fat: In fs_stat(), when stat'ing the root directory, avoid calculating the address of the root directory entry. The calculation is bogus (but not harmful) because the root directory does not have a directory entry. Noted by Boris Astardzhiev.mastermasterarch/arm/src/imxrt: There is a separate interrupt vector for DMA channel error interrupts.Merge branch 'master' into radioMerge branch 'master' of https://bitbucket.org/nuttx/nuttxMerge branch 'master' of https://bitbucket.org/slorquet/nuttxSquashed commit of the following:Squashed commit of the following:Squashed commit of the following:configs/imxrt1050-evk/src: Add support for on-board NOR FLASH boot.arch/arm/src/lpc17xx/lpc17_usbdev: Fix typo introduced with last changearch/arm/src/lpc17xx/lpc17_usbdev.c: Fix loss of RX initiatives. USB bulk endpoints are double buffered on LPC17xx MCUs. This means that up to two packets might be received on an OUT endpoint that can not be handled immediately if the receive request queue is empty. Thus, rxpending must be a counter not a boolean flag.arch/arm/src/imxrt: Fix some eDMA interrupt controls.arch/arm/src/imxrt: IOMUXC logic now uses peripheral clock helpers (I think it was enabling the wrong clocks anyway). Minor updates to eDMA logic.arch/arm/src/imxrt: Add eDMA interrupt decode logic.arch/arm/src/imxrt: Add eDMA initialization logic.arch/arm/src/imxrt: Centralilze and standardize control of peripheral clocking. Add logic to initialize the DMAMUX.Update README filedrivers/lcd and configs/olimex-lpc1766stk: Remove support for the Nokia6100 LCD. That LCD uses a 9-bit SPI interface (the 9th bit being the command/data bit that is normally a discrete). That communication was never successfully integrated. I now believe that it would would require some special support from the low-level, MCU SPI driver to manage that 9th bit. The deleted code is still available in the Obsoleted repository in the nuttx/drivers/lcd, nuttx/configs/olimex-lpc1766stk, and Patches directories.arch/arm/src/stm32: Include needed headers to get stm32_i2s.c compiledinclude/nuttx/fb.h: Fix a type _BEND -> _BLENDconfigs/stm32l1discovery: Fix a typo introduced in the Make.defs file.configs/stm32l1discovery: Add support for the STM32L152RCT6 version.include/nuttx/video/fb.h: No, I was right the first time. sys/types.h is needed in some inclusion contexts.include/nuttx/fb: Last change was wrong. It was not a missing header. It was just a dumb typo.include/video/fb.h: Use of size_t requires inclusion of sys/types.hinclude/nuttx/video/fb.h: Make type used for overlay number consistent; Use standardized types (size_t and fb_coord_t) whenever possible.arch/arm/src/stm32: Added Vbat measurement to adc driver for STM32F20xx and STM32F4xxx.Merged fboverlay into masterarch/arm/src/imxrt: A little more eDMA logic. Slow progress.arch/arm/src/imxrt: A little more DMA-related logic. Still no significant logic in place.Recent changes to UDP in order to correct problems with UDP connection mode introduced a new bug: The 'to' address passed to sendto() must now be NULL in connection mode. But there are errors because there was one place where the 'to' address was still being used.net/sixlowpan: TCP send should have PSH and ACK flags set when sending. This matches the standard network (Ethernet) TCP send logic.arch/arm/src/imxrt: A little more DMA logic. Still far from complete.arch/arm/src/imxrt: Add framework for eDMA support. Initial port is a rip off from the SAMA5Dx and is little more than the framework for the DMA support.arch/arm/src/imxrt/chip: Remove un-necessary TCD structure.arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing TCD definitions.arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing bit-field definitions.rch/arm/src/imxrt/chip: Add Ethernet pin properties.arch/arm/src/imxrt/chip: Add DMA MUX register definition header file.
Loading