Serge Vakulenko
|
ac9ef0eee9
|
Add sgpanel driver: a generic TFT LCD graphics panel with SPI interface.
Currently only ILI8341 chip is supported.
|
2015-11-28 00:17:01 -08:00 |
|
Serge Vakulenko
|
66a7727085
|
Rename swtft -> gpanel.
|
2015-10-31 13:26:27 -07:00 |
|
Serge Vakulenko
|
8d820f763f
|
Fix a timing in ST7781 driver.
All gpanel demos now work as expected.
|
2015-10-11 13:08:18 -07:00 |
|
Serge Vakulenko
|
2bb8bfabb3
|
Finish st7781 driver.
|
2015-10-10 23:31:26 -07:00 |
|
Serge Vakulenko
|
e82e5f2ce1
|
ST7781 driver compiled.
|
2015-10-10 21:39:27 -07:00 |
|
Serge Vakulenko
|
dc75784799
|
Cleanup in SD driver.
|
2015-09-26 23:32:12 -07:00 |
|
Serge Vakulenko
|
4ca4a58468
|
For SD card, use parameters generated by kernel config utility.
|
2015-09-19 21:58:45 -07:00 |
|
Serge Vakulenko
|
9c749994c1
|
Setup only UARTs, defined in the kernel config file.
For console initialization, use options CONS_MAJOR and CONS_MINOR.
|
2015-09-19 21:23:07 -07:00 |
|
Serge Vakulenko
|
976bf303cc
|
Kernel config utility: add new specification to assign
logical signals to pins. like 'signal "LED_KERNEL" pin RA0'.
|
2015-09-19 17:09:40 -07:00 |
|
Serge Vakulenko
|
3db23e5d6a
|
Use flags for gpio driver to configure available pins.
|
2015-09-14 22:07:16 -07:00 |
|
Serge Vakulenko
|
355ad339ef
|
Kconfig: use named pins for SD select and enable signals.
|
2015-09-08 22:17:10 -07:00 |
|
Serge Vakulenko
|
c631ae5d43
|
Kconfig: generate xxx_ENABLED defines automatically.
|
2015-09-08 14:25:59 -07:00 |
|
Serge Vakulenko
|
717ab59efd
|
Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
|
2015-09-07 22:22:35 -07:00 |
|
Serge Vakulenko
|
a73bd691b3
|
Simplify board names for max32 and wf32.
|
2015-09-04 20:55:02 -07:00 |
|
Serge Vakulenko
|
f055b45453
|
Kconfig: remove hz keyword.
|
2015-09-04 20:53:19 -07:00 |
|
Serge Vakulenko
|
9f05f511a6
|
Fixed issues with multiple kernel builds.
|
2015-09-04 18:55:56 -07:00 |
|
Serge Vakulenko
|
328bdf4bbf
|
Create kconfig configurations for Duinomite boards.
|
2015-09-03 17:15:50 -07:00 |
|
Serge Vakulenko
|
a302352054
|
Modify Makefile.kconf to generate dependency files automatically.
|
2015-09-03 13:05:37 -07:00 |
|
Serge Vakulenko
|
94c02410e4
|
Kconfig: rename machine to architecture, ident to board.
Make timezone and maxusers parameters optional.
Enable kernel options UCB_METER, EXEC_AOUT, EXEC_ELF and EXEC_SCRIPT
by default.
|
2015-09-03 12:51:56 -07:00 |
|
Serge Vakulenko
|
a8c229ed36
|
Create kconfig file for WF32 board.
|
2015-09-02 22:19:42 -07:00 |
|