Gregory Nutt
|
a732e03139
|
Add a skeleton configuration that will eventually support the SAM4L Xplained Pro board
|
2013-06-03 15:11:56 -06:00 |
|
Gregory Nutt
|
081d3f989d
|
Add vector and chip cability definitions for the SAM4L family
|
2013-06-03 11:23:41 -06:00 |
|
Gregory Nutt
|
3613d6ed8b
|
Add interrupt and memory map definitions for the AT91SAM4L
|
2013-06-03 09:32:04 -06:00 |
|
Gregory Nutt
|
961837eaaf
|
Fix an assertion
|
2013-06-02 16:49:41 -06:00 |
|
Gregory Nutt
|
44450511d4
|
Add dprintf() and vdprintf()
|
2013-06-02 15:49:52 -06:00 |
|
Gregory Nutt
|
5f97fb8041
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
|
Gregory Nutt
|
7bfa4e299c
|
Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier
|
2013-06-02 13:16:35 -06:00 |
|
Gregory Nutt
|
b20b0a1839
|
Eliminated sam3u_internal.h. Use separate header files instead. More renaming from sam3u_ to sam_ to make room in the namespce for the sam4l_
|
2013-06-02 13:04:40 -06:00 |
|
Gregory Nutt
|
28c64c90bd
|
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
|
2013-06-02 10:33:57 -06:00 |
|
Gregory Nutt
|
617ddcc103
|
Add NRF24L01 terminal example. From Laurent Latil.
|
2013-06-01 08:23:06 -06:00 |
|
Gregory Nutt
|
0e37ec1bfc
|
Add NSRF42L01 driver. From Laurent Latil
|
2013-06-01 08:03:55 -06:00 |
|
Gregory Nutt
|
7554d2888e
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|
Gregory Nutt
|
aa9589ac8f
|
Fix STM32F1 and F3 USB device driver. It was not handling NULL packets correctly and it prevent use of the driver with the CDC/ACM class
|
2013-05-29 10:26:00 -06:00 |
|
Gregory Nutt
|
680e570cc4
|
Add support for the STM32 Tiny development board from Laurent Latil
|
2013-05-28 14:24:17 -06:00 |
|
Gregory Nutt
|
6d3a292f02
|
Fix null packet handling in the PIC32 USB device driver. This is a critical bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
|
2013-05-28 13:36:01 -06:00 |
|
Gregory Nutt
|
b97a816998
|
The SLCD driver is now fully functional for Sure PIC32MX board
|
2013-05-27 11:39:13 -06:00 |
|
Gregory Nutt
|
157789e373
|
Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness
|
2013-05-27 07:26:59 -06:00 |
|
Gregory Nutt
|
d4e7f7fa94
|
Converted all configurations to use the kconfig-frontends tools, cleaned up the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
|
2013-05-26 16:44:53 -06:00 |
|
Gregory Nutt
|
777e0c5da0
|
Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixes
|
2013-05-26 09:28:57 -06:00 |
|
Gregory Nutt
|
3cbb22038a
|
PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl command to get cursor position
|
2013-05-25 13:46:43 -06:00 |
|
Gregory Nutt
|
a3c1949963
|
Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
|
2013-05-25 11:53:49 -06:00 |
|
Gregory Nutt
|
bc4e519042
|
Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD support and to the apps/examples/slcd segment LCD test.
|
2013-05-24 12:00:15 -06:00 |
|
Gregory Nutt
|
5bb3a187ef
|
Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes
|
2013-05-24 10:00:54 -06:00 |
|
Gregory Nutt
|
4da4094c0d
|
Add SLCD ioctl commands
|
2013-05-23 18:25:02 -06:00 |
|
Gregory Nutt
|
d69228b5f7
|
poll again; if fd is less than zero, it should set revents to zero, not POLLNVAL
|
2013-05-23 15:41:15 -06:00 |
|
Gregory Nutt
|
abf8c8a13a
|
STM32L-Discovery LCD driver is code compele but untested
|
2013-05-23 15:23:29 -06:00 |
|
Gregory Nutt
|
c1f6d50093
|
Add logic to encode/decode special SLCD actions
|
2013-05-23 10:23:41 -06:00 |
|
Gregory Nutt
|
b5dd706120
|
poll needs to set POLLNVAL if file descriptor is bad
|
2013-05-23 07:48:32 -06:00 |
|
Gregory Nutt
|
9d280a58aa
|
When readahead data is available, poll needs to return POLLIN or POLLRDNORM, not POLLOUT
|
2013-05-23 07:16:46 -06:00 |
|
Gregory Nutt
|
16d04c7aa7
|
poll should ignore invalid file descriptors
|
2013-05-23 07:02:44 -06:00 |
|
Gregory Nutt
|
eb35cbf558
|
Beginning of a segment LCD driver for the STM32L-Discovery
|
2013-05-22 18:12:54 -06:00 |
|
Gregory Nutt
|
5de77eefcb
|
Add TCP echo example for the LM3S6965-EK. From Max Holtzberg
|
2013-05-22 07:45:03 -06:00 |
|
Gregory Nutt
|
afa905fc15
|
Audio subystem update from Ken Pettit. Plus moved some header files
|
2013-05-21 13:13:05 -06:00 |
|
Gregory Nutt
|
2941b673fd
|
Add UDP discovery example for the LM3S6965-EK. From Max Holtberg
|
2013-05-21 12:51:27 -06:00 |
|
Gregory Nutt
|
28112cea0f
|
Add STM32L15X segment LCD register definitions; Updated documentatin and README files
|
2013-05-21 12:39:48 -06:00 |
|
Gregory Nutt
|
e4d906960a
|
Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board.
|
2013-05-21 11:25:30 -06:00 |
|
Gregory Nutt
|
b475e965a6
|
Internal FLASH MTD driver for TI/Stellaris from Max Holtzberg
|
2013-05-20 12:47:54 -06:00 |
|
Gregory Nutt
|
5b86207177
|
Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
|
2013-05-19 15:12:28 -06:00 |
|
Gregory Nutt
|
d581b9a849
|
Fixes for typos and errors in audio.h from Ken Pettit
|
2013-05-19 15:01:14 -06:00 |
|
Gregory Nutt
|
c193d3fad3
|
Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.
|
2013-05-19 14:35:30 -06:00 |
|
Gregory Nutt
|
63679d05a6
|
STM32L15X UART, DMA, and heap initialization support
|
2013-05-19 11:54:56 -06:00 |
|
Gregory Nutt
|
5d80dfd129
|
Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery
|
2013-05-19 11:04:19 -06:00 |
|
Gregory Nutt
|
e5b21a96d4
|
Add PWR and RCC register definitions for the STM32F152
|
2013-05-19 08:55:36 -06:00 |
|
Gregory Nutt
|
66b8913e18
|
Add STM32L15X memory map
|
2013-05-18 16:08:28 -06:00 |
|
Gregory Nutt
|
97844b79a1
|
Add support for STM32L15X GPIOs
|
2013-05-18 15:32:50 -06:00 |
|
Gregory Nutt
|
96b91d5dc7
|
Support for STM32L15xx interrupt vectors
|
2013-05-18 12:56:03 -06:00 |
|
Gregory Nutt
|
7629593f72
|
Begnning of support for the STM32L15X family
|
2013-05-18 11:15:37 -06:00 |
|
Gregory Nutt
|
ae75e9c4fb
|
Add kernel build support and a kernel most OS test example for the Mikroe STM32 M4 board. From Ken Pettit
|
2013-05-17 14:59:21 -06:00 |
|
Gregory Nutt
|
113a696f31
|
Fix compile errors when the on_exit() interface is enabled in the kernel build. From Ken Pettit
|
2013-05-17 11:21:29 -06:00 |
|
Gregory Nutt
|
b80707ea78
|
Add support for R61505U LCD controller on HY-mini STM32v board
|
2013-05-16 14:06:16 -06:00 |
|