Age | Commit message (Expand) | Author |
2018-11-26 | Add loop unrolling to bring the profilable mem* functions closer to | Paul Selkirk |
2018-09-04 | Make parsing and display of masterkey values consistent with one another, | Paul Selkirk |
2018-05-27 | Script to run a test with HSM profiling. | Rob Austein |
2018-05-01 | Fix mbed vpath not to use explicit (and wrong) paths | Paul Selkirk |
2018-04-19 | Cleanup: warn of signed/unsigned mismatches in libhal. | Paul Selkirk |
2018-04-06 | Merge branch 'profiling' | Paul Selkirk |
2017-10-11 | Cleanup 'unused parameter' warnings, a couple of which are actual coding errors. | Paul Selkirk |
2017-10-11 | Cleanup: signed/unsigned mismatches, mostly in loop counters | Paul Selkirk |
2017-09-21 | cleanup | Paul Selkirk |
2017-09-07 | Rebase branch 'profiling' from master | Paul Selkirk |
2017-09-07 | Sigh, right offset for the wrong register. Get the PC (the address we | Paul Selkirk |
2017-09-07 | Correct offset to get the PC. | Paul Selkirk |
2017-09-07 | Port profiling code, using a new SysTick hook and new CLI commands. | Paul Selkirk |
2017-09-07 | Copy profiling code from MCUOnEclipse. | Paul Selkirk |
2017-08-31 | Withdraw SysTick_hook (commit 9ffead1), because it turns out there was alread... | Paul Selkirk |
2017-07-31 | Add a generic SysTick hook, to call a function on every 1ms tick, because it'... | Paul Selkirk |
2017-06-17 | Fix optimization settings in HSM's build of libtfm. | Rob Austein |
2017-05-10 | Sigh, right offset for the wrong register. Get the PC (the address we | Paul Selkirk |
2017-05-06 | Correct offset to get the PC. | Paul Selkirk |
2017-05-05 | Port profiling code, using a new SysTick hook and new CLI commands. | Paul Selkirk |
2017-05-04 | Copy profiling code from MCUOnEclipse. | Paul Selkirk |
2017-04-29 | Remove exception handlders that I probably shouldn't have defined in the firs... | Paul Selkirk |
2017-04-29 | Remove rtos source files. | Paul Selkirk |
2017-04-17 | Use default SysTick interrupt priority. | Paul Selkirk |
2017-04-01 | Change RPC UART to have a high-priority thread monitoring a large(ish) DMA | Paul Selkirk |
2016-09-20 | Still some problem with uart receive under heavy load, so change to a 2-byte ... | Paul Selkirk |
2016-09-01 | "make clean" needs to use "rm -f" to avoid gratuitous failures. | Rob Austein |
2016-07-21 | Use a fresh port of libcli, which retains more of the original API. | Paul Selkirk |
2016-07-06 | Fix the way code is commented out, to avoid compiler warnings. | Paul Selkirk |
2016-07-06 | Simplify library Makefiles by using symbols defined in top-level Makefile, ra... | Paul Selkirk |
2016-06-25 | Split LIB*_DIR into _SRC and _BLD. | Paul Selkirk |
2016-06-25 | Finish unwinding subrepository hairball: VPATH setup. | Rob Austein |
2016-06-24 | Start unwinding subrepository hairball: remove submodules. | Rob Austein |
2016-06-23 | Drag in libhal update. | Rob Austein |
2016-06-23 | Drag submodule updates into sw/stm32. | Rob Austein |
2016-06-21 | Update sw/stm32 to track recent subrepository commits, since without them it ... | Rob Austein |
2016-06-14 | Pull in sw/libhal CLIENT_TRANSPORT makefile fix. | Rob Austein |
2016-06-14 | Pull libhal changes into stm32 subrepo. | Rob Austein |
2016-06-14 | Bring sw/stm32 super-repository up to date with the ten zillion | Rob Austein |
2016-06-13 | Only the HSM project needs the RTOS; most of the test projects can use the ST... | Paul Selkirk |
2016-06-13 | Add __end symbols for CCMRAM and SDRAM sections. | Paul Selkirk |
2016-06-13 | SDRAM is for uninitialized data only. | Paul Selkirk |
2016-06-09 | Put thread stack buffers in SDRAM, because pkey uses a lot of stack. | Paul Selkirk |
2016-06-07 | fix some comments | Fredrik Thulin |
2016-06-06 | Split HAL_UART_RxCpltCallback into uart-specific callbacks. | Paul Selkirk |
2016-06-06 | Refactor HAL_UART_MspInit, link DMA in MX_USART*_UART_Init so HAL_UART_MspIni... | Paul Selkirk |
2016-06-06 | Fix UART pin assignments. (It uses the Alternate in any case.) | Paul Selkirk |
2016-06-06 | Fix definition of LED_RED in mbed_die. | Paul Selkirk |
2016-06-02 | Use DMA for UART RX instead of interrupts. | Fredrik Thulin |
2016-06-01 | Implement circular buffer UART RX using interrupts. | Fredrik Thulin |