.. |
.gitignore
|
arch/sim/src: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
|
2015-11-25 08:36:44 -06:00 |
board_lcd.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
Makefile
|
6loWPAN: Fix compile errors and warnings when building the complete 6loWPAN configuration.
|
2017-04-02 17:46:22 -06:00 |
nuttx-names.dat
|
Fix some backward DEBUGASSERT tests in ROMFS and FAT.
|
2017-02-13 14:06:39 -06:00 |
up_ajoystick.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_allocateheap.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_blockdevice.c
|
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
|
2016-07-20 14:02:18 -06:00 |
up_blocktask.c
|
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
|
2016-12-24 19:53:37 -06:00 |
up_cpuidlestack.c
|
Update some comments; Fix grammatic error in ChangeLog.
|
2016-05-13 17:36:08 -06:00 |
up_createstack.c
|
SIM: Add TLS support to to the simulator
|
2016-03-11 14:03:27 -06:00 |
up_devconsole.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_deviceimage.c
|
arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 11:49:55 -06:00 |
up_exit.c
|
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
|
2016-12-24 19:53:37 -06:00 |
up_framebuffer.c
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
up_head.c
|
sim SMP: CPU0 should not be the main thread. That introduces an asymmetry since the main thread has no pthread_t ID. Instead, start an additional pthread for CPU0. The main thread will just wait and do nothing in this case
|
2016-02-18 14:54:48 -06:00 |
up_hostfs.c
|
hostfs: Add support for fstat().
|
2017-02-14 09:54:08 -06:00 |
up_hostusleep.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_idle.c
|
6loWPAN: Fix compile errors and warnings when building the complete 6loWPAN configuration.
|
2017-04-02 17:46:22 -06:00 |
up_initialize.c
|
Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.
|
2017-04-20 16:08:49 -06:00 |
up_initialstate.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_internal.h
|
SIM: Fix some bad naming changes associated with the simulated touchscreen.
|
2017-04-20 07:51:27 -06:00 |
up_interruptcontext.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_ioexpander.c
|
Update some header commments
|
2016-08-06 18:16:31 -06:00 |
up_netdev.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_netdriver.c
|
net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment.
|
2017-04-22 11:10:30 -06:00 |
up_oneshot.c
|
sched/sched_cpuload_oneshot: Use the oneshot timer with optional entropy to measuer cPU load if so configured.
|
2016-08-20 12:47:07 -06:00 |
up_qspiflash.c
|
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
|
2017-02-28 18:22:58 -06:00 |
up_releasepending.c
|
Revert "All CMP platforms: Apply same fix verified on other platforms found on Xtensa."
|
2016-12-25 07:08:44 -06:00 |
up_releasestack.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_reprioritizertr.c
|
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
|
2016-12-24 19:53:37 -06:00 |
up_romgetc.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_schednote.c
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
up_schedulesigaction.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_setjmp32.S
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_setjmp64.S
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_simsmp.c
|
SMP: Update some comments; trivial improvement by inlining static function.
|
2016-11-22 16:48:57 -06:00 |
up_simuart.c
|
Update some comments
|
2016-02-16 07:50:09 -06:00 |
up_smphook.c
|
ARMv7-A i.MX6: More SMP logic. Still untested.
|
2016-05-12 15:04:46 -06:00 |
up_smpsignal.c
|
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
|
2016-12-24 19:53:37 -06:00 |
up_spiflash.c
|
misc archs
|
2017-04-28 18:24:06 +02:00 |
up_stackframe.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_tapdev.c
|
Fix for a minor typo that I introduced somewhere along the way during my testing. This makes the bridge code actually compile…
|
2016-05-21 17:09:50 -06:00 |
up_testset.c
|
Fix a cloned typo
|
2016-10-19 09:14:21 -06:00 |
up_tickless.c
|
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 |
up_touchscreen.c
|
SIM: Fix some bad naming changes associated with the simulated touchscreen.
|
2017-04-20 07:51:27 -06:00 |
up_uartwait.c
|
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
|
2016-11-05 11:06:52 -06:00 |
up_unblocktask.c
|
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
|
2016-12-24 19:53:37 -06:00 |
up_usestack.c
|
SIM: Add TLS support to to the simulator
|
2016-03-11 14:03:27 -06:00 |
up_wpcap.c
|
Suffer the consequences of moving struct timeval to its correct location
|
2015-02-15 15:18:35 -06:00 |
up_x11eventloop.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |
up_x11framebuffer.c
|
Remove comments before empty sections in C files
|
2016-02-21 14:19:01 -06:00 |