summaryrefslogtreecommitdiff
path: root/libs/os/src
AgeCommit message (Expand)Author
2016-08-18fixingNgesBrian
2016-08-18updating the code as from last commentNgesBrian
2016-08-18adding the test for os_calloutNgesBrian
2016-08-18just adding more codeNgesBrian
2016-08-18correction of commentsNgesBrian
2016-08-18corrections in the test calloutNgesBrian
2016-08-18advancement in the calloutNgesBrian
2016-08-18adding the test for os_calloutNgesBrian
2016-08-18basic os_calloutNgesBrian
2016-08-09os_mbuf_appendfrom - Detect source mbuf overrun.Christopher Collins
2016-08-04mempool - Allow mempool with 0 blocks.Christopher Collins
2016-08-04mempool - fn to check if block came from pool.Christopher Collins
2016-08-04eventq - os_eventq_poll() - Allow a timeout of 0.Christopher Collins
2016-07-30os: allow os_time_advance() when OS not started.Christopher Collins
2016-07-29os; fix botched commit.Marko Kiiskila
2016-07-29os, cortex-M; keep using MSP as stack pointer until os_start().Marko Kiiskila
2016-07-22os - Rename os_mbuf_memcmp -> os_mbuf_cmpf.Christopher Collins
2016-07-22os - Add an mbuf function: os_mbuf_prepend_pullupChristopher Collins
2016-07-22os - Add mbuf fuction: os_mbuf_cmpm()Christopher Collins
2016-07-13Merge branch 'ble_hs_api' into developChristopher Collins
2016-07-13This closes #70.Marko Kiiskila
2016-07-12os - g_task_list initialized incorrectly.Christopher Collins
2016-07-12os - Move callout list init from data to textChristopher Collins
2016-07-12os - g_task_list initialized incorrectly.Christopher Collins
2016-07-12os - Move callout list init from data to textChristopher Collins
2016-07-11mbuf: os_mbuf_appendfromChristopher Collins
2016-07-11mbuf: fix const correctness in os_mbuf_off().Christopher Collins
2016-06-30adding more test to os_eventq_pollNgesB
2016-06-24This changes are to write the test code to test the event queueNgesB
2016-06-18libs/os - add os_time_ms_to_ticks() function.Christopher Collins
2016-06-10MYNEWT-304; mcu hal - add routine system_debugger_attached() which tellsMarko Kiiskila
2016-05-22documentation and whitespace fixes.Sterling Hughes
2016-05-20coredump; rename dump_core -> coredump_dump.Marko Kiiskila
2016-05-20document mbufs and malloc.Sterling Hughes
2016-05-19os/cortex_m4; support coredumps for Cortex-M4.Marko Kiiskila
2016-05-19os/cortex_m4; install default IRQ handler for NMI.Marko Kiiskila
2016-05-19bsp; rename os_bsp_init() to bsp_init().Marko Kiiskila
2016-05-19hal/bsp; add hal_bsp.h, which exports common BSP APIs.Marko Kiiskila
2016-05-19libs/os; coredumps for Cortex-M0.Marko Kiiskila
2016-05-09update comments, remove trailing whitespace.Sterling Hughes
2016-05-09Initialize ev to avoid compiler warningspoonofpower
2016-05-06add more documentation of callouts. remove os_callout_init() which was unuse...Sterling Hughes
2016-05-05woops. fix to assign jSterling Hughes
2016-05-05add eventq_poll(), which will poll multiple event queues, with a timeout.Sterling Hughes
2016-04-21cortex-m0; trap on divide-by-zero.Marko Kiiskila
2016-04-21CM0 fault handler; print newline at the end of last line of output.Marko Kiiskila
2016-04-19Fix gratuitous newline deletion.Neel Natu
2016-04-19Merge branch 'develop' of https://github.com/neelnatu/incubator-mynewt-larva ...Neel Natu
2016-04-19Don't do anything in signal handlers when process is blocked in 'sigsuspend()'.Neel Natu
2016-04-19os sim; deal with system time going backwardsMarko Kiiskila