Gregory Nutt
|
77f70317bb
|
graphics/: Extend build system so that it will, eventually, be able to build a VNC server and client
|
2016-04-13 15:42:56 -06:00 |
|
Gregory Nutt
|
ecf0bcf13c
|
Make graphics build system work like other directories
|
2016-04-13 15:39:03 -06:00 |
|
Gregory Nutt
|
81fe96e69a
|
Fix trivial spacing problem in X11 keycode header file
|
2016-04-12 16:16:44 -06:00 |
|
Gregory Nutt
|
48b00cd873
|
Add X11 keypad encodings. These are used by other things other than X11.. like VNC.
|
2016-04-12 15:48:49 -06:00 |
|
Gregory Nutt
|
701db3a624
|
NuttX.html: Correct a URL
|
2016-04-12 12:28:05 -06:00 |
|
Gregory Nutt
|
91686e671c
|
configs/nucleus2g: Remove this board from the configs/ directory. A snapshot is still available in the Obsoleted repository
|
2016-04-12 12:19:30 -06:00 |
|
Gregory Nutt
|
99d981c3fc
|
Kinetis SDHC: May work queue dependencies clearer
|
2016-04-12 09:07:25 -06:00 |
|
Gregory Nutt
|
9008308b64
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
|
Gregory Nutt
|
3fba968bb0
|
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
|
2016-04-11 11:14:18 -06:00 |
|
Gregory Nutt
|
2e49111a17
|
Fix an error in a DEBUG assertion
|
2016-04-11 09:07:23 -06:00 |
|
Gregory Nutt
|
6653c5cbf3
|
Signals: Correct implementation of sigset(). It is not just signal() with a different name; it has some additional signal mask handling functionality
|
2016-04-11 09:04:54 -06:00 |
|
Stefan Kolb
|
fec1931def
|
SAMv7 Kconfig: Correct range of SAMV7_PROGMEM_NSECTORS
|
2016-04-11 06:21:04 -06:00 |
|
Gregory Nutt
|
947aa792db
|
Signals: Fix the macro that maps segset() to signal(). Parameters were not correct.
|
2016-04-10 16:41:50 -06:00 |
|
Gregory Nutt
|
3de87c8693
|
Fix top-level .gitignore. What was I thinking?
|
2016-04-10 14:39:59 -06:00 |
|
Gregory Nutt
|
28a4ca6713
|
libc/signal and include/signal.h: Rename sigset() to signal(). sigset() is the System V function; signal() is the obsoleted POSIX name. These seem to be equivalent. Neither are relevant in modern POSIX programming but the name signal() probably has better credentials. sigset() is now relegated to a #define in signal.h that makes it equivalent to signal().
|
2016-04-10 14:35:45 -06:00 |
|
Gregory Nutt
|
502ac79e0c
|
Remove empty .gitmodules file
|
2016-04-10 09:16:02 -06:00 |
|
Gregory Nutt
|
8eb7898a91
|
RTC driver: A PID of zero should mean to notify the calling task
|
2016-04-10 09:12:50 -06:00 |
|
Gregory Nutt
|
b909099f09
|
Update some README files
|
2016-04-10 09:12:00 -06:00 |
|
Gregory Nutt
|
3228d32938
|
Correct permmisions on executable scripts
|
2016-04-10 09:11:59 -06:00 |
|
Gregory Nutt
|
51bed92fc2
|
STM32F429i-disco: Add uVision GCC IDE project files
|
2016-04-10 09:11:56 -06:00 |
|
Kha Vo
|
7689de230b
|
STM32F29i-disco: Add uVision GCC IDE template files for the STM32F429i Discovery
|
2016-04-10 09:11:56 -06:00 |
|
Kha Vo
|
5912c840cb
|
IAR/uVision template and ICF files
|
2016-04-10 09:11:55 -06:00 |
|
Gregory Nutt
|
4449b95fda
|
Add references to new README files
|
2016-04-10 09:11:54 -06:00 |
|
Kha Vo
|
db70124478
|
STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs.
|
2016-04-10 09:11:53 -06:00 |
|
Gregory Nutt
|
1df1148bae
|
STM3220G-EVAL: Update README.txt file describing how to build using the IAR toolchain
|
2016-04-10 09:11:52 -06:00 |
|
Kha Vo
|
7d2937d481
|
tools: Add the IDE exported Python script for use with the IAR toolchain
|
2016-04-10 09:11:51 -06:00 |
|
Gregory Nutt
|
b3a177618f
|
Oops: Forgot to add file in previous commit
|
2016-04-10 09:11:50 -06:00 |
|
Kha Vo
|
20acc13393
|
Networking: IAR compiler does not tolerate empty unions
|
2016-04-10 09:11:50 -06:00 |
|
Kha Vo
|
e0a4221fe0
|
ARMv7-M: Add an IAR version of the test'n'set assembly file
|
2016-04-10 09:11:49 -06:00 |
|
Gregory Nutt
|
2902dc8c3e
|
Restore top-level .gitignore; testbuild.sh must distinguish CONFIG_ARM_TOOLCHAIN_GNU from other symbols that begin with the same string
|
2016-04-10 09:11:48 -06:00 |
|
Gregory Nutt
|
c964ab6b2b
|
Update URLs in documentation to account for removal of submodules
|
2016-04-10 08:54:21 -06:00 |
|
Gregory Nutt
|
45f57ca82a
|
testbuild.sh: Needs to avoid disabling CONFIG_ARM_TOOLCHAIN_GNU
|
2016-04-10 08:51:59 -06:00 |
|
Sergei Ustinov
|
8a5bf3c230
|
STM32 DAC output buffers correct enable.
|
2016-04-10 08:51:59 -06:00 |
|
Gregory Nutt
|
7337e748de
|
Merge in configs/ submodule
|
2016-04-10 07:57:59 -06:00 |
|
Gregory Nutt
|
48106e605a
|
Merge in arch/ submodule
|
2016-04-10 07:49:41 -06:00 |
|
Gregory Nutt
|
835ad1bd4d
|
Merge in the Documentation submodule
|
2016-04-10 07:38:26 -06:00 |
|
Gregory Nutt
|
a031fc1a88
|
Remove submodules
|
2016-04-09 12:36:05 -06:00 |
|
Gregory Nutt
|
8b848504c3
|
Fix all URLs to the NuttX repository
|
2016-04-06 18:04:06 -06:00 |
|
Gregory Nutt
|
6e24c287f6
|
Merge branch 'master' of bitbucket.org:nuttx/boards into HEAD
|
2016-04-06 17:59:30 -06:00 |
|
Gregory Nutt
|
3e0efd7279
|
Fix all URLs to the NuttX repository
|
2016-04-06 17:56:40 -06:00 |
|
Gregory Nutt
|
2693be512b
|
Fix all URLs to the NuttX repository
|
2016-04-06 17:55:14 -06:00 |
|
Gregory Nutt
|
85574ad023
|
Olimex STM32 H407: Handle initialization errors consistently
|
2016-04-05 17:40:51 -06:00 |
|
Gregory Nutt
|
f07be860dd
|
Olimex STM32 H407: Add basic infrastructure for MMC/Sd support
|
2016-04-05 17:15:50 -06:00 |
|
Gregory Nutt
|
7bca472334
|
Olimex-STM32_H407: Move board initialization logic from stm32_appinit.c to stm32_bringup.c; Add support for the RTC driver
|
2016-04-05 09:17:54 -06:00 |
|
Gregory Nutt
|
f4920eae36
|
Olimex-STM32-H407: Pick up a few changes from PR38. Most of those changes are, however, not appropriate or not incompliance with NuttX naming or coding style.
|
2016-04-05 08:04:52 -06:00 |
|
Gregory Nutt
|
3045f4910e
|
Update submodules
|
2016-04-04 10:55:25 -06:00 |
|
Sebastien Lorquet
|
8f15af280a
|
Sort DMA by function; Fix one misnamed definition.
|
2016-04-04 09:49:44 -06:00 |
|
Gregory Nutt
|
dc71a47df6
|
RTC: Fix some configuration issues when RTC_ALARM is disabled
|
2016-04-04 09:24:27 -06:00 |
|
Gregory Nutt
|
b4fc040783
|
RTC: Fix some compile issues when RTC_ALARM is disabled
|
2016-04-04 09:24:06 -06:00 |
|
Gregory Nutt
|
8a076d4c09
|
Eliminate a warning
|
2016-04-04 08:30:03 -06:00 |
|