Gregory Nutt
f9290f2bfa
Update ChangeLog
2015-02-24 07:30:45 -06:00
Gregory Nutt
9ab0d4c56f
fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko.
2015-02-24 07:29:47 -06:00
Gregory Nutt
0c9f7bcda6
Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'
2015-02-24 07:13:48 -06:00
Gregory Nutt
1c4863c24e
Trivial update to some comments
2015-02-24 06:41:28 -06:00
sauttefk
15618613ab
Fix SSI TX and RX legacy mapping of TM4C1294NC
2015-02-24 03:31:12 +01:00
sauttefk
81e5edf1e2
EK-TM4C1294XL Launchpad has no SD-card socket
2015-02-24 03:29:02 +01:00
Gregory Nutt
4320b1b1a3
CAN driver: Another Ooops... Cannot save the updated driver open count if the we fail to initialize the CAN driver, causing the open to fail
2015-02-23 20:14:39 -06:00
Gregory Nutt
f4a2ebc220
CAN driver: Oop. unlink method does not exist if there operaions on the pseudo filesystem are disabled
2015-02-23 19:49:19 -06:00
sauttefk
09ebf22238
Fixed cut & paste error. corrected naming of Tiva series developement
...
boards.
2015-02-24 02:36:37 +01:00
Gregory Nutt
3e12bb9963
Update ChangeLog
2015-02-23 19:31:59 -06:00
Gregory Nutt
ebe289725b
in nuttx/drivers/can.c can_open function:
...
this line "dev->cd_ocount = tmp;" needs to be moved a few lines down otherwise the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks.
SourceForge Patch #46 from Anonymous
2015-02-23 19:28:52 -06:00
Gregory Nutt
a42813c756
PIC32MZ: Fix some PLL setup logic
2015-02-23 17:27:28 -06:00
Gregory Nutt
40da362b4b
PIC32MZ: Fix an error in the branch target of the hard-coded power up reset branch
2015-02-23 17:09:57 -06:00
Gregory Nutt
87f893887d
PIC32MZ: Most related to start up file a FLASH device configuration setup
2015-02-23 16:36:35 -06:00
Gregory Nutt
9432a01645
PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected
2015-02-23 12:09:34 -06:00
Gregory Nutt
e575921d93
PIC32MZ: Resolve a PIC32 dependency in the generic MIPS32 code
2015-02-23 11:56:16 -06:00
Gregory Nutt
abbaa2f565
Some typos noted by David Sidrane
2015-02-23 11:49:02 -06:00
Gregory Nutt
4506980f8b
Update ChangeLog
2015-02-23 11:07:06 -06:00
Gregory Nutt
3a67c182b4
sfrtime: Missing implementation of %C (was being treated as %y). From Freddie Chopin
2015-02-23 11:05:07 -06:00
Gregory Nutt
d787972121
Finishes PIC32MZ device configuration definitions
2015-02-23 09:58:34 -06:00
Gregory Nutt
e2f693369a
PIC32MZ: Add memorymap and devcfg header files
2015-02-22 16:21:12 -06:00
Gregory Nutt
4cf0188a39
PIC32MZ: Framework for startup function. Still has too much PIC32MX garbage in it to be credible
2015-02-22 14:30:53 -06:00
Gregory Nutt
2d0589a3cd
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
2015-02-22 13:45:59 -06:00
Gregory Nutt
5fd0de547b
Remove support for obsolete PIC32 toolchain configuration names
2015-02-22 12:14:20 -06:00
Gregory Nutt
d7f3f43392
Update ChangeLog
2015-02-22 10:55:23 -06:00
Gregory Nutt
13926ce019
PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'
2015-02-22 10:53:24 -06:00
Gregory Nutt
ea1640a0a8
Update ChangeLog
2015-02-22 08:48:11 -06:00
Gregory Nutt
4e6bdbce59
Add basic board support for the PIC32MZ (can't build yet of course because there is not yet any PIC32MZ support)
2015-02-22 08:47:09 -06:00
Gregory Nutt
96b61a2bdb
Update ChangeLog
2015-02-21 19:45:31 -06:00
Gregory Nutt
d3effb81e9
Add path for Pinguino tools. Need to be careful because bin directory has an incompatible make.exe in it
2015-02-21 19:42:46 -06:00
Gregory Nutt
f73d4c106f
Fix a typo that prevents building PIC32... How long has that been there?
2015-02-21 19:41:59 -06:00
Gregory Nutt
068bb36a6d
Current Pinguino toolchain uses prefix p32 instead of mips
2015-02-21 19:41:26 -06:00
Gregory Nutt
3d4d63dda2
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
2015-02-21 19:40:50 -06:00
Gregory Nutt
2d3d223d3d
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
2015-02-21 19:40:22 -06:00
Gregory Nutt
cd5b167647
Refresh configurations
2015-02-21 19:38:56 -06:00
Gregory Nutt
78bf6bbf29
Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit
2015-02-21 18:41:17 -06:00
Gregory Nutt
54c16a78ca
STM32: Fix for compilation introduced by last backup RAM change. Not sure it it is correct, be now things do compile
2015-02-21 17:51:03 -06:00
Gregory Nutt
bf11793fc2
Fix some minor typos in the uClibc++ install script
2015-02-21 15:54:11 -06:00
Gregory Nutt
7ab3afaa07
Oops.. accidentally deleted a line from the ChangeLog
2015-02-21 15:46:13 -06:00
Gregory Nutt
a826bfb5c4
Update ChangeLog
2015-02-21 15:19:13 -06:00
Gregory Nutt
f0349fa24e
Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane.
2015-02-21 15:15:51 -06:00
Gregory Nutt
1106469a7c
Changes to support fully write protecting the backup domain. N.B. stm32_pwr_enablebkp did not account for the delay from enable to the domain being writable. The KISS solution is a up_udelay. A more complex solution would be a negated write test with restore. From David Sidrane.
2015-02-21 14:53:33 -06:00
Gregory Nutt
de24be267f
Update ChangeLog
2015-02-20 13:42:27 -06:00
Gregory Nutt
0260620fdc
Tiva GPIO clean-up by Calvin Maguranis
2015-02-20 13:40:25 -06:00
Gregory Nutt
1c9144c5a6
Update ChangeLog
2015-02-20 13:32:37 -06:00
Gregory Nutt
f79306d9e6
Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/tiva/tiva_gpio.h where they belong
2015-02-20 13:31:43 -06:00
Gregory Nutt
680d39a520
Update ChagneLog
2015-02-20 12:33:32 -06:00
Gregory Nutt
9db37ff67d
tm4c123g-launchpad: Add board button interrupt logic. From Calvin Maguranis
2015-02-20 12:32:39 -06:00
Gregory Nutt
abb6e41550
Porting Guide: Reorder some paragraphs for a clearer distinction of driver types
2015-02-20 11:36:56 -06:00
Gregory Nutt
a889f37548
Update porting guide to include some trivial description of the touchscreen controller interfaces
2015-02-20 10:41:09 -06:00