Alan Carvalho de Assis
|
e6e72bda02
|
Bambino-200E: Use .elf extension on all executables.
|
2017-02-09 11:37:52 -06:00 |
|
Gregory Nutt
|
1d290c2b37
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
|
Alan Carvalho de Assis
|
ea53894e51
|
Bamboo-200E: Add netnsh configuration
|
2017-02-08 12:55:40 -06:00 |
|
Gregory Nutt
|
e803e2c3f4
|
Costmetic changes from review of last PR.
|
2017-02-07 17:16:56 -06:00 |
|
David Sidrane
|
a065b087fd
|
Added MCG settings that are defiend on the K64 Soc
Added BOARD_MCG_C2_FCFTRIM and BOARD_MCG_C2_LOCRE0 to
configure the MCG_C2 register
cleanup of some comments
|
2017-02-07 12:38:28 -10:00 |
|
David Sidrane
|
bbd9bf4180
|
Fixes illdefined BOARD_FR_DIV with BOARD_FRDIV from MCG
Original BOARD_FR_DIV was never used - that is a good thing because
the value ws definec shifted and the code also shifited it.
|
2017-02-07 12:38:28 -10:00 |
|
Gregory Nutt
|
62a1f6f110
|
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
|
2017-02-07 10:35:04 -06:00 |
|
Gregory Nutt
|
b77c863d7f
|
STM32F429i-DISCO: Refresh configurations
|
2017-01-31 17:13:15 -06:00 |
|
Gregory Nutt
|
3898fc0a16
|
STM32F429-DISCO: Move some board initialization logic that is not usuable because it lacks the configuration options to make it so
|
2017-01-31 17:06:54 -06:00 |
|
Gregory Nutt
|
1c66c06315
|
STM32F7 SDMMC: Make sure that all SDMMC configuration variables begin with STM32F7_; Eliminate CONFIG_SDMMC1/2_DMA altogether. Does not appear to be used.
|
2017-01-31 14:27:50 -06:00 |
|
Gregory Nutt
|
97482c9cdc
|
STM32F103-Minimum: Fix a compile error. CONFIG_STM32_TICKLESS_ONESHOT_TIMER is only defined in TICKLESS mode. Somebody has been hand editing .config files.
|
2017-01-31 12:35:05 -06:00 |
|
Gregory Nutt
|
3dbdb3bb31
|
CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit
|
2017-01-31 11:52:00 -06:00 |
|
Gregory Nutt
|
9ac00a355f
|
Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots.
|
2017-01-31 09:16:01 -06:00 |
|
Gregory Nutt
|
4c39b68505
|
SAME70-Xplained: Clone some recent SAMV71-XULT changes
|
2017-01-30 14:10:22 -06:00 |
|
Gregory Nutt
|
8ab77c55cd
|
SAMv71-XULT: Fixes to knsh configuration. Still does not work properly.
|
2017-01-30 12:49:07 -06:00 |
|
Gregory Nutt
|
eeeb0ad112
|
Refresh all SAM v7 configurations
|
2017-01-30 11:24:32 -06:00 |
|
Gregory Nutt
|
d56d16595a
|
New apps/examples/module and sotest configuration options
|
2017-01-30 08:42:31 -06:00 |
|
Gregory Nutt
|
86bdd0a4c7
|
Modules: Move last of many C files from sched/module to libc/modlib
|
2017-01-29 11:54:54 -06:00 |
|
Gregory Nutt
|
00e46b5966
|
Move gnu-elf.ld from sched/module to libc/modlib. Update paths in Make.defs files to account for new location of file
|
2017-01-29 09:03:01 -06:00 |
|
Gregory Nutt
|
2717e781f0
|
libc/modlib: Add build a configuration logic for a shared module library.
|
2017-01-29 08:55:27 -06:00 |
|
Gregory Nutt
|
a2150c1e35
|
Olimex STM32 P407: Add support for on-board microSD slot. Does not work... Currently all commands to the SD card timeout.
|
2017-01-28 10:17:10 -06:00 |
|
Gregory Nutt
|
f858027d56
|
Configurations that enable OSTEST must not disable signals.
|
2017-01-24 09:26:11 -06:00 |
|
Gregory Nutt
|
ec755a4091
|
SYSCALLS: Correct a bad function prototype generated in PROTECTED mode with kernel modules enabled.
|
2017-01-23 14:04:32 -06:00 |
|
Gregory Nutt
|
6f5a9eb451
|
Olimex-stm32-p407: Add a NSH protected build configuration; Enable procfs/ in all configurations.
|
2017-01-23 10:38:54 -06:00 |
|
Gregory Nutt
|
f6504be6ef
|
Update README
|
2017-01-22 18:09:34 -06:00 |
|
Gregory Nutt
|
1b9f2795f6
|
Olimex STM32 p407: Add module build flags to NSH Make.defs
|
2017-01-22 15:08:42 -06:00 |
|
Gregory Nutt
|
edd9186540
|
ELF: Move ARMv7-A and ARMv7-R versions of ELF relocation logic to libc/machine
|
2017-01-21 14:40:26 -06:00 |
|
Gregory Nutt
|
3c4684ef5f
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
|
Neil Hancock
|
2ece27f435
|
Kinetis: Add support for K64/K66 RTC lower half driver
|
2017-01-17 15:34:44 -06:00 |
|
Alan Carvalho de Assis
|
7fc25c0e7f
|
STM32F103 Minimum: Add support for nRF24 on STM32F103-Minimum board
|
2017-01-15 12:46:22 -06:00 |
|
Gregory Nutt
|
3deb8eda59
|
Update README file, comments.
|
2017-01-08 18:10:56 -06:00 |
|
Gregory Nutt
|
3b1b112153
|
Fix a few coding standard issues.
|
2017-01-08 16:29:10 -06:00 |
|
Gregory Nutt
|
b553704334
|
Update README; Remove comment blocks before empty sections.
|
2017-01-08 14:01:16 -06:00 |
|
Gregory Nutt
|
f3ae51592c
|
Update README; Remove comment blocks before empty sections.
|
2017-01-08 11:20:16 -06:00 |
|
Gregory Nutt
|
4216c4b777
|
NxWM configurations. If using a 7-bit character set, then the cursor character cannot be 137 (graphic block). Use 95 (underscore) instead.
|
2017-01-08 09:21:37 -06:00 |
|
Gregory Nutt
|
7035d232f8
|
NX server: Correct message queue names. Should not be at /dev, but rather relative to /var/mqueue.
|
2017-01-08 09:14:11 -06:00 |
|
Gregory Nutt
|
e1d9bb2ef2
|
Refresh all NX multi-user configurations
|
2017-01-08 08:06:18 -06:00 |
|
Gregory Nutt
|
30f1652b10
|
STM32F428i-DISCO: Change NxWM cursor character from 137 (graphics block) to 95 (underscore). NxWM is configured to use a 7-bit character set so 137 is not a valid character code.
|
2017-01-07 18:06:24 -06:00 |
|
Gregory Nutt
|
4d93c510bc
|
STM32F429i-DISCO: Enable keyboard input in nxwm configuration.
|
2017-01-07 17:53:39 -06:00 |
|
Gregory Nutt
|
7a1cbdd13a
|
Update README; increase stack sizes in STM32F429i-DISCO nxwm configuration (does not help)
|
2017-01-07 17:28:54 -06:00 |
|
Gregory Nutt
|
bc595aeec8
|
Update TODO list and a README file.
|
2017-01-07 14:00:39 -06:00 |
|
Gregory Nutt
|
1c182a0e0b
|
Update README
|
2017-01-07 11:05:12 -06:00 |
|
Gregory Nutt
|
726ad7640e
|
Update README
|
2017-01-07 10:51:17 -06:00 |
|
Gregory Nutt
|
e568253eb3
|
Update README, some comments, and fix some spacing.
|
2017-01-07 10:36:18 -06:00 |
|
Alan Carvalho de Assis
|
530ec2e967
|
STM32F429i Discovery: Add support for NxWM on STM32F429i-Disco board
|
2017-01-07 08:17:44 -06:00 |
|
Gregory Nutt
|
db5789d30d
|
STM3210E-EVAL: Refresh all configurations
|
2017-01-06 12:12:08 -06:00 |
|
Gregory Nutt
|
725ba1602a
|
Font cache: misc fixes and improvements
|
2017-01-06 11:06:50 -06:00 |
|
Gregory Nutt
|
96394f339e
|
SMP: Fix a gap where we may try to make modifications to the task lists without being in a critical sections. That permits concurrent access to the tasks lists and many subtle problems. This fix just remains in the critical section throughout the operation (and possible until the task is restore in the event of a context switch). Makes a big difference in stability
|
2016-12-28 13:58:24 -06:00 |
|
Gregory Nutt
|
675d684a41
|
i.MX6 SMP/NSH configuration: Enable examples/smp test
|
2016-12-27 08:46:28 -06:00 |
|
Gregory Nutt
|
c5bb717976
|
Update README
|
2016-12-24 10:25:54 -06:00 |
|