Commit Graph

9497 Commits

Author SHA1 Message Date
Gregory Nutt
c147913e27 Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz Meier. 2014-11-12 07:27:28 -06:00
Gregory Nutt
6a9296c397 Fix prolblems with redefinitions of fdb macro. With the fix to the syslog prototype, a LOG priority must now be the first paramter. Fixed by replacing all occurrences of fdbg with syslog(LOG_DEBUG, and eliminating the macro redefinitions. Noted by Sebastien Lorquet. 2014-11-12 07:15:13 -06:00
Gregory Nutt
f06289e4d5 If the INTR granule allocator mode is enabled, there is no
semaphore to destroy.  From Lorenz Meier.
2014-11-12 06:56:32 -06:00
Gregory Nutt
b5d737aa00 Update ChangeLog 2014-11-11 11:54:32 -06:00
Gregory Nutt
c23b7ec93d From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function. 2014-11-11 11:52:24 -06:00
Gregory Nutt
333824c32b Update README files 2014-11-11 09:36:33 -06:00
Gregory Nutt
f9ff3469f6 Fix a typo in an I2C header file. From Jahu Niskanen 2014-11-11 07:12:16 -06:00
Gregory Nutt
6fd018089c Check link target - do nothing if link is already created and the target matches the request. From Freddie Chopin. 2014-11-11 07:00:18 -06:00
Gregory Nutt
0ef0793bf9 Update ChangeLog 2014-11-10 18:21:43 -06:00
Gregory Nutt
2caeead612 Fix an important bug in the watchdog creation logic 2014-11-10 18:15:26 -06:00
Gregory Nutt
9ff5d5ee6e Update ChangeLogs 2014-11-10 15:15:22 -06:00
Gregory Nutt
6e387ee135 Add ANSI/VT100 color codes 2014-11-10 15:10:57 -06:00
Gregory Nutt
2818e905c7 Refresh configuration 2014-11-10 13:43:43 -06:00
Gregory Nutt
b457c26e3c Update ChangeLog 2014-11-10 07:48:48 -06:00
Gregory Nutt
3c6dd42e28 Remove stm32f100rc_generic board configuration 2014-11-10 07:48:48 -06:00
Gregory Nutt
23c41e1026 Update ChangeLog 2014-11-10 07:48:47 -06:00
Gregory Nutt
54245b1b9c Support for the STM32F103RG. From Murilo Ponte 2014-11-10 07:48:46 -06:00
Gregory Nutt
5073f3e951 EFM32: Reduce writes to the CTRL register 2014-11-09 09:43:43 -06:00
Gregory Nutt
fe7bdb284e EFM32: Fix issues associated with SPI bi order. From Pierre 2014-11-09 08:21:38 -06:00
Gregory Nutt
8e5ae2ee18 EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by Pierre 2014-11-08 06:18:21 -06:00
Gregory Nutt
f2c661f7e1 Merge remote-tracking branch 'origin/master' into bas24 2014-11-07 15:57:11 -06:00
Gregory Nutt
fcc2a1bb4b Fix incorrect comment 2014-11-07 15:54:24 -06:00
Gregory Nutt
73981ddb9b BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic 2014-11-07 15:03:03 -06:00
Gregory Nutt
8d8928c68a Update ChangeLog 2014-11-07 10:37:18 -06:00
Gregory Nutt
d9b238b002 Extend MTD support to M25P16. From Sébastien Lorquet 2014-11-07 10:35:03 -06:00
Gregory Nutt
f29df7bc58 Merge remote-tracking branch 'origin/master' into bas24 2014-11-06 14:17:19 -06:00
Gregory Nutt
fecad1027c Update csdtio too 2014-11-06 07:11:23 -06:00
Gregory Nutt
ee22104762 Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilation errors. Noted by Lorenz Meier 2014-11-06 07:00:23 -06:00
Gregory Nutt
f54667a7e9 Update ChangeLog 2014-11-05 15:27:46 -06:00
Gregory Nutt
b99db64f15 rwbuffer, fix compiler error 2014-11-05 15:26:48 -06:00
Gregory Nutt
67f8002de9 EFM32 USB: More naming fixes... still does not compile 2014-11-05 14:22:12 -06:00
Gregory Nutt
8e805d4ac5 Merge remote-tracking branch 'origin/master' into bas24 2014-11-05 10:47:50 -06:00
Gregory Nutt
64a40490d2 Update ChangeLog 2014-11-05 10:46:04 -06:00
Gregory Nutt
48888ad65b Add tmpnam() and tempnam() 2014-11-05 10:44:16 -06:00
Gregory Nutt
787cd466d2 Add tmpnam() and tempnam() 2014-11-05 10:43:17 -06:00
Gregory Nutt
d13731711f Add mktemp() and mkstemp() 2014-11-05 09:39:18 -06:00
Gregory Nutt
22811f0358 Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR 2014-11-05 07:49:20 -06:00
Gregory Nutt
593f098cfd BAS: Combine all text files (READEME, LICENSE, and NEWS) into a single README.txt file 2014-11-04 12:07:18 -06:00
Gregory Nutt
b5c9da4485 Merge remote-tracking branch 'origin/master' into bas24 2014-11-04 11:57:16 -06:00
Gregory Nutt
4859d610dd EFM32 USB: A few more naming conversions... still a long way to go 2014-11-04 11:48:41 -06:00
Gregory Nutt
54fe538f25 EFM32: Port USB device and host drivers from STM32. Still does not compile 2014-11-04 10:14:04 -06:00
Gregory Nutt
e31947689d EFM32: Add USB build support 2014-11-04 06:47:14 -06:00
Gregory Nutt
5c64d09b02 Update Documentation 2014-11-03 17:35:26 -06:00
Gregory Nutt
781f537f3e Merge remote-tracking branch 'origin/master' into bas24 2014-11-03 17:22:38 -06:00
Gregory Nutt
0fd1f6b912 Update ChangeLog 2014-11-03 17:21:28 -06:00
Gregory Nutt
35006f48de STM32GG Starter Kit: Misc bugfixes for clean compile of the NSH configuration 2014-11-03 17:20:03 -06:00
Gregory Nutt
e1fcd2b550 STM32GG Starter Kit: Add basic NSH configuration 2014-11-03 16:58:22 -06:00
Gregory Nutt
9a7743bae8 STM32GG Starter Kit: Add Makefile and boot logic 2014-11-03 16:26:55 -06:00
Gregory Nutt
7b9523e44d STM32GG Starter Kit: Add Kconfig and linker script files 2014-11-03 16:22:29 -06:00
Gregory Nutt
4df8237637 EFM32GG: Add a few files for the starter kit 2014-11-03 16:13:12 -06:00