Gregory Nutt
|
f273bcfa82
|
Fix a typo that prevents building PIC32... How long has that been there?
|
2015-02-21 19:41:59 -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
|
c5b3e3e7aa
|
Current Pinguino toolchain uses prefix p32 instead of mips
|
2015-02-21 19:41:26 -06:00 |
|
Gregory Nutt
|
068bb36a6d
|
Current Pinguino toolchain uses prefix p32 instead of mips
|
2015-02-21 19:41:26 -06:00 |
|
Gregory Nutt
|
31beaf3fbf
|
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
|
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
|
2a5c0b10ce
|
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
|
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
|
4e123c3b40
|
Refresh configurations
|
2015-02-21 19:38:56 -06:00 |
|
Gregory Nutt
|
cd5b167647
|
Refresh configurations
|
2015-02-21 19:38:56 -06:00 |
|
Gregory Nutt
|
a2d78af524
|
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
|
de4666e49d
|
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
|
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
|
0dc70108b8
|
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
|
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
|
63711ad338
|
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
|
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
|
7d43cf2087
|
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
|
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
|
2d91128111
|
Tiva GPIO clean-up by Calvin Maguranis
|
2015-02-20 13:40:25 -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
|
a0a553f3e9
|
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
|
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
|
738cd4163d
|
tm4c123g-launchpad: Add board button interrupt logic. From Calvin Maguranis
|
2015-02-20 12:32:39 -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
|
c329af3108
|
Porting Guide: Reorder some paragraphs for a clearer distinction of driver types
|
2015-02-20 11:36:56 -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
|
a0c4c8fbec
|
Update porting guide to include some trivial description of the touchscreen controller interfaces
|
2015-02-20 10:41:09 -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 |
|
Gregory Nutt
|
d6790d2759
|
Update ChangeLog
|
2015-02-20 07:09:30 -06:00 |
|
Gregory Nutt
|
ac0cd3655a
|
Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen
|
2015-02-20 07:07:36 -06:00 |
|
Gregory Nutt
|
cded7ea682
|
Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen
|
2015-02-20 07:07:36 -06:00 |
|
Gregory Nutt
|
63f88fc55f
|
Add some comments
|
2015-02-19 11:47:34 -06:00 |
|
Gregory Nutt
|
b478c11b85
|
Back out definition of mbstate_t. That is a mistake
|
2015-02-19 09:56:53 -06:00 |
|
Gregory Nutt
|
8bd9203d49
|
Add mbstate_t to wchar.h and cwchar
|
2015-02-19 09:21:35 -06:00 |
|
Gregory Nutt
|
5b1514cc9b
|
Add an empty cwchar file
|
2015-02-19 06:32:10 -06:00 |
|
Gregory Nutt
|
2732da28a3
|
C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane
|
2015-02-18 20:51:11 -06:00 |
|
Gregory Nutt
|
c3e9eac800
|
Update ChangeLog
|
2015-02-18 09:38:04 -06:00 |
|
Gregory Nutt
|
2532e33de2
|
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
|
2015-02-18 09:34:58 -06:00 |
|
Gregory Nutt
|
63ab39b274
|
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
|
2015-02-18 09:34:58 -06:00 |
|
Gregory Nutt
|
d3196ca5c3
|
The RTC ioctl() method is now a configuration option
|
2015-02-18 08:23:10 -06:00 |
|
Gregory Nutt
|
e2336a07bb
|
The RTC ioctl() method is now a configuration option
|
2015-02-18 08:23:10 -06:00 |
|
Gregory Nutt
|
57eb72a13f
|
Add an IOCTL method to the RTC interface
|
2015-02-18 08:05:31 -06:00 |
|
Gregory Nutt
|
f94e601981
|
Add an IOCTL method to the RTC interface
|
2015-02-18 08:05:31 -06:00 |
|