From 22917913c5a6004861d4e9911bc3bb21ac087ceb Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 31 May 2015 16:02:28 +0200 Subject: Use a bullet list for the notes. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5dc5bcc..dd91cc4 100644 --- a/README.md +++ b/README.md @@ -86,30 +86,30 @@ configurations generated by Kconfiglib with configurations generated by ## Misc. notes ## -Python 2 is used at the moment. + * Python 2 is used at the moment. -Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice + * Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice speedup over CPython when batch processing a large number of configurations, as well as when running the test suite. -Please tell me if you miss some API instead of digging into internals. The + * Please tell me if you miss some API instead of digging into internals. The internal data structures and APIs, and dependency stuff in particular, are unlikely to be exactly what you want as a user (hence why they're internal :). Patches are welcome too of course. ;) -[fpemud](https://github.com/fpemud) has put together [Python + * [fpemud](https://github.com/fpemud) has put together [Python bindings](https://github.com/fpemud/pylkc) to internal functions in the C implementation. This is an alternative to Kconfiglib's all-Python approach. -The test suite failures (should be the only ones) for the following Blackfin + * The test suite failures (should be the only ones) for the following Blackfin defconfigs on e.g. Linux 3.7.0-rc8 are due to [a bug in the C implementation](https://lkml.org/lkml/2012/12/5/458): - * arch/blackfin/configs/CM-BF537U\_defconfig - * arch/blackfin/configs/BF548-EZKIT\_defconfig - * arch/blackfin/configs/BF527-EZKIT\_defconfig - * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig - * arch/blackfin/configs/TCM-BF537\_defconfig + * arch/blackfin/configs/CM-BF537U\_defconfig + * arch/blackfin/configs/BF548-EZKIT\_defconfig + * arch/blackfin/configs/BF527-EZKIT\_defconfig + * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig + * arch/blackfin/configs/TCM-BF537\_defconfig ## License (ISC) ## -- cgit v1.2.3