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 |
|
Gregory Nutt
|
4f4242ef27
|
Xtensa ESP32: Update some stack sizes
|
2016-12-24 08:55:24 -06:00 |
|
Gregory Nutt
|
714e6f80ca
|
Xtensa ESP32: Corrects a problem with dispatching to signal handlers: Cannot vector directly to the signal handling function as in other ABIs under the Xtensa Window ABI. In that case, we need to go through a tiny hook when performs the correct window call (call4) otherwise registers will be scrambled in the signal handler
|
2016-12-22 11:19:38 -06:00 |
|
Gregory Nutt
|
d9a64b9ca9
|
Xtensa ESP32: Some fixes from integration of ostest configuration. Almost works: There are some assertions in xtensa_sigdeliver()
|
2016-12-22 09:34:39 -06:00 |
|
Gregory Nutt
|
2b5235e937
|
Xtensa ESP32: Add an OS test to verify the port.
|
2016-12-22 08:20:05 -06:00 |
|
Gregory Nutt
|
c1e2606526
|
Olimex STM32 P407: Has only 128KiB of contiguous RAM. Exclude CCM memory for now.
|
2016-12-21 12:49:03 -06:00 |
|
Gregory Nutt
|
81c1466d93
|
Olimex STM32 P407: Hmmm.. board does not boot. Simplifying the configuration does not help.
|
2016-12-21 11:38:45 -06:00 |
|
Gregory Nutt
|
f8f2c00415
|
Olimex STM32 P407: Update clocking using STM3250G; Verify GPIOs.
|
2016-12-21 10:45:36 -06:00 |
|
Gregory Nutt
|
41eda13c9f
|
Olimex STM32-P407: Add an stm32_bringup.c file like most newer configurations.
|
2016-12-20 18:05:28 -06:00 |
|
Gregory Nutt
|
764b9f46cc
|
Olimex STM32-P407: Initial clone from Olimex STM32-P207
|
2016-12-20 17:49:46 -06:00 |
|
Geoffrey
|
89c33e9799
|
Xtensa ESP32: Clock frequency is different if running from IRAM or is booting from FLASH. This is a booltloader issue.
|
2016-12-20 16:14:38 -06:00 |
|
Gregory Nutt
|
59c5ae3eae
|
Refresh some configurations
|
2016-12-20 15:42:31 -06:00 |
|
Gregory Nutt
|
404925d93e
|
Update README
|
2016-12-20 10:03:48 -06:00 |
|
Gregory Nutt
|
4e9a0ffea5
|
Xtensa ESP32: Update APP CPU startup logic to match current Expressif example code.
|
2016-12-20 09:00:04 -06:00 |
|
Gregory Nutt
|
e61549d8b9
|
Xtensa ESP32: Clean-up and fixes from last commits
|
2016-12-19 13:57:37 -06:00 |
|
Gregory Nutt
|
097f09cb02
|
Xtensa ESP32: Corrects timer initialization and timer input frequency.
|
2016-12-19 11:50:28 -06:00 |
|
Gregory Nutt
|
886ce88b4f
|
Xtensa ESP32: Automatically mount /proc at start-up.
|
2016-12-19 09:43:16 -06:00 |
|
Gregory Nutt
|
b47255a6de
|
Update README.
|
2016-12-18 17:30:30 -06:00 |
|
Gregory Nutt
|
10b9a10d2f
|
Xtensa ESP32: Fix several build-related issues associated with vector section
|
2016-12-15 10:08:26 -06:00 |
|
Gregory Nutt
|
5755f2348c
|
Fix some crap left in README from copy and paste.
|
2016-12-14 14:57:43 -06:00 |
|
Gregory Nutt
|
b504b8daff
|
Update README
|
2016-12-14 12:34:25 -06:00 |
|
Gregory Nutt
|
a560d70e7a
|
Add some comments from Angus Gratton to a Kconfig file for future reference.
|
2016-12-14 08:19:35 -06:00 |
|
Angus Gratton
|
dd5e47a418
|
ESP32 core v2: Two changes (1) flushes the UART TX buffer in the esp32 serial shutdown routine. The ROM bootloader does not flush the FIFO before handing over to user code, so some of this output is not currently seen when the UART is reconfigured in early stages of startup. And changes the openocd config file's default flash voltage from 1.8V to 3.3V. This is not necessary right now, but may save some hard-to-debug moments down the track (3.3V-only flash running at 1.8V often half-works and does weird things...)
|
2016-12-14 08:15:03 -06:00 |
|