Skip to content
  1. Apr 09, 2018
    • Gregory Nutt's avatar
      Remove all support for the CC3200 and CC3200-Launchpad. This was a port that... · 730f7450
      Gregory Nutt authored
      Remove all support for the CC3200 and CC3200-Launchpad.  This was a port that was started but never completed.  What good is partial CC3200-Launchpad board support with no wireless support?
      
      Squashed commit of the following:
      
          Remove final references to CC3200 from the repository.
          arch/arm/include/tiva:  Remove all CC3200 support.
          arch/arm/src/tiva:  Remove all CC3200 support.
          configs/cc3200-launchpad:  Remove the board support directory.
      730f7450
  2. Apr 04, 2018
    • Alan Carvalho de Assis's avatar
      This commit removes all support and all references to the Spark board and to... · b4c1ac06
      Alan Carvalho de Assis authored
      This commit removes all support and all references to the Spark board and to the CC3000 wireless part.
      
      Squashed commit of the following:
      
      Author: Gregory Nutt <gnutt@nuttx.org>
          Fix a few remaining refereces to cc3000.
      
      Author: Alan Carvalho de Assis <acassis@gmail.com>
          drivers/wireless/cc3000: emove the driver to support CC3000 because it doesn't use the USRSOCKET
      
      Author: Alan Carvalho de Assis <acassis@gmail.com>
          configs:  Remove board support to CC3000 from all relevant configurations.
      
      Author: Gregory Nutt <gnutt@nuttx.org>
          configs/spark:  Removes Spark board configuration.  Still available in the Obsoleted repository.  This is preparation for removal of CC3000 support by Alan Carvalho de Assis.  If there is no CC3000 support, then there is no purpose in supporting the Spark either.
      b4c1ac06
  3. Mar 26, 2018
  4. Mar 22, 2018
  5. Jan 08, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · 7d4451ee
      Gregory Nutt authored
          configs/flipnclick-pic32mz:  Switch the serial console to UART4.  Clean up some minor issues the LED options.
          configs/flipnclick-pic32mz:  Add support for two on-board buttons:  T1 and T2.
          configs/flipnclick-pic32mz:  Adds basic board support for the Mikroe Flip&Click PIC32MZ board.  Initial commit is just the configs/pic32mz-starterkit with some name chanages.
      7d4451ee
  6. Jan 06, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · ed18e427
      Gregory Nutt authored
          configs/flipnclick-sam3x:  Add support for the 4 user-controllable LEDs on the board.
          configs/flipnclick-sam3x:  Add board support for the Mikroe Flip&Click SAM3X.
          configs/arduino-due:  Update this old configuration so that it is structured a little more like recent board support.
      ed18e427
  7. Dec 16, 2017
  8. Dec 10, 2017
  9. Nov 24, 2017
  10. Nov 18, 2017
  11. Nov 13, 2017
  12. Nov 06, 2017
  13. Oct 28, 2017
  14. Oct 09, 2017
    • Gregory Nutt's avatar
      Squashed commit of the following: · 270aa284
      Gregory Nutt authored
          BCM2708:  Add enough infrastructrue (more stubs) to get a clean compilation of the Pi Zero configuration (with many undefined things at link time).
      
          BCM2708:  Add basic interrupt handling logic
      
          BCM2708: Add interrupt register definitions.
      
          BCM2708:  Add irq.h header file
      
          BCM2708/Pi zero:  bcm_boot.c and bcm_memorymap.h now compile.  Added pizero linker script.
      
          BCM2708/Pi Zero:  Add Make.defs needed to build.
      
          arch/arm/include/bcm2708, arch/arm/src/bcm2708, configs/pizero:  Add some basic build and configuration logic.
      
          configs/pizero:  Add some basic structure of the Rasperry Pi Zero port.
      
          Created directory configs/pizero.  Nothing there now but a README.txt file.
      
          Add initial boot.c and memorymap.c files
          Author: Alan Carvalho de Assis <acassis@gmail.com>
      
          Add AUX/UART/SPI registers definition
          Author: Alan Carvalho de Assis <acassis@gmail.com>
      
          Pizero GPIO registers
          * Initial commit to add GPIO definitions
          * Add remaining GPIO registers definition
          Alan Carvalho de Assis <acassis@gmail.com>
      
          BCM2708 memory map:  Add VBASE defintions; fix VCSDRAM address per Alan; move all virtual address to the bottom of the file to avoid confusion -- top is all physical address; bottom is all veritural address.
      
          Add initial memory map to BCM2708/BCM2835
          Alan Carvalho de Assis <acassis@gmail.com>
      270aa284
  15. Oct 06, 2017
  16. Sep 25, 2017
  17. Jul 20, 2017
  18. Jun 10, 2017
  19. May 10, 2017
    • Stefan Kolb's avatar
      I discovered a problem in the file drivers/serial/serial.c concerning the... · 591f35be
      Stefan Kolb authored
      I discovered a problem in the file drivers/serial/serial.c concerning the function uart_close(…). In the case that a serial device is opened with the flag O_NONBLOCK the function uart_close(…) blocks until all data in the buffer is transmitted. The function close(…) called on an handle opened with O_NONBLOCK should not block. The problem occurred with a CDC/ACM device.
      591f35be
  20. May 09, 2017
  21. May 08, 2017
  22. Apr 18, 2017
  23. Apr 15, 2017
  24. Apr 14, 2017
  25. Apr 08, 2017
  26. Mar 23, 2017
  27. Mar 21, 2017
  28. Feb 19, 2017
  29. Feb 14, 2017
  30. Dec 21, 2016
  31. Dec 14, 2016
  32. Dec 04, 2016
  33. Dec 02, 2016
  34. Nov 14, 2016
  35. Nov 04, 2016
  36. Nov 01, 2016
  37. Sep 15, 2016