summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-01-07Makefile: Remove POT-Creation-Date from circuitpython.potJeff Epler
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-10-01Makefile: translate: exclude e.g., ports/unix/build as wellJeff Epler
2020-09-29Makefile: Correct and expand translation excluded directoriesJeff Epler
2020-09-29Update make translate scriptmicroDev
2020-08-04Add `make check-stubs` for validating Python stubsTaku Fukada
2020-07-28Upgrade ulabJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-30Add one-of-each build target at the top level.Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-01Makefile: "make translate" will only update circuitpython.potJeff Epler
2020-05-29Fix merge-translate by starting with 'theirs'Scott Shawcroft
2020-05-20Add top level merge-translate targetScott Shawcroft
2020-05-14Fix ulab, math and template.Scott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-04-27Add verification scriptScott Shawcroft
2020-03-17Translations: follow stm port rename, run 'make translate'Jeff Epler
2020-01-18Update translations and translation sourcesScott Shawcroft
2019-11-17Makefile: Fix a problem where `xargs` invoked `xgettext` 2xJeff Epler
2019-06-18Explicitly set the locale when sorting translation files.Craig Forbes
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-02Clean up egg-info directory as wellJohn Reese
2019-05-28Add top-level Makefile target to update frozen libs easily; Update CPX libDan Halbert
2019-05-25Use rst2pyi to generate type stubs and packageJohn Reese
2019-05-14Have xargs expect null terminationScott Shawcroft
2019-05-13Update translations and sort input filesScott Shawcroft
2019-03-27restrict 'make translate' to include only those directories we have portsDan Halbert
2019-03-08Add translation file locations back.Scott Shawcroft
2019-02-22Update translations based on git historyScott Shawcroft
2019-02-22Remove file locationsScott Shawcroft
2018-08-30Clean up duplicates and have make translate produce a stable ordering.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-05-14Cleaning up and fixing the docs generation Makefile and README instructionsKarin Hawley