.. |
.gitignore
|
Various fixes necessary to build the simulator under MSYS.
|
2018-05-31 13:25:04 -06:00 |
board_lcd.c
|
|
|
Makefile
|
Critical Section Monitor: Add low level timer support for simulation. Fix serial bugs and logic errors in initial implementation. Still does not work; takes assertions.
|
2018-11-24 15:07:12 -06:00 |
nuttx-names.dat
|
Critical Section Monitor: Add low level timer support for simulation. Fix serial bugs and logic errors in initial implementation. Still does not work; takes assertions.
|
2018-11-24 15:07:12 -06:00 |
up_ajoystick.c
|
|
|
up_allocateheap.c
|
|
|
up_blockdevice.c
|
|
|
up_blocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
up_cpuidlestack.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_createstack.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_critmon.c
|
sched/sched/sched_critmonitor.c: A correct a logic error. arch/sim/src/up_critmon.c: Use higher resolution timer.
|
2018-11-25 09:49:21 -06:00 |
up_devconsole.c
|
Squashed commit of the following:
|
2017-09-30 11:51:37 -06:00 |
up_deviceimage.c
|
|
|
up_exit.c
|
arch/: Update all _exit() implementations for all architectures so that they correctly called the scheduler instumentation layer for the new task that runs when the old one exits. This missing instrumentation was confusing the Critical Section Monitor logic with uses this instrumentation to track the state of critical sections.
|
2018-11-24 18:20:57 -06:00 |
up_framebuffer.c
|
Make sure that labeling is used consistently in all function headers (part 3).
|
2018-02-01 12:17:03 -06:00 |
up_head.c
|
|
|
up_hostfs.c
|
arch/sim/src/up_hostfs.c: Support S_IFSOCK, DT_LNK, O_DIRECT and O_SYNC
|
2018-11-09 09:13:55 -06:00 |
up_hostusleep.c
|
|
|
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
|
IOBs: Move from driver/iob to a better location in mm/iob
|
2017-05-09 07:35:30 -06:00 |
up_initialstate.c
|
|
|
up_internal.h
|
Simulator: Adds necessary functionality to build Simulator under ARM Linux. Tested only on Raspberry3. Currently setjmp/longjmp do not save/restore floating point registers. Patch provided by Bitbucket user nbkolchin.
|
2017-08-26 11:38:44 -06:00 |
up_interruptcontext.c
|
|
|
up_ioexpander.c
|
|
|
up_netdev.c
|
|
|
up_netdriver.c
|
arch/sim/src/up_netdriver.c: Fix error 'invalid operands to binary &'
|
2018-11-10 14:00:13 -06:00 |
up_oneshot.c
|
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
|
2018-06-16 12:16:13 -06:00 |
up_qspiflash.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_releasepending.c
|
|
|
up_releasestack.c
|
pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator.
|
2018-08-23 09:49:20 -06:00 |
up_reprioritizertr.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
up_romgetc.c
|
|
|
up_schednote.c
|
|
|
up_schedulesigaction.c
|
|
|
up_setjmp32.S
|
|
|
up_setjmp64.S
|
|
|
up_setjmp_arm.S
|
Update some comments.
|
2017-08-26 11:50:41 -06:00 |
up_simsmp.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
up_simuart.c
|
sim arch: Add non blocking read to devconsole driver
|
2017-07-22 09:01:24 -06:00 |
up_smphook.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
up_smpsignal.c
|
|
|
up_spiflash.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_stackframe.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_tapdev.c
|
|
|
up_testset.c
|
armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions.
|
2018-02-04 12:22:03 -06:00 |
up_tickless.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
up_touchscreen.c
|
Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603)
|
2018-02-20 18:24:53 +00:00 |
up_uartwait.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
up_unblocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
up_usestack.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
up_wpcap.c
|
|
|
up_x11eventloop.c
|
|
|
up_x11framebuffer.c
|
|
|