David Sidrane
|
ad1da7554d
|
Merged in david_s5/nuttx-10/david_s5/fixes-warning-and-file-name-1487791178172 (pull request #218)
Fixes warning and file name
Approved-by: Gregory Nutt
|
2017-02-22 19:24:54 +00:00 |
David Sidrane
|
4692399e18
|
Fixes warning and file name
|
2017-02-22 19:19:49 +00:00 |
Gregory Nutt
|
4539988d00
|
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
|
2017-02-22 10:41:49 -06:00 |
Gregory Nutt
|
fb0e4d66c0
|
Fix ordering of parameters in call to memmove() in strings.h. Noted by David Sidrane.
|
2017-02-22 10:34:10 -06:00 |
Gregory Nutt
|
ea5d7810f6
|
Merge branch 'fuse'
|
2017-02-22 10:21:43 -06:00 |
Gregory Nutt
|
cb7c5f9921
|
Implement strings.h macros as inline functions when possible for better C++ compatibility.
|
2017-02-22 10:20:58 -06:00 |
Gregory Nutt
|
22a8c2178d
|
cstring: undefine macros defined in new strings.h.
|
2017-02-22 06:59:39 -06:00 |
Gregory Nutt
|
5e09de3703
|
drivers/tone.c: 50% duty needs to be expressed a a fixed precision number
|
2017-02-22 06:35:20 -06:00 |
Gregory Nutt
|
ae86d7a8c8
|
Fix mismatched function prototype.
|
2017-02-21 07:48:00 -06:00 |
Gregory Nutt
|
bb059432ea
|
Move local variables to top of function for compliance with coding standard.
|
2017-02-20 17:54:04 -06:00 |
Gregory Nutt
|
c776407f64
|
This should resolve issue #30: Audio Tone Generator and PWM Multiple Output Channel options. I don't actually have a setup to verify it, however.
|
2017-02-20 17:26:56 -06:00 |
Gregory Nutt
|
426d18a8ea
|
Update some comments
|
2017-02-20 14:31:43 -06:00 |
Gregory Nutt
|
a92a865be6
|
TABs instead of spaces in Kconfig
|
2017-02-20 14:29:56 -06:00 |
Gregory Nutt
|
59a189be74
|
Update some comments.
|
2017-02-20 12:46:22 -06:00 |
Jussi Kivilinna
|
4dfb8268f3
|
stm32f7: stm32_allocateheap: allow use DTCM memory for heap
STM32F7 has up to 128KiB of DTCM memory that is currently left unused.
This patch adds DTCM to main heap if CONFIG_STM32F7_DTCMEXCLUDE is not enabled.
|
2017-02-20 08:42:51 -06:00 |
Gregory Nutt
|
4b4f0dc4df
|
STM32L4 COMP: Remove some unused definitions
|
2017-02-20 08:41:43 -06:00 |
mrechte
|
59870cd1f6
|
Merged nuttx/nuttx into master
|
2017-02-20 07:34:35 +01:00 |
Gregory Nutt
|
0fc226dd53
|
Changes from review of last PR
|
2017-02-19 14:58:37 -06:00 |
mrechte
|
b9e71826ce
|
Merged nuttx/nuttx into master
|
2017-02-19 21:31:38 +01:00 |
mrechte
|
b566baaf5c
|
Merged in mrechte/nuttx-twrk64 (pull request #216)
Add twr-k64f120m config and fix some ENET related problems
Approved-by: Gregory Nutt
|
2017-02-19 20:29:06 +00:00 |
Marc Rechté
|
1838171d43
|
Add twr-k64f120m config and fix some ENET related problems
|
2017-02-19 21:20:56 +01:00 |
Gregory Nutt
|
6e32d74b33
|
Cosmetic changes from review of the last PR
|
2017-02-19 11:49:42 -06:00 |
Mateusz Szafoni
|
147a99a9cc
|
Merged in raiden00/nuttx (pull request #214)
Add driver for the ST L3GD20 3 axis gyro
Approved-by: Gregory Nutt
|
2017-02-19 17:35:03 +00:00 |
Gregory Nutt
|
4033953878
|
STM32L4 COMP: Port from Motorola MDK.
|
2017-02-19 11:33:35 -06:00 |
raiden00
|
d45b731fbd
|
config/stm32f429i-disco: add support for the L3GD20 driver
|
2017-02-19 17:43:54 +01:00 |
raiden00
|
82cb38c824
|
drivers/sensors: Add driver for the ST L3GD20 3 axis gyro
|
2017-02-19 17:43:44 +01:00 |
Gregory Nutt
|
e61ded4a14
|
STM32L4: Add Comparator register definition file.
|
2017-02-19 10:09:17 -06:00 |
Gregory Nutt
|
d900e1fac0
|
STM32L4: Bring LPTIM driver in from the Motorola MDK.
|
2017-02-18 11:06:20 -06:00 |
Gregory Nutt
|
6bafdb1cdc
|
Remove some dangling whitespace at the end of some lines.
|
2017-02-18 10:20:08 -06:00 |
Gregory Nutt
|
085616d651
|
STM32L4: Bring power management logic from Motrola MDK into NuttX
|
2017-02-18 10:18:42 -06:00 |
Gregory Nutt
|
e29b50e00a
|
Fix recurring naming problem: KXTJ9 vs KXJT9.
|
2017-02-18 08:08:41 -06:00 |
Gregory Nutt
|
6fe94b5724
|
Trivial cosmetic, alignement changes.
|
2017-02-17 17:50:56 -06:00 |
Gregory Nutt
|
e4e7528b1a
|
Port STM32L4 SAI driver from MDK.
|
2017-02-17 15:13:36 -06:00 |
Gregory Nutt
|
377fadc816
|
STM32L4: Add SAI register definition header file.
|
2017-02-17 13:52:22 -06:00 |
Gregory Nutt
|
acf020c649
|
Add setbuf and setvbuf to cstdio.
|
2017-02-17 10:06:30 -06:00 |
Gregory Nutt
|
7a4d498b42
|
wctype.h needs extern C
|
2017-02-17 09:48:55 -06:00 |
Gregory Nutt
|
673b2ed2bf
|
Update cwchar. Add cwctype.
|
2017-02-17 09:45:54 -06:00 |
Gregory Nutt
|
74160ccc4e
|
Add syscall support for fstatfs.
|
2017-02-17 08:46:07 -06:00 |
Gregory Nutt
|
656935ed7e
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |
Jussi Kivilinna
|
dd1aa2357b
|
Allow board to configure HSE clock in bypass-mode. This is needed to enable HSE with Nucleo-F746ZG board.
|
2017-02-17 07:15:22 -06:00 |
Masayuki Ishikawa
|
351d46444c
|
Merged in masayuki2009/nuttx.nuttx/fix_lm3s_ethernet (pull request #213)
LM3S Ethernet: Fix interrupt work in the last big commit.
Approved-by: Gregory Nutt
|
2017-02-17 13:04:40 +00:00 |
Masayuki Ishikawa
|
add2fbfa85
|
LM3S Ethernet: Fix interrupt work in the last big commit.
|
2017-02-17 17:40:58 +09:00 |
Gregory Nutt
|
6c6d649b7c
|
Update document
|
2017-02-16 17:18:50 -06:00 |
Gregory Nutt
|
5c94f64dee
|
Update document
|
2017-02-16 16:54:03 -06:00 |
Gregory Nutt
|
4d23bfd73d
|
Update libc/libc.csv
|
2017-02-16 16:35:24 -06:00 |
Gregory Nutt
|
4f5879f998
|
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 16:10:09 -06:00 |
Gregory Nutt
|
6d1f3da289
|
C library: Add support for rindex().
|
2017-02-16 15:22:30 -06:00 |
Gregory Nutt
|
2cfbf9c8d8
|
C library: Add strtoimax and strtoumax.
|
2017-02-16 15:12:37 -06:00 |
Gregory Nutt
|
4ed3ae19d7
|
Add file that I forgot to add in last commit. Move libc/stdlib/lib_imaxabs.c to inittypes/.
|
2017-02-16 14:54:35 -06:00 |
Gregory Nutt
|
a49b349614
|
C library: Add swab()
|
2017-02-16 14:42:27 -06:00 |