Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
Renz Bagaporo
|
79887fdc6c
|
soc: descriptive part occupy whole component
|
2020-10-28 07:21:29 +08:00 |
|
Renz Christian Bagaporo
|
1f2e2fe8af
|
soc: separate abstraction, description and implementation
|
2020-02-11 14:30:42 +05:00 |
|
Ivan Grokhotkov
|
faaf59ccb3
|
soc: define missing M, V macros for nrx, bb, fe, emac, iomux
Recipe:
- Add _M and _V for single-bit fields
Search: (#define (\w+)\s*(\(BIT\(\d+\)\)))
Replace: \1\n#define \2_M \3\n#define \2_V 1
- Add _M and _V for multi-bit fields
Search: (#define (\w+)\s*(0x[\dA-Fa-f]+))
Replace: \1\n#define \2_M (\2_V << \2_S)\n#define \2_V \3
|
2017-04-18 17:34:26 +08:00 |
|
Ivan Grokhotkov
|
7ee8ee8b7e
|
soc: add source code of rtc_clk, rtc_pm
|
2017-04-11 15:45:54 +08:00 |
|
Ivan Grokhotkov
|
d6dbf15a1f
|
soc: move header files into soc component
|
2017-04-11 14:06:40 +08:00 |
|