Gregory Nutt
|
a40b739260
|
Add configs/sam4s-xplained
|
2013-06-11 16:29:59 -06:00 |
|
Gregory Nutt
|
5e192c767b
|
SAM4S: GPIO, chip characteristics, peripheral Kconfig
|
2013-06-11 12:28:31 -06:00 |
|
Gregory Nutt
|
8aee2ce8c9
|
Add a directory to hold configurations for the SAM4S Xplained board
|
2013-06-10 18:20:30 -06:00 |
|
Gregory Nutt
|
ff5688486f
|
SAM4S: Add memory map and interrupt logic
|
2013-06-10 16:18:47 -06:00 |
|
Gregory Nutt
|
08e7be408c
|
Beginning updates of SAM3U header files o include support for the SAM4S: WDT, SUPC, EEFC, MATRIX, and PMC
|
2013-06-10 11:57:37 -06:00 |
|
Gregory Nutt
|
b75e99a688
|
SAM4L: Extend interrupt support for the larger number of NVIC interrupts of the SAM4L
|
2013-06-09 13:00:38 -06:00 |
|
Gregory Nutt
|
2896bc7c99
|
SAM4L: Add an NSH configuration and C++ support
|
2013-06-09 11:43:20 -06:00 |
|
Gregory Nutt
|
d9dffb2c2b
|
SAM4L: Mic fixes to get the SAM4L Xplained running. The ostest now passes.
|
2013-06-09 10:57:42 -06:00 |
|
Gregory Nutt
|
b318c5b6a5
|
SAM3U/4L changes to hide differences by clocking in those MCUs
|
2013-06-08 13:50:42 -06:00 |
|
Gregory Nutt
|
f6ad8ffbba
|
SM4L: USB clock configuration and WDT register definition file
|
2013-06-08 09:21:20 -06:00 |
|
Gregory Nutt
|
63c8b4353e
|
SAM4L: Add logic to enable selected peripherals on power up; Extend configuration so that each peripheral can be selected -- even though the drivers are not yet implemented
|
2013-06-07 14:59:33 -06:00 |
|
Gregory Nutt
|
6ca2782d99
|
SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add support for RAM functions
|
2013-06-07 13:26:55 -06:00 |
|
Gregory Nutt
|
5446f496df
|
Update SAM4L PLL0 logic
|
2013-06-07 10:28:06 -06:00 |
|
Gregory Nutt
|
4c11c6905a
|
Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock initialization now selects an optimal power scaling mode
|
2013-06-06 11:18:52 -06:00 |
|
Gregory Nutt
|
6998718a43
|
Add SAM4L FLASHCALW header file
|
2013-06-05 10:43:33 -06:00 |
|
Gregory Nutt
|
491e1ce238
|
SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates
|
2013-06-05 08:54:37 -06:00 |
|
Gregory Nutt
|
462e3ecae7
|
Add configs/sam4l-xplained/src/up_userleds.c
|
2013-06-04 16:35:43 -06:00 |
|
Gregory Nutt
|
f24946fecd
|
More changes that should have gone with the last commit
|
2013-06-04 15:23:47 -06:00 |
|
Gregory Nutt
|
0cb54ca565
|
SAM4L alternate pin mapping header file; Use USART1 for virtual COM port console
|
2013-06-03 17:53:05 -06:00 |
|
Gregory Nutt
|
936c435d2e
|
Add a skeleton configuration that will eventually support the SAM4L Xplained Pro board
|
2013-06-03 15:11:56 -06:00 |
|
Gregory Nutt
|
7fbbf81f71
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
|
Gregory Nutt
|
da43550f1e
|
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
|
ca8d55d856
|
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
|
ea73fceb34
|
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
|
b8be2d909f
|
Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.
|
2013-06-01 08:13:58 -06:00 |
|
Gregory Nutt
|
c355b04fbb
|
Add NSRF42L01 driver. From Laurent Latil
|
2013-06-01 08:03:55 -06:00 |
|
Gregory Nutt
|
0906d557c3
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
5336c8c0d5
|
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
|
6db3a75c55
|
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
|
2013-05-29 12:30:37 -06:00 |
|
Gregory Nutt
|
245cd9366d
|
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
|
b7f8834d98
|
Add support for the STM32 Tiny development board from Laurent Latil
|
2013-05-28 14:24:17 -06:00 |
|
Gregory Nutt
|
ec635b5678
|
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
|
436fe3315b
|
Fix Sure PIC32 LOOPSPERMSEC
|
2013-05-27 16:29:41 -06:00 |
|
Gregory Nutt
|
8d19c74feb
|
Verified the sure-pic32mx/usbnsh configuration
|
2013-05-27 14:10:34 -06:00 |
|
Gregory Nutt
|
538abb4081
|
The SLCD driver is now fully functional for Sure PIC32MX board
|
2013-05-27 11:39:13 -06:00 |
|
Gregory Nutt
|
c9175e1dd0
|
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
|
1a46e1253f
|
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
|
ba699c7080
|
Mis SLCD-related cleanup, documentation, bugfixes
|
2013-05-26 12:42:22 -06:00 |
|
Gregory Nutt
|
916ec62df3
|
More SLCD-related fixes
|
2013-05-26 11:26:34 -06:00 |
|
Gregory Nutt
|
e0e60eae7b
|
Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixes
|
2013-05-26 09:28:57 -06:00 |
|
Gregory Nutt
|
6c64f9286a
|
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
|
4867c1f891
|
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
|
ee20a6dfde
|
Minor documentation update
|
2013-05-24 14:05:20 -06:00 |
|
Gregory Nutt
|
04bf7930f8
|
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
|
8effa3e3f9
|
Fix bugs in SLCD test and in SLCD CODEC
|
2013-05-24 11:11:48 -06:00 |
|
Gregory Nutt
|
5f713af7a1
|
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
|
4b554ae675
|
Add SLCD ioctl commands
|
2013-05-23 18:25:02 -06:00 |
|
Gregory Nutt
|
449c597e2c
|
Revised SLCD bit manipulation for STM32L-Discovery
|
2013-05-23 17:37:29 -06:00 |
|
Gregory Nutt
|
a189ccebe5
|
STM32L-Discovery LCD driver is code compele but untested
|
2013-05-23 15:23:29 -06:00 |
|
Gregory Nutt
|
bc170f11b4
|
Beginning of a segment LCD driver for the STM32L-Discovery
|
2013-05-22 18:12:54 -06:00 |
|