DiSlord
1177d87498
Increase main thread stack size (if used as shell, if run some commands get stack limit, example "trace 0 x" command)
...
Decrease interrupt stack size
Use __ROR instruction in flash.c for checksum rotate
Fix erase background for frequencies string in plot.c
Implement getStringIndex function for parse string arguments, now Usage show correct information about used arg, and more easy use strings definitions
Example:
Need check if string "on" in avaible arguments list "load|open|short|thru|isoln|done|on|off|reset|data|in"
getStringIndex("on", "load|open|short|thru|isoln|done|on|off|reset|data|in") return 6
If not found return -1
Not need use if (strcmp() == ...) else ....
This usage save some amount of size
6 years ago
TT
7adba06333
chore: reduce foot-print of numfont20x24
7 years ago
TT
512d3c9523
feat: reduce flash size by preventing inline function
7 years ago
TT
a9c197f1f5
env: ignore error on switching to dfu mode
7 years ago
TT
ec8c53bde3
add target dfu in Makefile
7 years ago
cho45
480ad0f745
static inline reduce stack memory usage
7 years ago
TT
f2ab569e5a
Merge pull request #18 from cho45/newlib-nano
...
use newlib-nano to saving sram usage of impure_data
7 years ago
TT
df811616df
make: add target flash
7 years ago
cho45
3d8e4796de
use newlib-nano to saving sram usage of impure_data
7 years ago
TT
00753abe91
ci: remove CIRCLE_TAG from build job
7 years ago
TT
ddecd7f4a9
chore: omit unused source file
7 years ago
TT
53d07e8c12
feat: add version command
7 years ago
TT
10bbe7dc82
re-enable dump command
9 years ago
TT
6d2941bd51
omit unused chibios features from chconf.h
9 years ago
TT
d3c40fbd11
add TAGS rule in Makefile
9 years ago
TT
9f0abd70d3
import ChibiOS as submodule
9 years ago
TT
8038df8c66
change adc driver not to use chibios hal
9 years ago
TT
9c3296ad0d
resistitive touch work in progress. add adc and gpt
9 years ago
TT
3323e116a3
remove dependency from CMSIS dsplib
9 years ago
TT
d84a212a3b
add channel menu, narrow and ensure selection, reverse marker moving direction
9 years ago
TT
25dd4bf182
add grid control, etc
9 years ago
TT
ea8b4d71c2
fix name ili9431 to ili9341
10 years ago
TT
bc6ce2963c
add some comments, order code
10 years ago
TT
00a4b70bf7
split code into plot.c
10 years ago
TT
17188a0418
shrink stack size, add marker info temporally
10 years ago
TT
0fe058aca7
add save/recall feature
10 years ago
TT
602df8af7a
add spi lcd ili9341 in development
10 years ago
TT
10b2cb7702
add dsp.c (hilbert, iir)
10 years ago
TT
59020b8cfc
initial commit
10 years ago